diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-02 15:53:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-02 15:53:48 +0000 |
commit | 2b2bbb6002bc29616babfd1b7a977d7275270bf8 (patch) | |
tree | c50386b11b350623c95da49f9ca01fc59fadaa2d /dev-python/egenix-mx-base/egenix-mx-base-2.0.5.ebuild | |
parent | Fix use invocation (diff) | |
download | historical-2b2bbb6002bc29616babfd1b7a977d7275270bf8.tar.gz historical-2b2bbb6002bc29616babfd1b7a977d7275270bf8.tar.bz2 historical-2b2bbb6002bc29616babfd1b7a977d7275270bf8.zip |
arm KEYWORDS
Diffstat (limited to 'dev-python/egenix-mx-base/egenix-mx-base-2.0.5.ebuild')
-rw-r--r-- | dev-python/egenix-mx-base/egenix-mx-base-2.0.5.ebuild | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/dev-python/egenix-mx-base/egenix-mx-base-2.0.5.ebuild b/dev-python/egenix-mx-base/egenix-mx-base-2.0.5.ebuild index f66682ece3ad..03c3de93c791 100644 --- a/dev-python/egenix-mx-base/egenix-mx-base-2.0.5.ebuild +++ b/dev-python/egenix-mx-base/egenix-mx-base-2.0.5.ebuild @@ -1,20 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-2.0.5.ebuild,v 1.11 2004/06/02 02:29:19 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-2.0.5.ebuild,v 1.12 2004/06/02 15:53:48 vapier Exp $ inherit distutils flag-o-matic -IUSE="" -DESCRIPTION="egenix utils for Python." -SRC_URI="http://www.egenix.com/files/python/${P}.tar.gz" +DESCRIPTION="egenix utils for Python" HOMEPAGE="http://www.egenix.com/" +SRC_URI="http://www.egenix.com/files/python/${P}.tar.gz" -DEPEND="virtual/python" -SLOT="0" -KEYWORDS="x86 sparc alpha ppc ~amd64 hppa ia64 mips s390 ppc64" LICENSE="eGenixPublic" -#please note, there is also a possibility to buy a commercial license -#from egenix.com +SLOT="0" +KEYWORDS="x86 ppc sparc mips alpha arm hppa ~amd64 ia64 ppc64 s390" +IUSE="" + +DEPEND="virtual/python" src_compile() { replace-flags "-O[3s]" "-O2" |