dev-libs/libgamin: [QA] Add missing python metadata variables
authorDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 07:58:13 +0000 (09:58 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 11:22:06 +0000 (13:22 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-libs/libgamin/libgamin-0.1.10-r5.ebuild

index 029fe9c43a785b1b8159304e507064eff19f74f8..23a7fdeff0c18c1a41878b27e8dcf915b10d7c35 100644 (file)
@@ -20,10 +20,13 @@ LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug kernel_linux python static-libs"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RESTRICT="test" # needs gam-server
 
-RDEPEND="!app-admin/fam
+RDEPEND="
+       python? ( ${PYTHON_DEPS} )
+       !app-admin/fam
        !<app-admin/gamin-0.1.10"
 DEPEND="${RDEPEND}"