summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-08-21 08:25:32 +0300
committerMart Raudsepp <leio@gentoo.org>2018-08-21 08:25:32 +0300
commit829e21338223e709ecdab46801749a5543fb4d26 (patch)
tree527bc2cf443beb939d96ebb12e902726ce97e351 /app-text/xiphos
parentdev-util/glib-utils: add missing PYTHON_REQUIRED_USE (diff)
downloadgentoo-829e21338223e709ecdab46801749a5543fb4d26.tar.gz
gentoo-829e21338223e709ecdab46801749a5543fb4d26.tar.bz2
gentoo-829e21338223e709ecdab46801749a5543fb4d26.zip
app-text/xiphos: fix invalid dev-libs/glib[$PYTHON_USEDEP] deps
Also fix >=glib-2 dep to glib:2 and libxml2 dep to libxml2:2 while here Closes: https://bugs.gentoo.org/664088 Package-Manager: Portage-2.3.47, Repoman-2.3.10
Diffstat (limited to 'app-text/xiphos')
-rw-r--r--app-text/xiphos/xiphos-4.0.6a-r1.ebuild (renamed from app-text/xiphos/xiphos-4.0.6a.ebuild)6
-rw-r--r--app-text/xiphos/xiphos-4.1.0-r1.ebuild (renamed from app-text/xiphos/xiphos-4.1.0.ebuild)4
2 files changed, 5 insertions, 5 deletions
diff --git a/app-text/xiphos/xiphos-4.0.6a.ebuild b/app-text/xiphos/xiphos-4.0.6a-r1.ebuild
index 1bd7cf90e5b0..c8c02b73669a 100644
--- a/app-text/xiphos/xiphos-4.0.6a.ebuild
+++ b/app-text/xiphos/xiphos-4.0.6a-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,8 +20,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
>=app-text/sword-1.7.4
- >=dev-libs/glib-2[${PYTHON_USEDEP}]
- dev-libs/libxml2[${PYTHON_USEDEP}]
+ dev-libs/glib:2
+ dev-libs/libxml2:2[${PYTHON_USEDEP}]
gnome-base/gconf[${PYTHON_USEDEP}]
gnome-extra/gtkhtml:4.0
>=gnome-extra/libgsf-1.14
diff --git a/app-text/xiphos/xiphos-4.1.0.ebuild b/app-text/xiphos/xiphos-4.1.0-r1.ebuild
index 9824202606e8..a9f5298597bd 100644
--- a/app-text/xiphos/xiphos-4.1.0.ebuild
+++ b/app-text/xiphos/xiphos-4.1.0-r1.ebuild
@@ -18,8 +18,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
>=app-text/sword-1.8.0
- >=dev-libs/glib-2[${PYTHON_USEDEP}]
- dev-libs/libxml2[${PYTHON_USEDEP}]
+ dev-libs/glib:2
+ dev-libs/libxml2:2[${PYTHON_USEDEP}]
gnome-base/gconf[${PYTHON_USEDEP}]
gnome-extra/gtkhtml:4.0
>=gnome-extra/libgsf-1.14