summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms/rxvt-unicode')
-rw-r--r--x11-terms/rxvt-unicode/ChangeLog6
-rw-r--r--x11-terms/rxvt-unicode/rxvt-unicode-9.05-r2.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-terms/rxvt-unicode/ChangeLog b/x11-terms/rxvt-unicode/ChangeLog
index 45dba5f93dd6..f01dba5d0c56 100644
--- a/x11-terms/rxvt-unicode/ChangeLog
+++ b/x11-terms/rxvt-unicode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-terms/rxvt-unicode
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.124 2008/10/04 18:05:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.125 2008/10/05 08:46:19 killerfox Exp $
+
+ 05 Oct 2008; René Nussbaumer <killerfox@gentoo.org>
+ rxvt-unicode-9.05-r2.ebuild:
+ Various fixes to the ebuild
04 Oct 2008; Raúl Porcel <armin76@gentoo.org> rxvt-unicode-9.05.ebuild:
alpha/ia64/sparc stable wrt #232610
diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r2.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r2.ebuild
index dcdcfe8bbc69..ccf8e1d9ea80 100644
--- a/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r2.ebuild
+++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r2.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/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r2.ebuild,v 1.1 2008/10/04 12:54:37 killerfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r2.ebuild,v 1.2 2008/10/05 08:46:19 killerfox Exp $
inherit autotools flag-o-matic
@@ -56,17 +56,17 @@ src_unpack() {
}
src_compile() {
- myconf=''
+ local myconf=''
use iso14755 || myconf='--disable-iso14755'
- use xterm-color || myconf="$myconf --enable-xterm-colors=256"
+ use xterm-color && myconf="$myconf --enable-xterm-colors=256"
econf --enable-everything \
$(use_enable truetype xft) \
$(use_enable afterimage) \
$(use_enable perl) \
--disable-text-blink \
- ${myconf} || die
+ ${myconf}
emake || die