diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-06-02 16:40:53 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-06-02 16:40:53 +0000 |
commit | b8f9d752b76f4e088e2bb1f7f131a5e0732b786b (patch) | |
tree | 1b5ea9d62204bd8bf3130f9edfb017d93d70a1b0 /x11-wm | |
parent | old (diff) | |
download | gentoo-2-b8f9d752b76f4e088e2bb1f7f131a5e0732b786b.tar.gz gentoo-2-b8f9d752b76f4e088e2bb1f7f131a5e0732b786b.tar.bz2 gentoo-2-b8f9d752b76f4e088e2bb1f7f131a5e0732b786b.zip |
Remove obsolete configure --disable-history workaround.
(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/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/ratpoison/ratpoison-1.4.7.ebuild | 6 | ||||
-rw-r--r-- | x11-wm/ratpoison/ratpoison-9999.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/x11-wm/ratpoison/ChangeLog b/x11-wm/ratpoison/ChangeLog index 70ff69639373..7d11b8aa8c63 100644 --- a/x11-wm/ratpoison/ChangeLog +++ b/x11-wm/ratpoison/ChangeLog @@ -1,6 +1,10 @@ # 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.101 2014/06/02 14:05:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.102 2014/06/02 16:40:53 jer Exp $ + + 02 Jun 2014; Jeroen Roovers <jer@gentoo.org> ratpoison-1.4.7.ebuild, + ratpoison-9999.ebuild: + Remove obsolete configure --disable-history workaround. 02 Jun 2014; Jeroen Roovers <jer@gentoo.org> ratpoison-1.4.7.ebuild, ratpoison-9999.ebuild: diff --git a/x11-wm/ratpoison/ratpoison-1.4.7.ebuild b/x11-wm/ratpoison/ratpoison-1.4.7.ebuild index ca666b43e597..256442f387d3 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.4 2014/06/02 14:05:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild,v 1.5 2014/06/02 16:40:53 jer Exp $ EAPI=5 @@ -38,9 +38,9 @@ src_prepare() { src_configure() { econf \ + $(use_enable history) \ $(use_with xft) \ - $(usex debug --enable-debug '') \ - $(usex history '' --disable-history) + $(usex debug --enable-debug '') } src_compile() { diff --git a/x11-wm/ratpoison/ratpoison-9999.ebuild b/x11-wm/ratpoison/ratpoison-9999.ebuild index dbc170cec652..334f981c9381 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.3 2014/06/02 14:05:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild,v 1.4 2014/06/02 16:40:53 jer Exp $ EAPI=5 @@ -40,9 +40,9 @@ src_prepare() { src_configure() { econf \ --without-electric-fence \ + $(use_enable history) \ $(use_with xft) \ - $(usex debug --enable-debug '') \ - $(usex history '' --disable-history) + $(usex debug --enable-debug '') } src_compile() { |