app-text/xiphos: drop python req on libxslt and gnome-doc-utils
authorMart Raudsepp <leio@gentoo.org>
Fri, 1 May 2020 10:02:25 +0000 (13:02 +0300)
committerMart Raudsepp <leio@gentoo.org>
Fri, 1 May 2020 10:02:25 +0000 (13:02 +0300)
gnome-doc-utils had its python2 revision dropped, breaking the tree for
xiphos. Instead of removing it, dropping the PYTHON_MULTI_USEDEP requirement
here, as xiphos appears to only call xml2po and xsltproc utilities, not
import any of the gnome-doc-utils or libxslt python API.
Also PYTHON_MULTI_USEDEP doesn't make sense for a BDEPEND.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
app-text/xiphos/xiphos-4.0.6a-r2.ebuild
app-text/xiphos/xiphos-4.1.0-r2.ebuild

index 4ca64d0c5aae5b632015f4487f2f587fc1898330..dd5177d45fa9cb950a7f756eb8f2afe48c44c320 100644 (file)
@@ -39,10 +39,8 @@ DEPEND="${RDEPEND}
        >=net-libs/biblesync-1.1.2-r1[-static]
        virtual/pkgconfig
        sys-devel/gettext
-       $(python_gen_cond_dep '
-               app-text/gnome-doc-utils[${PYTHON_MULTI_USEDEP}]
-               dev-libs/libxslt[${PYTHON_MULTI_USEDEP}]
-       ')
+       app-text/gnome-doc-utils
+       dev-libs/libxslt
 "
 
 pkg_setup() {
index 159e9351269a609dea3072b31ad3f20973567b44..24314a606c49995520845efb5be85b8a027e6cbd 100644 (file)
@@ -37,10 +37,8 @@ DEPEND="${RDEPEND}
        >=net-libs/biblesync-1.1.2-r1[-static]
        virtual/pkgconfig
        sys-devel/gettext
-       $(python_gen_cond_dep '
-               app-text/gnome-doc-utils[${PYTHON_MULTI_USEDEP}]
-               dev-libs/libxslt[${PYTHON_MULTI_USEDEP}]
-       ')
+       app-text/gnome-doc-utils
+       dev-libs/libxslt
 "
 
 pkg_setup() {