diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-10-02 02:12:59 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-10-02 02:12:59 +0000 |
commit | b6bad046e67753f7da473feeca3c98243969a0cb (patch) | |
tree | 4b52c99e9aed7fe649069bb2f4be2b58e670735c /app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild | |
parent | Restrict python 3.3 based on testing by Arfrever. (diff) | |
download | historical-b6bad046e67753f7da473feeca3c98243969a0cb.tar.gz historical-b6bad046e67753f7da473feeca3c98243969a0cb.tar.bz2 historical-b6bad046e67753f7da473feeca3c98243969a0cb.zip |
Force scim not to use gtk3.
Package-Manager: portage-2.2.0_alpha134/cvs/Linux x86_64
Diffstat (limited to 'app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild')
-rw-r--r-- | app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild b/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild index f1dced6b1d83..c2a314ec75cc 100644 --- a/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild +++ b/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild,v 1.2 2012/05/03 19:24:30 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild,v 1.3 2012/10/02 02:12:59 naota Exp $ + +EAPI=2 inherit autotools eutils @@ -13,13 +15,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=app-i18n/scim-0.99.8" +RDEPEND=">=app-i18n/scim-0.99.8[-gtk3]" DEPEND="${RDEPEND} virtual/pkgconfig" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}/${P}-gcc43.patch" eautoreconf } |