public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xiphos/
Date: Tue, 21 Aug 2018 05:26:13 +0000 (UTC)	[thread overview]
Message-ID: <1534829132.829e21338223e709ecdab46801749a5543fb4d26.leio@gentoo> (raw)

commit:     829e21338223e709ecdab46801749a5543fb4d26
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 21 05:25:32 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Aug 21 05:25:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829e2133

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

 app-text/xiphos/{xiphos-4.0.6a.ebuild => xiphos-4.0.6a-r1.ebuild} | 6 +++---
 app-text/xiphos/{xiphos-4.1.0.ebuild => xiphos-4.1.0-r1.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
similarity index 94%
rename from app-text/xiphos/xiphos-4.0.6a.ebuild
rename to app-text/xiphos/xiphos-4.0.6a-r1.ebuild
index 1bd7cf90e5b..c8c02b73669 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
similarity index 96%
rename from app-text/xiphos/xiphos-4.1.0.ebuild
rename to app-text/xiphos/xiphos-4.1.0-r1.ebuild
index 9824202606e..a9f5298597b 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


             reply	other threads:[~2018-08-21  5:26 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-21  5:26 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-15  9:29 [gentoo-commits] repo/gentoo:master commit in: app-text/xiphos/ Ulrich Müller
2023-05-19  8:52 Marek Szuba
2023-05-19  8:52 Marek Szuba
2023-02-24 16:50 Marek Szuba
2022-06-30  9:02 Marek Szuba
2022-06-30  7:01 Agostino Sarubbo
2022-05-29 22:07 Marek Szuba
2022-04-12 21:04 Sam James
2020-09-18 10:36 Marek Szuba
2020-07-27 18:37 Marek Szuba
2020-07-27 14:43 Marek Szuba
2020-06-27 20:45 Andreas K. Hüttel
2020-05-01 10:02 Mart Raudsepp
2019-02-28  2:06 Chris Reffett
2018-06-20  1:21 Chris Reffett
2017-12-30  2:26 Chris Reffett
2017-12-29 18:40 Mikle Kolyada
2017-08-21  0:55 Chris Reffett
2017-01-10 23:14 Chris Reffett
2017-01-10 14:56 Agostino Sarubbo
2016-05-25 23:47 Chris Reffett
2016-05-24 23:44 Chris Reffett
2016-01-03 15:06 Chris Reffett

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1534829132.829e21338223e709ecdab46801749a5543fb4d26.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox