diff options
-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" |