summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-06-02 14:05:10 +0000
committerJeroen Roovers <jer@gentoo.org>2014-06-02 14:05:10 +0000
commit1119c423fd9c2bbf60db60d70063d36f16944900 (patch)
treef2e9c97854c5c57ef3b36bf0f7f5e1a59eeb8284 /x11-wm
parentVersion bump. Remove old. (diff)
downloadgentoo-2-1119c423fd9c2bbf60db60d70063d36f16944900.tar.gz
gentoo-2-1119c423fd9c2bbf60db60d70063d36f16944900.tar.bz2
gentoo-2-1119c423fd9c2bbf60db60d70063d36f16944900.zip
Work around configure error interpreting --disable-debug (bug #512168 by no-person).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/ratpoison/ChangeLog7
-rw-r--r--x11-wm/ratpoison/ratpoison-1.4.7.ebuild4
-rw-r--r--x11-wm/ratpoison/ratpoison-9999.ebuild4
3 files changed, 10 insertions, 5 deletions
diff --git a/x11-wm/ratpoison/ChangeLog b/x11-wm/ratpoison/ChangeLog
index 4da9d0a5ced1..70ff69639373 100644
--- a/x11-wm/ratpoison/ChangeLog
+++ b/x11-wm/ratpoison/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-wm/ratpoison
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.100 2014/05/31 16:59:18 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.101 2014/06/02 14:05:10 jer Exp $
+
+ 02 Jun 2014; Jeroen Roovers <jer@gentoo.org> ratpoison-1.4.7.ebuild,
+ ratpoison-9999.ebuild:
+ Work around configure error interpreting --disable-debug (bug #512168 by
+ no-person).
31 May 2014; Chema Alonso <nimiux@gentoo.org> ratpoison-1.4.7.ebuild:
Stable for amd64 wrt bug #511108
diff --git a/x11-wm/ratpoison/ratpoison-1.4.7.ebuild b/x11-wm/ratpoison/ratpoison-1.4.7.ebuild
index affcba9ebf50..ca666b43e597 100644
--- a/x11-wm/ratpoison/ratpoison-1.4.7.ebuild
+++ b/x11-wm/ratpoison/ratpoison-1.4.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild,v 1.3 2014/05/31 16:59:18 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild,v 1.4 2014/06/02 14:05:10 jer Exp $
EAPI=5
@@ -38,8 +38,8 @@ src_prepare() {
src_configure() {
econf \
- $(use_enable debug) \
$(use_with xft) \
+ $(usex debug --enable-debug '') \
$(usex history '' --disable-history)
}
diff --git a/x11-wm/ratpoison/ratpoison-9999.ebuild b/x11-wm/ratpoison/ratpoison-9999.ebuild
index c3d3beb36ed2..dbc170cec652 100644
--- a/x11-wm/ratpoison/ratpoison-9999.ebuild
+++ b/x11-wm/ratpoison/ratpoison-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild,v 1.2 2014/03/06 18:31:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild,v 1.3 2014/06/02 14:05:10 jer Exp $
EAPI=5
@@ -40,8 +40,8 @@ src_prepare() {
src_configure() {
econf \
--without-electric-fence \
- $(use_enable debug) \
$(use_with xft) \
+ $(usex debug --enable-debug '') \
$(usex history '' --disable-history)
}