Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-pinyin/
Date: Sun, 26 Aug 2018 08:25:24
Message-Id: 1535271908.7295ce225e8791ecd4b337fead8c4fe34bdb89eb.mgorny@gentoo
1 commit: 7295ce225e8791ecd4b337fead8c4fe34bdb89eb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 07:59:23 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 08:25:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7295ce22
7
8 app-i18n/scim-pinyin: Remove support for non-existent deps
9
10 app-i18n/scim-pinyin/scim-pinyin-0.5.92.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/app-i18n/scim-pinyin/scim-pinyin-0.5.92.ebuild b/app-i18n/scim-pinyin/scim-pinyin-0.5.92.ebuild
14 index c881bd636a9..b0faa6aeb72 100644
15 --- a/app-i18n/scim-pinyin/scim-pinyin-0.5.92.ebuild
16 +++ b/app-i18n/scim-pinyin/scim-pinyin-0.5.92.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=4
23 @@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc ppc64 x86"
24 IUSE="nls"
25
26 RDEPEND="x11-libs/libXt
27 - || ( >=app-i18n/scim-1.1 >=app-i18n/scim-cvs-1.1 )
28 + >=app-i18n/scim-1.1
29 nls? ( virtual/libintl )"
30 DEPEND="${RDEPEND}
31 virtual/pkgconfig