diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-01-29 15:53:25 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-01-29 15:53:25 +0100 |
commit | aa00577ff73b31fc8a71ef280288d221f4520165 (patch) | |
tree | e4e7a7266b2f431a9130f6efc869376475b31827 | |
parent | app-misc/geekcode: dropped ~x86-interix (diff) | |
download | gentoo-aa00577ff73b31fc8a71ef280288d221f4520165.tar.gz gentoo-aa00577ff73b31fc8a71ef280288d221f4520165.tar.bz2 gentoo-aa00577ff73b31fc8a71ef280288d221f4520165.zip |
app-misc/getopt: dropped ~x64-freebsd ~x86-freebsd ~x86-interix
Package-Manager: portage-2.3.3
-rw-r--r-- | app-misc/getopt/getopt-1.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/getopt/getopt-1.1.6.ebuild b/app-misc/getopt/getopt-1.1.6.ebuild index 21234097153b..dfb5c046e033 100644 --- a/app-misc/getopt/getopt-1.1.6.ebuild +++ b/app-misc/getopt/getopt-1.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="http://frodo.looijaard.name/system/files/software/getopt/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="nls" RDEPEND="nls? ( virtual/libintl )" |