diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-03-13 16:34:27 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-03-13 16:34:27 +0000 |
commit | c33846aa10d68e965870c5b50b3df70d2594fc1d (patch) | |
tree | 1674249602e93b9136647b54200400f6b407288a /app-crypt/gnupg/gnupg-1.2.4.ebuild | |
parent | Fixing alsa DEPEND for bug #27746. (Manifest recommit) (diff) | |
download | gentoo-2-c33846aa10d68e965870c5b50b3df70d2594fc1d.tar.gz gentoo-2-c33846aa10d68e965870c5b50b3df70d2594fc1d.tar.bz2 gentoo-2-c33846aa10d68e965870c5b50b3df70d2594fc1d.zip |
fixing LICENSE
Diffstat (limited to 'app-crypt/gnupg/gnupg-1.2.4.ebuild')
-rw-r--r-- | app-crypt/gnupg/gnupg-1.2.4.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/app-crypt/gnupg/gnupg-1.2.4.ebuild b/app-crypt/gnupg/gnupg-1.2.4.ebuild index 1bc68da7c5e3..07810f701995 100644 --- a/app-crypt/gnupg/gnupg-1.2.4.ebuild +++ b/app-crypt/gnupg/gnupg-1.2.4.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/app-crypt/gnupg/gnupg-1.2.4.ebuild,v 1.12 2004/03/13 12:37:49 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.4.ebuild,v 1.13 2004/03/13 16:34:27 taviso Exp $ inherit eutils flag-o-matic @@ -9,12 +9,8 @@ HOMEPAGE="http://www.gnupg.org/" SRC_URI="ftp://ftp.gnupg.org/gcrypt/gnupg/${P}.tar.bz2 idea? ( ftp://ftp.gnupg.dk/pub/contrib-dk/idea.c.gz )" SLOT="0" -LICENSE="GPL-2" -# IDEA license is rather restrictive if you're unlucky enough to -# live in a country where its patented, however it is FAIB for -# non-commercial use. -use idea && LICENCE="${LICENCE} | IDEA" +LICENSE="GPL-2 | IDEA GPL-2" KEYWORDS="x86 ~ppc sparc alpha hppa ~amd64 ia64" IUSE="X ldap nls static caps idea" |