summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormudler <mudler@sabayon.org>2016-08-24 21:43:27 +0200
committerNP-Hardass <NP-Hardass@gentoo.org>2016-08-24 16:23:46 -0400
commit2e0e176f79470c76b23558b54ede4204ad49351e (patch)
tree8ab52de4558c3ab4475a1e13a3f8fccc9ddaba97
parentx11-terms/mate-terminal: Use COMMON_DEPEND and move app-text/rarian:0 to DEPEND (diff)
downloadgentoo-mate-2e0e176f79470c76b23558b54ede4204ad49351e.tar.gz
gentoo-mate-2e0e176f79470c76b23558b54ede4204ad49351e.tar.bz2
gentoo-mate-2e0e176f79470c76b23558b54ede4204ad49351e.zip
x11-misc/mozo: fix missing RDEPEND
Package-Manager: portage-2.2.26 Signed-off-by: NP-Hardass <NP-Hardass@gentoo.org>
-rw-r--r--x11-misc/mozo/mozo-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-misc/mozo/mozo-9999.ebuild b/x11-misc/mozo/mozo-9999.ebuild
index 25e644a..80e2d65 100644
--- a/x11-misc/mozo/mozo-9999.ebuild
+++ b/x11-misc/mozo/mozo-9999.ebuild
@@ -19,7 +19,7 @@ SLOT="0"
IUSE=""
-RDEPEND="${PYTHON_DEPS}
+COMMON_DEPEND="${PYTHON_DEPS}
>=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
>=mate-base/mate-menus-1.6[introspection]
x11-libs/gdk-pixbuf:2[introspection]
@@ -27,6 +27,8 @@ RDEPEND="${PYTHON_DEPS}
virtual/libintl:0
!!x11-misc/mate-menu-editor"
+RDEPEND="${COMMON_DEPEND}"
+
DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.40:*
sys-devel/gettext:*