diff options
Diffstat (limited to 'dev-libs/libgpg-error/libgpg-error-0.7.ebuild')
-rw-r--r-- | dev-libs/libgpg-error/libgpg-error-0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libgpg-error/libgpg-error-0.7.ebuild b/dev-libs/libgpg-error/libgpg-error-0.7.ebuild index 1c21824220e0..c775a4287b55 100644 --- a/dev-libs/libgpg-error/libgpg-error-0.7.ebuild +++ b/dev-libs/libgpg-error/libgpg-error-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-0.7.ebuild,v 1.5 2004/06/24 23:17:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-0.7.ebuild,v 1.6 2004/07/02 02:35:04 tgall Exp $ DESCRIPTION="Contains error handling functions used by GnuPG" HOMEPAGE="http://www.gnupg.org/" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/${PN}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ia64" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ia64 ppc64" IUSE="nls" DEPEND="virtual/glibc" |