diff options
author | Simon Stelling <blubb@gentoo.org> | 2004-09-08 12:33:09 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2004-09-08 12:33:09 +0000 |
commit | 9600422e9958991efcf1b234e9b2787ae02b4f5f (patch) | |
tree | 9b7b4b2da6d6ba2cccb7d2331e635b089c8c1c90 /dev-python/empy/empy-3.3.ebuild | |
parent | stable on amd64. Minor configure bug re CONF_LIBDIR/get_libdir(). (diff) | |
download | historical-9600422e9958991efcf1b234e9b2787ae02b4f5f.tar.gz historical-9600422e9958991efcf1b234e9b2787ae02b4f5f.tar.bz2 historical-9600422e9958991efcf1b234e9b2787ae02b4f5f.zip |
added ~amd64 to dev-python/empy-3.3 (#63219)
Diffstat (limited to 'dev-python/empy/empy-3.3.ebuild')
-rw-r--r-- | dev-python/empy/empy-3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/empy/empy-3.3.ebuild b/dev-python/empy/empy-3.3.ebuild index 6232dea9ced0..1c0d1b15a5ce 100644 --- a/dev-python/empy/empy-3.3.ebuild +++ b/dev-python/empy/empy-3.3.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-python/empy/empy-3.3.ebuild,v 1.3 2004/07/09 00:22:10 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/empy/empy-3.3.ebuild,v 1.4 2004/09/08 12:33:09 blubb Exp $ inherit distutils @@ -10,7 +10,7 @@ HOMEPAGE="http://www.alcyone.com/software/empy/" SRC_URI="http://www.alcyone.com/software/empy/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" IUSE="" DEPEND="dev-lang/python" |