summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-12-01 17:32:45 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-12-01 17:32:45 +0000
commit0ce5959d80d3439372adac9ef2cd4856cb24c02b (patch)
tree98762fd1740ccb64a61730b4c91d6d31fec2b439 /games-action
parentOnly exclude examples from compression. (diff)
downloadgentoo-2-0ce5959d80d3439372adac9ef2cd4856cb24c02b.tar.gz
gentoo-2-0ce5959d80d3439372adac9ef2cd4856cb24c02b.tar.bz2
gentoo-2-0ce5959d80d3439372adac9ef2cd4856cb24c02b.zip
add PYTHON_USEDEP to dev-python/pyode wrt #493042
(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/ChangeLog6
-rw-r--r--games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild6
2 files changed, 7 insertions, 5 deletions
diff --git a/games-action/accelerator3d/ChangeLog b/games-action/accelerator3d/ChangeLog
index 4c0e7ca14442..7d8d3ca342c3 100644
--- a/games-action/accelerator3d/ChangeLog
+++ b/games-action/accelerator3d/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/accelerator3d
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.10 2013/12/01 17:02:52 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/ChangeLog,v 1.11 2013/12/01 17:32:45 hasufell Exp $
+
+ 01 Dec 2013; Julian Ospald <hasufell@gentoo.org>
+ accelerator3d-0.1.1-r2.ebuild:
+ add PYTHON_USEDEP to dev-python/pyode wrt #493042
*accelerator3d-0.1.1-r2 (01 Dec 2013)
diff --git a/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild b/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild
index 8906551ccdf6..3ca48453119f 100644
--- a/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild
+++ b/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild
@@ -1,8 +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.2 2013/12/01 17:04:05 hasufell Exp $
-
-# TODO: convert dev-python/pyode wrt #493042
+# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v 1.3 2013/12/01 17:32:45 hasufell Exp $
EAPI=5
PYTHON_COMPAT=( python2_6 python2_7 )
@@ -20,7 +18,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
- dev-python/pyode
+ dev-python/pyode[${PYTHON_USEDEP}]
dev-python/pygame[${PYTHON_USEDEP}]
dev-python/pyopengl[${PYTHON_USEDEP}]"