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 | |
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')
-rw-r--r-- | app-editors/tea/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/tea/tea-17.6.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-editors/tea/ChangeLog b/app-editors/tea/ChangeLog index 07c2725c4698..5da3cba2b10c 100644 --- a/app-editors/tea/ChangeLog +++ b/app-editors/tea/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/tea # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.38 2008/07/28 19:52:47 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.39 2008/09/03 13:49:45 armin76 Exp $ + + 03 Sep 2008; Raúl Porcel <armin76@gentoo.org> tea-17.6.3.ebuild: + x86 stable, fix bug #219907 28 Jul 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml: Add USE flag description to metadata wrt GLEP 56. 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() { |