diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-03-19 22:52:33 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-03-19 22:52:33 +0000 |
commit | b035a552bed579ffc3817a316ea7c425fcf7dee7 (patch) | |
tree | d2fd8ad23acda0eae2f391625823310fb9830c05 /dev-python/cgkit/cgkit-1.2.0.ebuild | |
parent | make Makefiles respect users LDFLAGS. (diff) | |
download | historical-b035a552bed579ffc3817a316ea7c425fcf7dee7.tar.gz historical-b035a552bed579ffc3817a316ea7c425fcf7dee7.tar.bz2 historical-b035a552bed579ffc3817a316ea7c425fcf7dee7.zip |
Add DEPEND on app-arch/unzip
Package-Manager: portage-2.1_pre6-r3
Diffstat (limited to 'dev-python/cgkit/cgkit-1.2.0.ebuild')
-rw-r--r-- | dev-python/cgkit/cgkit-1.2.0.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/cgkit/cgkit-1.2.0.ebuild b/dev-python/cgkit/cgkit-1.2.0.ebuild index 540113f0d57f..5770a662c104 100644 --- a/dev-python/cgkit/cgkit-1.2.0.ebuild +++ b/dev-python/cgkit/cgkit-1.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-1.2.0.ebuild,v 1.2 2005/03/10 11:11:57 chrb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cgkit/cgkit-1.2.0.ebuild,v 1.3 2006/03/19 22:42:32 halcy0n Exp $ inherit distutils @@ -8,8 +8,10 @@ DESCRIPTION="Python library for creating 3D images" SRC_URI="mirror://sourceforge/${PN}/${P}.zip mirror://sourceforge/${PN}/${P}-doc.zip" HOMEPAGE="http://cgkit.sourceforge.net" -DEPEND="dev-lang/python +RDEPEND="dev-lang/python dev-python/pyrex" +DEPEND="${RDEPEND} + app-arch/unzip" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc" |