summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-31 20:33:03 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-31 20:33:03 +0000
commitb0bcd7fafbb5a1bc13f64838c7127f9fdcccf2c1 (patch)
tree2403d467c1bbf3973f5f4571a0542cff5bb0d78c /dev-libs/libgpg-error
parentStable on alpha. (Manifest recommit) (diff)
downloadgentoo-2-b0bcd7fafbb5a1bc13f64838c7127f9fdcccf2c1.tar.gz
gentoo-2-b0bcd7fafbb5a1bc13f64838c7127f9fdcccf2c1.tar.bz2
gentoo-2-b0bcd7fafbb5a1bc13f64838c7127f9fdcccf2c1.zip
add a few more KEYWORDS
Diffstat (limited to 'dev-libs/libgpg-error')
-rw-r--r--dev-libs/libgpg-error/libgpg-error-0.7.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libgpg-error/libgpg-error-0.7.ebuild b/dev-libs/libgpg-error/libgpg-error-0.7.ebuild
index 177062b3dbb1..a7f84a1fac06 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 Technologies, Inc.
# 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.3 2004/05/12 17:44:26 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgpg-error/libgpg-error-0.7.ebuild,v 1.4 2004/05/31 20:33:03 vapier 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 ~amd64 ~sparc ~mips ~alpha"
+KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ia64"
IUSE="nls"
DEPEND="virtual/glibc"
@@ -21,5 +21,5 @@ src_compile() {
src_install() {
einstall || die
- dodoc ABOUT-NLS AUTHORS ChangeLog NEWS README
+ dodoc AUTHORS ChangeLog NEWS README
}