diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-26 09:59:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-26 10:25:08 +0200 |
commit | 7295ce225e8791ecd4b337fead8c4fe34bdb89eb (patch) | |
tree | b209066aafd2a0fbd917169f36dc067df8397b15 /app-i18n | |
parent | app-i18n/scim-bridge: Remove support for non-existent deps (diff) | |
download | gentoo-7295ce225e8791ecd4b337fead8c4fe34bdb89eb.tar.gz gentoo-7295ce225e8791ecd4b337fead8c4fe34bdb89eb.tar.bz2 gentoo-7295ce225e8791ecd4b337fead8c4fe34bdb89eb.zip |
app-i18n/scim-pinyin: Remove support for non-existent deps
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/scim-pinyin/scim-pinyin-0.5.92.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/scim-pinyin/scim-pinyin-0.5.92.ebuild b/app-i18n/scim-pinyin/scim-pinyin-0.5.92.ebuild index c881bd636a93..b0faa6aeb726 100644 --- a/app-i18n/scim-pinyin/scim-pinyin-0.5.92.ebuild +++ b/app-i18n/scim-pinyin/scim-pinyin-0.5.92.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=4 @@ -15,7 +15,7 @@ KEYWORDS="amd64 ppc ppc64 x86" IUSE="nls" RDEPEND="x11-libs/libXt - || ( >=app-i18n/scim-1.1 >=app-i18n/scim-cvs-1.1 ) + >=app-i18n/scim-1.1 nls? ( virtual/libintl )" DEPEND="${RDEPEND} virtual/pkgconfig |