diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-01 00:21:10 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-01 00:21:10 +0000 |
commit | 30771e34d216a8bafd502077e3ee3f9465576c90 (patch) | |
tree | de9d84d6777db01ffbc5a767d24f4c5d45addc1e /app-i18n/fcitx-configtool | |
parent | inherit multilib for get_libdir (diff) | |
download | historical-30771e34d216a8bafd502077e3ee3f9465576c90.tar.gz historical-30771e34d216a8bafd502077e3ee3f9465576c90.tar.bz2 historical-30771e34d216a8bafd502077e3ee3f9465576c90.zip |
inherit eutils for epatch
Package-Manager: portage-2.2.0_alpha108_p9/cvs/Linux i686
Diffstat (limited to 'app-i18n/fcitx-configtool')
-rw-r--r-- | app-i18n/fcitx-configtool/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/fcitx-configtool/fcitx-configtool-0.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-i18n/fcitx-configtool/ChangeLog b/app-i18n/fcitx-configtool/ChangeLog index 7bf7f10a531e..8cd9ae404dfe 100644 --- a/app-i18n/fcitx-configtool/ChangeLog +++ b/app-i18n/fcitx-configtool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/fcitx-configtool # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v 1.10 2012/05/15 02:02:07 qiaomuf Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/ChangeLog,v 1.11 2012/06/01 00:16:10 zmedico Exp $ + + 01 Jun 2012; Zac Medico <zmedico@gentoo.org> fcitx-configtool-0.2.0.ebuild: + inherit eutils for epatch *fcitx-configtool-0.4.3 (15 May 2012) diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-0.2.0.ebuild b/app-i18n/fcitx-configtool/fcitx-configtool-0.2.0.ebuild index 17c49f8d9b21..4a6beb1d1b10 100644 --- a/app-i18n/fcitx-configtool/fcitx-configtool-0.2.0.ebuild +++ b/app-i18n/fcitx-configtool/fcitx-configtool-0.2.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.2.0.ebuild,v 1.4 2012/05/03 19:24:27 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fcitx-configtool/fcitx-configtool-0.2.0.ebuild,v 1.5 2012/06/01 00:16:10 zmedico Exp $ EAPI="2" -inherit cmake-utils +inherit cmake-utils eutils DESCRIPTION="A gtk GUI to edit fcitx settings" HOMEPAGE="http://fcitx.googlecode.com" |