diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-31 18:29:44 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-03-31 18:29:44 +0000 |
commit | d282d6b3001a99fceac007a8c9d58b046b87f299 (patch) | |
tree | 64e7045a46a01577882e7d94daecd94c719e441e | |
parent | Initial version (diff) | |
download | gentoo-2-d282d6b3001a99fceac007a8c9d58b046b87f299.tar.gz gentoo-2-d282d6b3001a99fceac007a8c9d58b046b87f299.tar.bz2 gentoo-2-d282d6b3001a99fceac007a8c9d58b046b87f299.zip |
Restrict old version with blockers instead
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
-rw-r--r-- | dev-python/pygame/pygame-1.9.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pygame/pygame-1.9.1.ebuild b/dev-python/pygame/pygame-1.9.1.ebuild index 30410282b745..cf0e9a580645 100644 --- a/dev-python/pygame/pygame-1.9.1.ebuild +++ b/dev-python/pygame/pygame-1.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.9.1.ebuild,v 1.11 2011/03/31 17:05:45 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.9.1.ebuild,v 1.12 2011/03/31 18:29:44 ssuominen Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -14,7 +14,7 @@ SRC_URI="http://www.pygame.org/ftp/pygame-${PV}release.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 ~arm hppa ia64 ppc sparc x86 ~x86-fbsd" -IUSE="doc examples kernel_linux X" +IUSE="doc examples X" RDEPEND=">=media-libs/libsdl-1.2.5[X?] >=media-libs/sdl-ttf-2.0.6 @@ -23,7 +23,7 @@ RDEPEND=">=media-libs/libsdl-1.2.5[X?] dev-python/numpy >=media-libs/smpeg-0.4.4-r1" DEPEND="${RDEPEND} - kernel_linux? ( <sys-kernel/linux-headers-2.6.38 )" + !>=sys-kernel/linux-headers-2.6.38" S=${WORKDIR}/${P}release |