commit:     2429f959d860fb67ccb25035a32b28de3153e100
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 10:18:24 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 10:18:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2429f959

media-sound/codecgraph: Add missing Python variables

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../{codecgraph-20120114-r1.ebuild => codecgraph-20120114-r2.ebuild}  | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 4e5429eaa6..799e395e9e 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"
 

Reply via email to