diff options
author | 2004-06-02 15:53:48 +0000 | |
---|---|---|
committer | 2004-06-02 15:53:48 +0000 | |
commit | 1f9aedcec25cd71b1442d0270da118c2d505e74a (patch) | |
tree | f2c4c6864b540e624e1da17b9511bcdc59db700a /dev-python | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-1f9aedcec25cd71b1442d0270da118c2d505e74a.tar.gz gentoo-2-1f9aedcec25cd71b1442d0270da118c2d505e74a.tar.bz2 gentoo-2-1f9aedcec25cd71b1442d0270da118c2d505e74a.zip |
arm KEYWORDS
Diffstat (limited to 'dev-python')
-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" |