diff options
-rw-r--r-- | net-analyzer/nipper/nipper-0.12.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/nipper/nipper-0.12.0.ebuild b/net-analyzer/nipper/nipper-0.12.0.ebuild index 729fe5303f20..534146bbe3d1 100644 --- a/net-analyzer/nipper/nipper-0.12.0.ebuild +++ b/net-analyzer/nipper/nipper-0.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/nipper/${MY_P}.tgz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=net-libs/libnipper-0.12" |