diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-09-03 13:49:45 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-09-03 13:49:45 +0000 |
commit | 6ca3568c30691eafa6e33b6a9921101893136bd9 (patch) | |
tree | 5c56ad41ce13fc4a6eee9d21398f577127ce98a1 /app-editors/tea/tea-17.6.3.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-6ca3568c30691eafa6e33b6a9921101893136bd9.tar.gz gentoo-2-6ca3568c30691eafa6e33b6a9921101893136bd9.tar.bz2 gentoo-2-6ca3568c30691eafa6e33b6a9921101893136bd9.zip |
x86 stable, fix bug #219907
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-editors/tea/tea-17.6.3.ebuild')
-rw-r--r-- | app-editors/tea/tea-17.6.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/tea/tea-17.6.3.ebuild b/app-editors/tea/tea-17.6.3.ebuild index 836d4011a40c..2c4dbf9b32a5 100644 --- a/app-editors/tea/tea-17.6.3.ebuild +++ b/app-editors/tea/tea-17.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-17.6.3.ebuild,v 1.1 2008/07/03 21:35:11 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-17.6.3.ebuild,v 1.2 2008/09/03 13:49:45 armin76 Exp $ EAPI="1" inherit autotools eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/tea-editor/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 x86 ~x86-fbsd" IUSE="enchant gnome hacking ipv6 spell" RDEPEND="x11-libs/gtk+:2 @@ -32,7 +32,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${PN}-17.5.4-forced-cflags-and-compiler-warnings.patch - eautoconf + eautoreconf } src_compile() { |