diff options
author | 2008-01-20 15:10:14 +0000 | |
---|---|---|
committer | 2008-01-20 15:10:14 +0000 | |
commit | 332110b3b22491c3fe12b4f1820133e89bea1b18 (patch) | |
tree | 45d054eb128161721bc187198e266f21bcaa2646 /dev-libs/libgpg-error/libgpg-error-1.6.ebuild | |
parent | Stable on ppc wrt bug 206664 (diff) | |
download | gentoo-2-332110b3b22491c3fe12b4f1820133e89bea1b18.tar.gz gentoo-2-332110b3b22491c3fe12b4f1820133e89bea1b18.tar.bz2 gentoo-2-332110b3b22491c3fe12b4f1820133e89bea1b18.zip |
Stable on ppc wrt bug 206667
(Portage version: 2.1.4)
Diffstat (limited to 'dev-libs/libgpg-error/libgpg-error-1.6.ebuild')
-rw-r--r-- | dev-libs/libgpg-error/libgpg-error-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libgpg-error/libgpg-error-1.6.ebuild b/dev-libs/libgpg-error/libgpg-error-1.6.ebuild index 56b3a9597e6c..8e352be14332 100644 --- a/dev-libs/libgpg-error/libgpg-error-1.6.ebuild +++ b/dev-libs/libgpg-error/libgpg-error-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.6.ebuild,v 1.3 2008/01/20 14:23:28 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-1.6.ebuild,v 1.4 2008/01/20 15:10:14 nixnut Exp $ inherit libtool eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="nls" RDEPEND="nls? ( virtual/libintl )" |