diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-13 21:18:02 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-06-13 21:18:02 +0000 |
commit | 682ebdd5e6293e2ff72a2bd99e02112c70b7588b (patch) | |
tree | 8709584beff7f1c4aa338ff70d30c3f98b37f490 /dev-python/pyopenal/pyopenal-0.1.6.ebuild | |
parent | can't build against the unstable version upstream, so removing it and leaving... (diff) | |
download | gentoo-2-682ebdd5e6293e2ff72a2bd99e02112c70b7588b.tar.gz gentoo-2-682ebdd5e6293e2ff72a2bd99e02112c70b7588b.tar.bz2 gentoo-2-682ebdd5e6293e2ff72a2bd99e02112c70b7588b.zip |
Stable on x86 since this is the version that I tested with slune. Also, this should resolve all of the compilation issues, as well as work with the new split openal/freealut packages.
(Portage version: 2.1)
Diffstat (limited to 'dev-python/pyopenal/pyopenal-0.1.6.ebuild')
-rw-r--r-- | dev-python/pyopenal/pyopenal-0.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyopenal/pyopenal-0.1.6.ebuild b/dev-python/pyopenal/pyopenal-0.1.6.ebuild index c632092d495f..df6fb98b892a 100644 --- a/dev-python/pyopenal/pyopenal-0.1.6.ebuild +++ b/dev-python/pyopenal/pyopenal-0.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopenal/pyopenal-0.1.6.ebuild,v 1.1 2006/06/13 21:08:44 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopenal/pyopenal-0.1.6.ebuild,v 1.2 2006/06/13 21:18:02 wolf31o2 Exp $ inherit distutils eutils @@ -12,7 +12,7 @@ SRC_URI="http://download.gna.org/pyopenal/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" RDEPEND=">=dev-lang/python-2.2.2 |