diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-02-18 05:41:24 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-02-18 05:41:24 +0000 |
commit | cb5b72dc3700c5a66408a41adb440ff54b439245 (patch) | |
tree | 00a4e12c1bf98361197f95aad11bf37ee2783d82 /x11-wm/musca | |
parent | Use wxwidgets.eclass (diff) | |
download | gentoo-2-cb5b72dc3700c5a66408a41adb440ff54b439245.tar.gz gentoo-2-cb5b72dc3700c5a66408a41adb440ff54b439245.tar.bz2 gentoo-2-cb5b72dc3700c5a66408a41adb440ff54b439245.zip |
restore_config has its own USE check.
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'x11-wm/musca')
-rw-r--r-- | x11-wm/musca/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/musca/musca-0.9.24.ebuild | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/x11-wm/musca/ChangeLog b/x11-wm/musca/ChangeLog index d9ab25c6a22d..70425562adc3 100644 --- a/x11-wm/musca/ChangeLog +++ b/x11-wm/musca/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/musca -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/musca/ChangeLog,v 1.11 2009/12/27 18:51:23 jer Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/musca/ChangeLog,v 1.12 2010/02/18 05:41:24 jer Exp $ + + 18 Feb 2010; Jeroen Roovers <jer@gentoo.org> musca-0.9.24.ebuild: + restore_config has its own USE check. 27 Dec 2009; Jeroen Roovers <jer@gentoo.org> files/musca-0.9.24-make.patch: diff --git a/x11-wm/musca/musca-0.9.24.ebuild b/x11-wm/musca/musca-0.9.24.ebuild index 618fa05f87b0..38678519ac70 100644 --- a/x11-wm/musca/musca-0.9.24.ebuild +++ b/x11-wm/musca/musca-0.9.24.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/musca/musca-0.9.24.ebuild,v 1.5 2009/11/30 23:46:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/musca/musca-0.9.24.ebuild,v 1.6 2010/02/18 05:41:24 jer Exp $ EAPI="2" @@ -31,13 +31,12 @@ src_prepare() { use ${i} || sed -e "s|${i}||g" -i Makefile done - use savedconfig && restore_config config.h + restore_config config.h } src_compile() { - use savedconfig && msg=", please check the saved config file" tc-export CC - emake || die "emake failed${msg}" + emake || die "emake failed" } src_install() { |