commit:     2e0e176f79470c76b23558b54ede4204ad49351e
Author:     mudler <mudler <AT> sabayon <DOT> org>
AuthorDate: Wed Aug 24 19:43:27 2016 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 20:23:46 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=2e0e176f

x11-misc/mozo: fix missing RDEPEND

Package-Manager: portage-2.2.26

Signed-off-by: NP-Hardass <NP-Hardass <AT> gentoo.org>

 x11-misc/mozo/mozo-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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:*

Reply via email to