diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-06 11:23:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-06 11:23:07 +0000 |
commit | 4d1030fa485049c17a80a4477d2c7ebc9eb455a9 (patch) | |
tree | 4b7229b3008b950f0890473aba8beb9696bf9dbd /dev-libs | |
parent | arm/ia64 stable #78111 (diff) | |
download | gentoo-2-4d1030fa485049c17a80a4477d2c7ebc9eb455a9.tar.gz gentoo-2-4d1030fa485049c17a80a4477d2c7ebc9eb455a9.tar.bz2 gentoo-2-4d1030fa485049c17a80a4477d2c7ebc9eb455a9.zip |
arm/ia64 KEYWORDS #76381
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libassuan/libassuan-0.6.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libassuan/libassuan-0.6.9.ebuild b/dev-libs/libassuan/libassuan-0.6.9.ebuild index d9df4e84561e..af031cade6ed 100644 --- a/dev-libs/libassuan/libassuan-0.6.9.ebuild +++ b/dev-libs/libassuan/libassuan-0.6.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassuan/libassuan-0.6.9.ebuild,v 1.3 2005/01/03 22:00:37 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassuan/libassuan-0.6.9.ebuild,v 1.4 2005/02/06 11:23:07 vapier Exp $ DESCRIPTION="Standalone IPC library used by gpg, gpgme and newpg" HOMEPAGE="http://www.gnupg.org/(en)/download/index.html#libassuan" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~s390 ~x86 ~sparc" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="" DEPEND="virtual/libc" |