summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-02-19 11:18:24 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-19 11:18:24 +0100
commit2429f959d860fb67ccb25035a32b28de3153e100 (patch)
treee95b591c276fe266e0b30357081360f447c7d70f /media-sound
parentmedia-sound/ifp-gnome: Add missing Python variables (diff)
downloadgentoo-2429f959d860fb67ccb25035a32b28de3153e100.tar.gz
gentoo-2429f959d860fb67ccb25035a32b28de3153e100.tar.bz2
gentoo-2429f959d860fb67ccb25035a32b28de3153e100.zip
media-sound/codecgraph: Add missing Python variables
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/codecgraph/codecgraph-20120114-r2.ebuild (renamed from media-sound/codecgraph/codecgraph-20120114-r1.ebuild)4
1 files changed, 3 insertions, 1 deletions
diff --git a/media-sound/codecgraph/codecgraph-20120114-r1.ebuild b/media-sound/codecgraph/codecgraph-20120114-r2.ebuild
index 4e5429eaa6a2..799e395e9eb5 100644
--- a/media-sound/codecgraph/codecgraph-20120114-r1.ebuild
+++ b/media-sound/codecgraph/codecgraph-20120114-r2.ebuild
@@ -15,8 +15,10 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND="media-gfx/graphviz"
+RDEPEND="${PYTHON_DEPS}
+ media-gfx/graphviz"
DEPEND="${RDEPEND}
media-gfx/imagemagick"