summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-01-10 16:18:31 +0000
committerJeroen Roovers <jer@gentoo.org>2011-01-10 16:18:31 +0000
commit6ff0b833b062cd7ac39935bbc1ce3fbc37f83640 (patch)
treec5903d1634221b4aa7f600905d27fba3a5e82a31 /app-editors/fte/fte-20051115-r2.ebuild
parentppc64 stable wrt #339935 (diff)
downloadgentoo-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/fte-20051115-r2.ebuild')
-rw-r--r--app-editors/fte/fte-20051115-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
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() {