Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/poedit/
Date: Sun, 10 Dec 2017 14:17:08
Message-Id: 1512915355.17a5a2d8194f89c54c6954f4457e270f9ed6b178.soap@gentoo
1 commit: 17a5a2d8194f89c54c6954f4457e270f9ed6b178
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 10 14:11:38 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 14:15:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a5a2d8
7
8 app-i18n/poedit: [QA] Fix dependency.missingslot
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 app-i18n/poedit/poedit-1.5.5.ebuild | 4 ++--
13 app-i18n/poedit/poedit-1.8.5.ebuild | 4 ++--
14 app-i18n/poedit/poedit-1.8.7.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/app-i18n/poedit/poedit-1.5.5.ebuild b/app-i18n/poedit/poedit-1.5.5.ebuild
18 index f47d006f356..10a90ddeefc 100644
19 --- a/app-i18n/poedit/poedit-1.5.5.ebuild
20 +++ b/app-i18n/poedit/poedit-1.5.5.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -16,7 +16,7 @@ KEYWORDS="amd64 hppa ppc sparc x86"
28 IUSE="spell"
29
30 RDEPEND="dev-libs/boost
31 - >=sys-libs/db-4.7
32 + >=sys-libs/db-4.7:*
33 x11-libs/wxGTK:2.8[X]
34 spell? ( app-text/gtkspell:2 )"
35
36
37 diff --git a/app-i18n/poedit/poedit-1.8.5.ebuild b/app-i18n/poedit/poedit-1.8.5.ebuild
38 index f704a88daba..3b8c2b88360 100644
39 --- a/app-i18n/poedit/poedit-1.8.5.ebuild
40 +++ b/app-i18n/poedit/poedit-1.8.5.ebuild
41 @@ -26,8 +26,8 @@ RDEPEND="
42 dev-libs/expat
43 dev-libs/icu:=
44 || (
45 - =sys-libs/db-5*[cxx]
46 - =sys-libs/db-4*[cxx]
47 + =sys-libs/db-5*:*[cxx]
48 + =sys-libs/db-4*:*[cxx]
49 )
50 <sys-libs/db-6:=[cxx]
51 x11-libs/gtk+:2
52
53 diff --git a/app-i18n/poedit/poedit-1.8.7.ebuild b/app-i18n/poedit/poedit-1.8.7.ebuild
54 index 825517a6b8f..b4ca8cf69ff 100644
55 --- a/app-i18n/poedit/poedit-1.8.7.ebuild
56 +++ b/app-i18n/poedit/poedit-1.8.7.ebuild
57 @@ -26,8 +26,8 @@ RDEPEND="
58 dev-libs/expat
59 dev-libs/icu:=
60 || (
61 - =sys-libs/db-5*[cxx]
62 - =sys-libs/db-4*[cxx]
63 + =sys-libs/db-5*:*[cxx]
64 + =sys-libs/db-4*:*[cxx]
65 )
66 <sys-libs/db-6:=[cxx]
67 x11-libs/gtk+:3