diff options
author | 2013-12-01 17:04:05 +0000 | |
---|---|---|
committer | 2013-12-01 17:04:05 +0000 | |
commit | 38fa24f9e26371e7928c9aeb630b231fc31c56df (patch) | |
tree | 014b0fc74b59373aed358ca589dec5340aa48f9f /games-action | |
parent | sci-biology/rebase: Version Bump (diff) | |
download | gentoo-2-38fa24f9e26371e7928c9aeb630b231fc31c56df.tar.gz gentoo-2-38fa24f9e26371e7928c9aeb630b231fc31c56df.tar.bz2 gentoo-2-38fa24f9e26371e7928c9aeb630b231fc31c56df.zip |
don't pollute DEPEND
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild b/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild index d8af3cefbbd6..8906551ccdf6 100644 --- a/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild +++ b/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v 1.1 2013/12/01 17:02:52 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v 1.2 2013/12/01 17:04:05 hasufell Exp $ # TODO: convert dev-python/pyode wrt #493042 @@ -18,11 +18,11 @@ KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="" REQUIRED_USE=${PYTHON_REQUIRED_USE} -RDEPEND="${PYTHON_DEPS} +DEPEND="${PYTHON_DEPS}" +RDEPEND="${DEPEND} dev-python/pyode dev-python/pygame[${PYTHON_USEDEP}] dev-python/pyopengl[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" S=${WORKDIR}/${PN} |