diff options
Diffstat (limited to 'app-crypt/gpgme/gpgme-0.4.0.ebuild')
-rw-r--r-- | app-crypt/gpgme/gpgme-0.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/gpgme/gpgme-0.4.0.ebuild b/app-crypt/gpgme/gpgme-0.4.0.ebuild index eb8c182bd5c7..cb6f5b672f89 100644 --- a/app-crypt/gpgme/gpgme-0.4.0.ebuild +++ b/app-crypt/gpgme/gpgme-0.4.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/gpgme-0.4.0.ebuild,v 1.2 2003/02/13 06:15:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/gpgme-0.4.0.ebuild,v 1.3 2003/03/05 04:40:15 darkspecter Exp $ DESCRIPTION="GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications." SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/${P}.tar.gz" HOMEPAGE="http://www.gnupg.org/(en)/related_software/gpgme/index.html" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" DEPEND=">=sys-libs/zlib-1.1.3 >=app-crypt/gnupg-1.2*" |