summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-04-26 17:13:54 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-04-26 17:13:54 +0000
commit8f57f4698cdfde72e53de164b86b1143fa6a37b7 (patch)
treea01b0da615dde103494c95518c1390aac53f9e02 /app-misc
parentkeyword ~amd64-fbsd (diff)
downloadgentoo-2-8f57f4698cdfde72e53de164b86b1143fa6a37b7.tar.gz
gentoo-2-8f57f4698cdfde72e53de164b86b1143fa6a37b7.tar.bz2
gentoo-2-8f57f4698cdfde72e53de164b86b1143fa6a37b7.zip
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/getopt/ChangeLog7
-rw-r--r--app-misc/getopt/getopt-1.1.4.ebuild6
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 )"