diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-01-10 16:18:31 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-01-10 16:18:31 +0000 |
commit | 6ff0b833b062cd7ac39935bbc1ce3fbc37f83640 (patch) | |
tree | c5903d1634221b4aa7f600905d27fba3a5e82a31 /app-editors/fte | |
parent | ppc64 stable wrt #339935 (diff) | |
download | gentoo-2-6ff0b833b062cd7ac39935bbc1ce3fbc37f83640.tar.gz gentoo-2-6ff0b833b062cd7ac39935bbc1ce3fbc37f83640.tar.bz2 gentoo-2-6ff0b833b062cd7ac39935bbc1ce3fbc37f83640.zip |
Fix obvious typo thanks to Paul Hartman and Rafał Mużyło (bug #350701).
(Portage version: 2.2.0_alpha14/cvs/Linux i686)
Diffstat (limited to 'app-editors/fte')
-rw-r--r-- | app-editors/fte/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/fte/fte-20051115-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/fte/ChangeLog b/app-editors/fte/ChangeLog index aea4565c3a62..e0c364d63954 100644 --- a/app-editors/fte/ChangeLog +++ b/app-editors/fte/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/fte -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/ChangeLog,v 1.49 2010/12/30 17:42:19 jer Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/ChangeLog,v 1.50 2011/01/10 16:18:31 jer Exp $ + + 10 Jan 2011; Jeroen Roovers <jer@gentoo.org> fte-20051115-r2.ebuild: + Fix obvious typo thanks to Paul Hartman and Rafał Mużyło (bug #350701). *fte-20051115-r2 (30 Dec 2010) diff --git a/app-editors/fte/fte-20051115-r2.ebuild b/app-editors/fte/fte-20051115-r2.ebuild index 6979c6981c1f..7baaecf0cb0f 100644 --- a/app-editors/fte/fte-20051115-r2.ebuild +++ b/app-editors/fte/fte-20051115-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20051115-r2.ebuild,v 1.1 2010/12/30 17:42:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20051115-r2.ebuild,v 1.2 2011/01/10 16:18:31 jer Exp $ EAPI="2" @@ -35,7 +35,7 @@ set_targets() { use slang && TARGETS="${TARGETS} sfte" use X && TARGETS="${TARGETS} xfte" - TARGETS="{$TARGETS} vfte" + TARGETS="${TARGETS} vfte" } src_prepare() { |