Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xiphos/
Date: Fri, 01 May 2020 10:02:37
Message-Id: 1588327345.3c4a83102994ee8b691dd8070729f8a4126f9d5c.leio@gentoo
1 commit: 3c4a83102994ee8b691dd8070729f8a4126f9d5c
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 1 10:02:25 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri May 1 10:02:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4a8310
7
8 app-text/xiphos: drop python req on libxslt and gnome-doc-utils
9
10 gnome-doc-utils had its python2 revision dropped, breaking the tree for
11 xiphos. Instead of removing it, dropping the PYTHON_MULTI_USEDEP requirement
12 here, as xiphos appears to only call xml2po and xsltproc utilities, not
13 import any of the gnome-doc-utils or libxslt python API.
14 Also PYTHON_MULTI_USEDEP doesn't make sense for a BDEPEND.
15
16 Package-Manager: Portage-2.3.84, Repoman-2.3.20
17 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
18
19 app-text/xiphos/xiphos-4.0.6a-r2.ebuild | 6 ++----
20 app-text/xiphos/xiphos-4.1.0-r2.ebuild | 6 ++----
21 2 files changed, 4 insertions(+), 8 deletions(-)
22
23 diff --git a/app-text/xiphos/xiphos-4.0.6a-r2.ebuild b/app-text/xiphos/xiphos-4.0.6a-r2.ebuild
24 index 4ca64d0c5aa..dd5177d45fa 100644
25 --- a/app-text/xiphos/xiphos-4.0.6a-r2.ebuild
26 +++ b/app-text/xiphos/xiphos-4.0.6a-r2.ebuild
27 @@ -39,10 +39,8 @@ DEPEND="${RDEPEND}
28 >=net-libs/biblesync-1.1.2-r1[-static]
29 virtual/pkgconfig
30 sys-devel/gettext
31 - $(python_gen_cond_dep '
32 - app-text/gnome-doc-utils[${PYTHON_MULTI_USEDEP}]
33 - dev-libs/libxslt[${PYTHON_MULTI_USEDEP}]
34 - ')
35 + app-text/gnome-doc-utils
36 + dev-libs/libxslt
37 "
38
39 pkg_setup() {
40
41 diff --git a/app-text/xiphos/xiphos-4.1.0-r2.ebuild b/app-text/xiphos/xiphos-4.1.0-r2.ebuild
42 index 159e9351269..24314a606c4 100644
43 --- a/app-text/xiphos/xiphos-4.1.0-r2.ebuild
44 +++ b/app-text/xiphos/xiphos-4.1.0-r2.ebuild
45 @@ -37,10 +37,8 @@ DEPEND="${RDEPEND}
46 >=net-libs/biblesync-1.1.2-r1[-static]
47 virtual/pkgconfig
48 sys-devel/gettext
49 - $(python_gen_cond_dep '
50 - app-text/gnome-doc-utils[${PYTHON_MULTI_USEDEP}]
51 - dev-libs/libxslt[${PYTHON_MULTI_USEDEP}]
52 - ')
53 + app-text/gnome-doc-utils
54 + dev-libs/libxslt
55 "
56
57 pkg_setup() {