diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-01 00:16:10 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-01 00:16:10 +0000 |
commit | eb2472b5f3c5ef18abbd6652ae3e1818e3896f47 (patch) | |
tree | 02102bb5b2fb2a800598959f4b8bf550f2cb3bf0 /app-i18n | |
parent | inherit user for enewuser (diff) | |
download | gentoo-2-eb2472b5f3c5ef18abbd6652ae3e1818e3896f47.tar.gz gentoo-2-eb2472b5f3c5ef18abbd6652ae3e1818e3896f47.tar.bz2 gentoo-2-eb2472b5f3c5ef18abbd6652ae3e1818e3896f47.zip |
inherit eutils for epatch
(Portage version: 2.2.0_alpha108_p9/cvs/Linux i686)
Diffstat (limited to 'app-i18n')
-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" |