diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-05-01 13:02:25 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-05-01 13:02:25 +0300 |
commit | 3c4a83102994ee8b691dd8070729f8a4126f9d5c (patch) | |
tree | 5bdc89de8151cb5eb764ab2591f9669fa50ae43f /app-text/xiphos | |
parent | llvm.eclass: Remove old slots (diff) | |
download | gentoo-3c4a83102994ee8b691dd8070729f8a4126f9d5c.tar.gz gentoo-3c4a83102994ee8b691dd8070729f8a4126f9d5c.tar.bz2 gentoo-3c4a83102994ee8b691dd8070729f8a4126f9d5c.zip |
app-text/xiphos: drop python req on libxslt and gnome-doc-utils
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>
Diffstat (limited to 'app-text/xiphos')
-rw-r--r-- | app-text/xiphos/xiphos-4.0.6a-r2.ebuild | 6 | ||||
-rw-r--r-- | app-text/xiphos/xiphos-4.1.0-r2.ebuild | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/app-text/xiphos/xiphos-4.0.6a-r2.ebuild b/app-text/xiphos/xiphos-4.0.6a-r2.ebuild index 4ca64d0c5aae..dd5177d45fa9 100644 --- a/app-text/xiphos/xiphos-4.0.6a-r2.ebuild +++ b/app-text/xiphos/xiphos-4.0.6a-r2.ebuild @@ -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() { diff --git a/app-text/xiphos/xiphos-4.1.0-r2.ebuild b/app-text/xiphos/xiphos-4.1.0-r2.ebuild index 159e9351269a..24314a606c49 100644 --- a/app-text/xiphos/xiphos-4.1.0-r2.ebuild +++ b/app-text/xiphos/xiphos-4.1.0-r2.ebuild @@ -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() { |