From: David Seifert Date: Sun, 19 Feb 2017 10:18:24 +0000 (+0100) Subject: media-sound/codecgraph: Add missing Python variables X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2429f959d860fb67ccb25035a32b28de3153e100;p=gentoo.git media-sound/codecgraph: Add missing Python variables Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/media-sound/codecgraph/codecgraph-20120114-r1.ebuild b/media-sound/codecgraph/codecgraph-20120114-r2.ebuild similarity index 87% rename from media-sound/codecgraph/codecgraph-20120114-r1.ebuild rename to 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"