commit: 9aed3c19715304dc6e6d26ff01f6262ea38f1c25
Author: mudler <mudler <AT> sabayon <DOT> org>
AuthorDate: Sat Aug 13 21:44:12 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sat Aug 13 22:23:24 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=9aed3c19
dev-python/python-caja: Use COMMON_DEPEND
Package-Manager: portage-2.2.26
Signed-off-by: NP-Hardass <NP-Hardass <AT> gentoo.org>
dev-python/python-caja/python-caja-9999.ebuild | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/dev-python/python-caja/python-caja-9999.ebuild
b/dev-python/python-caja/python-caja-9999.ebuild
index 7edc29e..af66075 100644
--- a/dev-python/python-caja/python-caja-9999.ebuild
+++ b/dev-python/python-caja/python-caja-9999.ebuild
@@ -19,14 +19,16 @@ SLOT="0"
IUSE="doc gtk3"
-RDEPEND="dev-libs/glib:2
+COMMON_DEPEND="${PYTHON_DEPS}
+ dev-libs/glib:2
dev-python/pygobject:3[${PYTHON_USEDEP}]
>=mate-base/caja-1.8[gtk3(-)=,introspection]
!gtk3? ( x11-libs/gtk+:2 )
- gtk3? ( x11-libs/gtk+:3 )
- ${PYTHON_DEPS}"
+ gtk3? ( x11-libs/gtk+:3 )"
-DEPEND="${RDEPEND}
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
dev-util/gtk-doc
dev-util/gtk-doc-am
virtual/pkgconfig:*