diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-01 21:39:45 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-01 21:39:45 +0000 |
commit | fc13b527067f21236dfa98363f6a79f6504457fe (patch) | |
tree | 60be70a10b29a9bfc0febb0fd4fce68618d3ea1b /dev-python | |
parent | Fix deprecation warning. (diff) | |
download | gentoo-2-fc13b527067f21236dfa98363f6a79f6504457fe.tar.gz gentoo-2-fc13b527067f21236dfa98363f6a79f6504457fe.tar.bz2 gentoo-2-fc13b527067f21236dfa98363f6a79f6504457fe.zip |
Fix dependencies (bug #292796).
(Portage version: 2.2.0_alpha11_p6/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/cgkit/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/cgkit/ChangeLog b/dev-python/cgkit/ChangeLog index bae8c4ba4018..365cfff2785a 100644 --- a/dev-python/cgkit/ChangeLog +++ b/dev-python/cgkit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/cgkit -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v 1.27 2010/11/08 18:44:19 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/ChangeLog,v 1.28 2011/01/01 21:39:45 arfrever Exp $ + + 01 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + cgkit-2.0.0_alpha9.ebuild: + Fix dependencies (bug #292796). 08 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> cgkit-2.0.0_alpha9.ebuild: diff --git a/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild b/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild index 8bb5f0721769..d2ed27d59660 100644 --- a/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild +++ b/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild,v 1.2 2010/11/08 18:44:19 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-2.0.0_alpha9.ebuild,v 1.3 2011/01/01 21:39:45 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -14,7 +14,7 @@ HOMEPAGE="http://cgkit.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" RDEPEND="dev-python/pyrex - dev-libs/boost + dev-libs/boost[python] dev-python/pyprotocols dev-python/pyopengl dev-python/pygame |