summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2006-08-20 12:14:12 +0000
committerAlastair Tse <liquidx@gentoo.org>2006-08-20 12:14:12 +0000
commitb25789515771df70ffb76e6c6ae83657f70d660e (patch)
tree58c275896797ada48096e463f8fa7d789353d7a3 /app-dicts/kasumi/kasumi-2.0.1.ebuild
parentuse gen_usr_ldscript() from toolchain-funcs #144507 by Jakub Moc (diff)
downloadgentoo-2-b25789515771df70ffb76e6c6ae83657f70d660e.tar.gz
gentoo-2-b25789515771df70ffb76e6c6ae83657f70d660e.tar.bz2
gentoo-2-b25789515771df70ffb76e6c6ae83657f70d660e.zip
fixed eautoreconf (#143053). stable bump for x86 (#144367)
(Portage version: 2.1-r1)
Diffstat (limited to 'app-dicts/kasumi/kasumi-2.0.1.ebuild')
-rw-r--r--app-dicts/kasumi/kasumi-2.0.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-dicts/kasumi/kasumi-2.0.1.ebuild b/app-dicts/kasumi/kasumi-2.0.1.ebuild
index cffd5af322cf..8b18a7fa63ee 100644
--- a/app-dicts/kasumi/kasumi-2.0.1.ebuild
+++ b/app-dicts/kasumi/kasumi-2.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/kasumi-2.0.1.ebuild,v 1.1 2006/06/27 17:14:42 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/kasumi-2.0.1.ebuild,v 1.2 2006/08/20 12:14:12 liquidx Exp $
inherit eutils autotools
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge.jp/${PN}/20684/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="nls"
RDEPEND=">=x11-libs/gtk+-2.2
@@ -34,7 +34,7 @@ src_unpack() {
epatch "${FILESDIR}/${PN}-2.0-virtual-destructors.patch"
epatch "${FILESDIR}/${PN}-2.0-fbsd.patch"
- eautoreconf
+ AT_M4DIR="${S}/m4" eautoreconf
}
src_compile() {