diff --git a/dev-go/gopacket/gopacket-1.1.14.ebuild b/dev-go/gopacket/gopacket-1.1.14.ebuild index effc316c5..9af77a7ec 100644 --- a/dev-go/gopacket/gopacket-1.1.14.ebuild +++ b/dev-go/gopacket/gopacket-1.1.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ EGO_PN=github.com/google/${PN} if [[ ${PV} = *9999* ]]; then inherit golang-vcs else - KEYWORDS="~amd64 ~x86 ~arm ~arm64" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" EGIT_COMMIT="v${PV}" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" inherit golang-vcs-snapshot diff --git a/dev-go/gopacket/gopacket-1.1.15.ebuild b/dev-go/gopacket/gopacket-1.1.15.ebuild index effc316c5..2b0cb62da 100644 --- a/dev-go/gopacket/gopacket-1.1.15.ebuild +++ b/dev-go/gopacket/gopacket-1.1.15.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 EGO_PN=github.com/google/${PN} if [[ ${PV} = *9999* ]]; then inherit golang-vcs else - KEYWORDS="~amd64 ~x86 ~arm ~arm64" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" EGIT_COMMIT="v${PV}" SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" inherit golang-vcs-snapshot diff --git a/dev-go/gopacket/metadata.xml b/dev-go/gopacket/metadata.xml new file mode 100644 index 000000000..af24efff4 --- /dev/null +++ b/dev-go/gopacket/metadata.xml @@ -0,0 +1,11 @@ + + + + + proxy-maint@gentoo.org + Proxy Maintainers + + + Add PF_RING support, a high-performance packet capture library + +