diff options
author | Peter Weller <welp@gentoo.org> | 2007-02-07 23:45:40 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-02-07 23:45:40 +0000 |
commit | 580d6ec9f35a0c82e08519ea993fdfc53efd0255 (patch) | |
tree | 78f50bd5fec627e71c750346782c2112adacb0de /app-editors/tea | |
parent | Fix typo. (diff) | |
download | gentoo-2-580d6ec9f35a0c82e08519ea993fdfc53efd0255.tar.gz gentoo-2-580d6ec9f35a0c82e08519ea993fdfc53efd0255.tar.bz2 gentoo-2-580d6ec9f35a0c82e08519ea993fdfc53efd0255.zip |
Minor fixes
(Portage version: 2.1.2-r8)
Diffstat (limited to 'app-editors/tea')
-rw-r--r-- | app-editors/tea/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/tea/tea-15.0.0.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/tea/ChangeLog b/app-editors/tea/ChangeLog index e8732cca9299..fedb72e07860 100644 --- a/app-editors/tea/ChangeLog +++ b/app-editors/tea/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/tea # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.8 2007/02/06 12:04:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.9 2007/02/07 23:45:40 welp Exp $ + + 07 Feb 2007; Peter Weller <welp@gentoo.org> tea-15.0.0.ebuild: + Minor fixes 06 Feb 2007; Raúl Porcel <armin76@gentoo.org> tea-15.0.1.ebuild: x86 stable diff --git a/app-editors/tea/tea-15.0.0.ebuild b/app-editors/tea/tea-15.0.0.ebuild index 6ff46d6e01bc..32e6ab060634 100644 --- a/app-editors/tea/tea-15.0.0.ebuild +++ b/app-editors/tea/tea-15.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-15.0.0.ebuild,v 1.4 2007/01/08 20:04:19 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-15.0.0.ebuild,v 1.5 2007/02/07 23:45:40 welp Exp $ inherit eutils @@ -27,13 +27,13 @@ src_compile() { myconf="${myconf} --disable-debian" if use sounds; then - myconf="${myconf} --enable sounds" + myconf="${myconf} --enable-sounds" fi if use hacking; then - myconf="${myconf} --enable hacking" + myconf="${myconf} --enable-hacking" fi if ! use gnome; then - myconf="${myconf} --enable legacy" + myconf="${myconf} --enable-legacy" fi econf \ |