diff options
-rw-r--r-- | app-misc/getopt/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/getopt/getopt-1.1.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-misc/getopt/ChangeLog b/app-misc/getopt/ChangeLog index df0710a3091f..8a677c8ead39 100644 --- a/app-misc/getopt/ChangeLog +++ b/app-misc/getopt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/getopt -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/getopt/ChangeLog,v 1.6 2010/08/18 16:02:06 grobian Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/getopt/ChangeLog,v 1.7 2012/04/26 17:13:54 aballier Exp $ + + 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> getopt-1.1.4.ebuild: + keyword ~amd64-fbsd 18 Aug 2010; Fabian Groffen <grobian@gentoo.org> getopt-1.1.4.ebuild: Fixed for and marked ~m68k-mint, bug #333297 diff --git a/app-misc/getopt/getopt-1.1.4.ebuild b/app-misc/getopt/getopt-1.1.4.ebuild index d19ccde5169a..fc2243913ecc 100644 --- a/app-misc/getopt/getopt-1.1.4.ebuild +++ b/app-misc/getopt/getopt-1.1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/getopt/getopt-1.1.4.ebuild,v 1.6 2010/08/18 16:02:06 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/getopt/getopt-1.1.4.ebuild,v 1.7 2012/04/26 17:13:54 aballier Exp $ EAPI=3 @@ -12,7 +12,7 @@ SRC_URI="http://software.frodo.looijaard.name/getopt/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="nls" RDEPEND="nls? ( virtual/libintl )" |