diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2017-09-07 16:44:37 -0400 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2017-09-07 16:45:06 -0400 |
commit | e23081369fee35ffb2c0ee3075c70033c924a38c (patch) | |
tree | 8700ad2472e0a6f4bff965b2d4d629df411f08c2 /net-analyzer/tcpdump | |
parent | net-analyzer/tcpdump: minor cleanup + version bump (diff) | |
download | gentoo-e23081369fee35ffb2c0ee3075c70033c924a38c.tar.gz gentoo-e23081369fee35ffb2c0ee3075c70033c924a38c.tar.bz2 gentoo-e23081369fee35ffb2c0ee3075c70033c924a38c.zip |
net-analyzer/tcpdump: stabilizing for amd64,x86
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'net-analyzer/tcpdump')
-rw-r--r-- | net-analyzer/tcpdump/tcpdump-4.9.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/tcpdump/tcpdump-4.9.2.ebuild b/net-analyzer/tcpdump/tcpdump-4.9.2.ebuild index 3f3665a822e2..899f7c2d46fe 100644 --- a/net-analyzer/tcpdump/tcpdump-4.9.2.ebuild +++ b/net-analyzer/tcpdump/tcpdump-4.9.2.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} == "9999" ]] ; then else #SRC_URI="https://github.com/the-${PN}-group/${PN}/archive/${P}.tar.gz" SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" fi RDEPEND=" |