Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:split-deps commit in: x11-misc/mozo/
Date: Wed, 24 Aug 2016 20:48:26
Message-Id: 1472070226.2e0e176f79470c76b23558b54ede4204ad49351e.np-hardass@gentoo
1 commit: 2e0e176f79470c76b23558b54ede4204ad49351e
2 Author: mudler <mudler <AT> sabayon <DOT> org>
3 AuthorDate: Wed Aug 24 19:43:27 2016 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 20:23:46 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=2e0e176f
7
8 x11-misc/mozo: fix missing RDEPEND
9
10 Package-Manager: portage-2.2.26
11
12 Signed-off-by: NP-Hardass <NP-Hardass <AT> gentoo.org>
13
14 x11-misc/mozo/mozo-9999.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/x11-misc/mozo/mozo-9999.ebuild b/x11-misc/mozo/mozo-9999.ebuild
18 index 25e644a..80e2d65 100644
19 --- a/x11-misc/mozo/mozo-9999.ebuild
20 +++ b/x11-misc/mozo/mozo-9999.ebuild
21 @@ -19,7 +19,7 @@ SLOT="0"
22
23 IUSE=""
24
25 -RDEPEND="${PYTHON_DEPS}
26 +COMMON_DEPEND="${PYTHON_DEPS}
27 >=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
28 >=mate-base/mate-menus-1.6[introspection]
29 x11-libs/gdk-pixbuf:2[introspection]
30 @@ -27,6 +27,8 @@ RDEPEND="${PYTHON_DEPS}
31 virtual/libintl:0
32 !!x11-misc/mate-menu-editor"
33
34 +RDEPEND="${COMMON_DEPEND}"
35 +
36 DEPEND="${COMMON_DEPEND}
37 >=dev-util/intltool-0.40:*
38 sys-devel/gettext:*