diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-12-26 18:17:12 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-12-26 18:17:12 +0000 |
commit | 339274714dabb9d4955a53c9c0f8f0a4e7597454 (patch) | |
tree | 19a4e7e5c471d7cfe36f144148613ce9170cca5c /app-crypt/gnupg/gnupg-1.2.4.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-339274714dabb9d4955a53c9c0f8f0a4e7597454.tar.gz gentoo-2-339274714dabb9d4955a53c9c0f8f0a4e7597454.tar.bz2 gentoo-2-339274714dabb9d4955a53c9c0f8f0a4e7597454.zip |
fix license for conditional IDEA support
Diffstat (limited to 'app-crypt/gnupg/gnupg-1.2.4.ebuild')
-rw-r--r-- | app-crypt/gnupg/gnupg-1.2.4.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app-crypt/gnupg/gnupg-1.2.4.ebuild b/app-crypt/gnupg/gnupg-1.2.4.ebuild index 2bab5eb10f46..3f8f375dcdbe 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-2003 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.1 2003/12/26 18:03:13 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.4.ebuild,v 1.2 2003/12/26 18:17:03 taviso Exp $ inherit eutils @@ -9,7 +9,13 @@ 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="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" + KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64 ~ia64" IUSE="X ldap nls static caps idea" |