diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-12-27 16:42:05 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-12-27 19:48:29 +0100 |
commit | c8eb97dcbce796314726f3eb4382236f895fee80 (patch) | |
tree | 8cdce0f69e1356d6e99d66f196ed07acd4b12009 /app-misc | |
parent | app-text/docbook-xml-dtd: added prefix keywords, bug #667266 (diff) | |
download | gentoo-c8eb97dcbce796314726f3eb4382236f895fee80.tar.gz gentoo-c8eb97dcbce796314726f3eb4382236f895fee80.tar.bz2 gentoo-c8eb97dcbce796314726f3eb4382236f895fee80.zip |
app-misc/getopt: added prefix keywords, bug #667266
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-misc')
-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 b81506dc50a1..0c611893fdec 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-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -11,7 +11,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 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="nls" RDEPEND="nls? ( virtual/libintl )" |