diff options
author | Ben de Groot <yngwin@gentoo.org> | 2015-05-09 11:53:50 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2015-05-09 11:53:50 +0000 |
commit | eb204b5a29a08d7772f20c99291871b6a9a4a8b2 (patch) | |
tree | dd2c772bb152b9f1d869b21fcc40ad864af36c95 | |
parent | Version bump (#532856) (diff) | |
download | gentoo-2-eb204b5a29a08d7772f20c99291871b6a9a4a8b2.tar.gz gentoo-2-eb204b5a29a08d7772f20c99291871b6a9a4a8b2.tar.bz2 gentoo-2-eb204b5a29a08d7772f20c99291871b6a9a4a8b2.zip |
Move gettext to RDEPEND, as reported by dlan
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
-rw-r--r-- | app-i18n/fcitx/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/fcitx/fcitx-4.2.8.5.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/fcitx/fcitx-4.2.8.6.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/app-i18n/fcitx/ChangeLog b/app-i18n/fcitx/ChangeLog index bd361011d1c6..3364096018bc 100644 --- a/app-i18n/fcitx/ChangeLog +++ b/app-i18n/fcitx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/fcitx # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.75 2015/05/09 11:37:56 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/ChangeLog,v 1.76 2015/05/09 11:53:50 yngwin Exp $ + + 09 May 2015; Ben de Groot <yngwin@gentoo.org> fcitx-4.2.8.5.ebuild, + fcitx-4.2.8.6.ebuild: + Move gettext to RDEPEND, as reported by dlan 09 May 2015; Ben de Groot <yngwin@gentoo.org> -fcitx-4.2.7-r1.ebuild, -fcitx-4.2.8.1.ebuild, -fcitx-4.2.8.3.ebuild: diff --git a/app-i18n/fcitx/fcitx-4.2.8.5.ebuild b/app-i18n/fcitx/fcitx-4.2.8.5.ebuild index 61bf041baf6f..e2c094cdfdab 100644 --- a/app-i18n/fcitx/fcitx-4.2.8.5.ebuild +++ b/app-i18n/fcitx/fcitx-4.2.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.8.5.ebuild,v 1.3 2015/05/09 11:36:02 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.8.5.ebuild,v 1.4 2015/05/09 11:53:50 yngwin Exp $ EAPI=5 inherit cmake-utils eutils gnome2-utils fdo-mime multilib readme.gentoo @@ -42,6 +42,7 @@ RDEPEND=" icu? ( dev-libs/icu:= ) introspection? ( dev-libs/gobject-introspection ) lua? ( dev-lang/lua:= ) + nls? ( sys-devel/gettext ) opencc? ( app-i18n/opencc ) qt4? ( dev-qt/qtdbus:4 @@ -54,8 +55,7 @@ RDEPEND=" )" DEPEND="${RDEPEND} virtual/libintl - virtual/pkgconfig - nls? ( sys-devel/gettext )" + virtual/pkgconfig" DOCS=( AUTHORS ChangeLog README THANKS TODO doc/pinyin.txt doc/cjkvinput.txt doc/API.txt doc/Develop_Readme ) diff --git a/app-i18n/fcitx/fcitx-4.2.8.6.ebuild b/app-i18n/fcitx/fcitx-4.2.8.6.ebuild index 8f0fe2ce5e24..9c87872824c9 100644 --- a/app-i18n/fcitx/fcitx-4.2.8.6.ebuild +++ b/app-i18n/fcitx/fcitx-4.2.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.8.6.ebuild,v 1.1 2015/05/09 11:36:02 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx/fcitx-4.2.8.6.ebuild,v 1.2 2015/05/09 11:53:50 yngwin Exp $ EAPI=5 inherit cmake-utils eutils gnome2-utils fdo-mime multilib readme.gentoo @@ -42,6 +42,7 @@ RDEPEND=" icu? ( dev-libs/icu:= ) introspection? ( dev-libs/gobject-introspection ) lua? ( dev-lang/lua:= ) + nls? ( sys-devel/gettext ) opencc? ( app-i18n/opencc ) qt4? ( dev-qt/qtdbus:4 @@ -54,8 +55,7 @@ RDEPEND=" )" DEPEND="${RDEPEND} virtual/libintl - virtual/pkgconfig - nls? ( sys-devel/gettext )" + virtual/pkgconfig" DOCS=( AUTHORS ChangeLog README THANKS TODO doc/pinyin.txt doc/cjkvinput.txt doc/API.txt doc/Develop_Readme ) |