diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-01-04 05:35:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-01-04 05:35:09 +0000 |
commit | 1b20c4607b0f1bbb9bf5a3a7068293d3eec1386a (patch) | |
tree | 73cc226f965f3aba2b41d94bd3067f6a2ebdbb12 /x11-terms/st/st-9999.ebuild | |
parent | add screen sharing and LINGUAS support (bug #397463) (diff) | |
download | gentoo-2-1b20c4607b0f1bbb9bf5a3a7068293d3eec1386a.tar.gz gentoo-2-1b20c4607b0f1bbb9bf5a3a7068293d3eec1386a.tar.bz2 gentoo-2-1b20c4607b0f1bbb9bf5a3a7068293d3eec1386a.zip |
Drop `use savedconfig` logic that the savedconfig eclass handles itself.
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'x11-terms/st/st-9999.ebuild')
-rw-r--r-- | x11-terms/st/st-9999.ebuild | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/x11-terms/st/st-9999.ebuild b/x11-terms/st/st-9999.ebuild index 4d47244b791c..992389484aba 100644 --- a/x11-terms/st/st-9999.ebuild +++ b/x11-terms/st/st-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/st/st-9999.ebuild,v 1.2 2011/11/04 13:32:06 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/st/st-9999.ebuild,v 1.3 2012/01/04 05:35:09 vapier Exp $ EAPI=3 @@ -34,9 +34,7 @@ src_prepare() { -i config.mk || die tc-export CC - if use savedconfig ; then - restore_config config.h - fi + restore_config config.h } src_install() { @@ -44,7 +42,5 @@ src_install() { tic -s -o "${ED}"/usr/share/terminfo st.info || die dodoc README TODO || die - if use savedconfig ; then - save_config config.h - fi + save_config config.h } |