diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-21 02:46:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-21 02:46:54 +0000 |
commit | 5e1cb169001a051f22c6b6a5bf832c4a99e14041 (patch) | |
tree | 0bb59263b34d408a0473be7dc31b48b9979777f0 /dev-libs/beecrypt | |
parent | Added kgcc back in as it's needed to build sparc32 2.2 kernels and so Skunky ... (diff) | |
download | historical-5e1cb169001a051f22c6b6a5bf832c4a99e14041.tar.gz historical-5e1cb169001a051f22c6b6a5bf832c4a99e14041.tar.bz2 historical-5e1cb169001a051f22c6b6a5bf832c4a99e14041.zip |
arm/hppa KEYWORDS for rpm
Diffstat (limited to 'dev-libs/beecrypt')
-rw-r--r-- | dev-libs/beecrypt/beecrypt-3.1.0-r2.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-libs/beecrypt/beecrypt-3.1.0-r2.ebuild b/dev-libs/beecrypt/beecrypt-3.1.0-r2.ebuild index 9f4bf953f37c..245acac85489 100644 --- a/dev-libs/beecrypt/beecrypt-3.1.0-r2.ebuild +++ b/dev-libs/beecrypt/beecrypt-3.1.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/beecrypt-3.1.0-r2.ebuild,v 1.6 2004/06/24 23:00:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/beecrypt/beecrypt-3.1.0-r2.ebuild,v 1.7 2004/10/21 02:46:54 vapier Exp $ inherit flag-o-matic eutils @@ -9,13 +9,12 @@ HOMEPAGE="http://sourceforge.net/projects/beecrypt" SRC_URI="mirror://sourceforge/beecrypt/${P}.tar.gz" LICENSE="LGPL-2" -KEYWORDS="x86 ppc sparc alpha amd64 ia64" SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ppc sparc x86" +IUSE="python" DEPEND="python? ( >=dev-lang/python-2.2 ) - !<app-arch/rpm-4.2.1" - -IUSE="python" + !<app-arch/rpm-4.2.1" src_unpack() { unpack ${A} |