diff options
author | Yixun Lan <dlan@gentoo.org> | 2014-08-07 14:28:44 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2014-08-07 14:28:44 +0000 |
commit | 2ae356429c163d28c626aaae00808840a6fdfd55 (patch) | |
tree | 3696297d59f729678ec10e0a219cf2af3530d24a /app-i18n | |
parent | Do not inject configuration flags into build files. (diff) | |
download | gentoo-2-2ae356429c163d28c626aaae00808840a6fdfd55.tar.gz gentoo-2-2ae356429c163d28c626aaae00808840a6fdfd55.tar.bz2 gentoo-2-2ae356429c163d28c626aaae00808840a6fdfd55.zip |
fix typo, bug 519486, thanks Casper Ti. Vector
(Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/fbterm/ChangeLog | 10 | ||||
-rw-r--r-- | app-i18n/fbterm/fbterm-1.7-r1.ebuild (renamed from app-i18n/fbterm/fbterm-1.7.ebuild) | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/app-i18n/fbterm/ChangeLog b/app-i18n/fbterm/ChangeLog index a386c2367ea0..78f9f6c295e9 100644 --- a/app-i18n/fbterm/ChangeLog +++ b/app-i18n/fbterm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/fbterm -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fbterm/ChangeLog,v 1.2 2012/07/07 07:49:23 yngwin Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fbterm/ChangeLog,v 1.3 2014/08/07 14:28:44 dlan Exp $ + +*fbterm-1.7-r1 (07 Aug 2014) + + 07 Aug 2014; Yixun Lan <dlan@gentoo.org> -fbterm-1.7.ebuild, + +fbterm-1.7-r1.ebuild: + fix typo, bug 519486, thanks Casper Ti. Vector 07 Jul 2012; Ben de Groot <yngwin@gentoo.org> fbterm-1.7.ebuild: Fix typo (bug #425136). Minor ebuild cleanup. diff --git a/app-i18n/fbterm/fbterm-1.7.ebuild b/app-i18n/fbterm/fbterm-1.7-r1.ebuild index 3f24d38792d4..b4f7b21c3ec4 100644 --- a/app-i18n/fbterm/fbterm-1.7.ebuild +++ b/app-i18n/fbterm/fbterm-1.7-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/fbterm/fbterm-1.7.ebuild,v 1.2 2012/07/07 07:49:23 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/fbterm/fbterm-1.7-r1.ebuild,v 1.1 2014/08/07 14:28:44 dlan Exp $ -EAPI="4" +EAPI="5" inherit autotools-utils DESCRIPTION="Fast terminal emulator for the Linux framebuffer" @@ -28,7 +28,7 @@ AUTOTOOLS_IN_SOURCE_BUILD=1 DOCS=( AUTHORS NEWS README ) src_configure() { - local myconfargs=( + local myeconfargs=( $(use_enable gpm) $(use_enable video_cards_vesa vesa) ) |