dev-python/python-efl: 1.18.0-r1 depends on =dev-libs/efl-1.18*
authorJoonas Niilola <juippis@gmail.com>
Sat, 7 Jul 2018 11:13:44 +0000 (14:13 +0300)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 7 Jul 2018 13:53:50 +0000 (15:53 +0200)
Closes: https://bugs.gentoo.org/652924
Package-Manager: Portage[mgorny]-2.3.36.1

dev-python/python-efl/python-efl-1.18.0-r1.ebuild

index d3a6501941a0dcdf42c18c2b6d688e94514a3e2f..26b8f90f9cc094f3f467244fba84ad0bfae425dd 100644 (file)
@@ -16,17 +16,21 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="doc test"
 
-RDEPEND=">=dev-libs/efl-${PV}
-       >dev-python/dbus-python-0.83[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
+RDEPEND="
+       =dev-libs/efl-1.18*
+       dev-python/dbus-python[${PYTHON_USEDEP}]
+"
+DEPEND="
+       ${RDEPEND}
+       dev-python/cython[${PYTHON_USEDEP}]
        dev-python/setuptools[${PYTHON_USEDEP}]
-       >=dev-python/cython-0.21[${PYTHON_USEDEP}]
+       virtual/pkgconfig
        doc? (
-               media-gfx/graphviz[python]
                dev-python/sphinx[${PYTHON_USEDEP}]
+               media-gfx/graphviz
        )
-       doc? ( >dev-python/sphinx-1.0[${PYTHON_USEDEP}] )"
+       test? ( =dev-libs/efl-1.18*[X] )
+"
 
 python_compile_all() {
        if use doc ; then