diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-07-11 20:38:10 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-07-11 20:38:10 +0000 |
commit | 8a0af780cbf88f2723b3831b369712ad6047280f (patch) | |
tree | 7f7a2144523e2128506a8d3bbe7e1872b1907df4 /app-misc/getopt/getopt-1.1.4.ebuild | |
parent | Keyworded ~sparc-fbsd. (diff) | |
download | gentoo-2-8a0af780cbf88f2723b3831b369712ad6047280f.tar.gz gentoo-2-8a0af780cbf88f2723b3831b369712ad6047280f.tar.bz2 gentoo-2-8a0af780cbf88f2723b3831b369712ad6047280f.zip |
Keyworded ~sparc-fbsd.
(Portage version: 2.1.3_rc7)
Diffstat (limited to 'app-misc/getopt/getopt-1.1.4.ebuild')
-rw-r--r-- | app-misc/getopt/getopt-1.1.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/getopt/getopt-1.1.4.ebuild b/app-misc/getopt/getopt-1.1.4.ebuild index bc5d7c07f30f..b9f43d8117a0 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-2006 Gentoo Foundation +# Copyright 1999-2007 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.1 2006/05/24 11:49:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/getopt/getopt-1.1.4.ebuild,v 1.2 2007/07/11 20:38:10 uberlord Exp $ inherit toolchain-funcs eutils @@ -10,7 +10,7 @@ SRC_URI="http://software.frodo.looijaard.name/getopt/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86-fbsd" +KEYWORDS="~sparc-fbsd ~x86-fbsd" IUSE="nls" RDEPEND="nls? ( virtual/libintl )" |