diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-21 15:23:58 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-06-21 15:23:58 +0000 |
commit | 361ded6915a77cc42d6a1554f4bce3d41b8f6adb (patch) | |
tree | e68f0a96087a01cd07b6b1584c7312157d50a4c8 /x11-plugins | |
parent | Fix sys-devel/automake >= 1.12 compability wrt #421411 (diff) | |
download | gentoo-2-361ded6915a77cc42d6a1554f4bce3d41b8f6adb.tar.gz gentoo-2-361ded6915a77cc42d6a1554f4bce3d41b8f6adb.tar.bz2 gentoo-2-361ded6915a77cc42d6a1554f4bce3d41b8f6adb.zip |
missing die
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmbiff/wmbiff-0.4.27.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild b/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild index 6a6c4a0af8b8..efcfaaa52aba 100644 --- a/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild +++ b/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild,v 1.10 2012/06/21 15:22:28 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbiff/wmbiff-0.4.27.ebuild,v 1.11 2012/06/21 15:23:58 ssuominen Exp $ EAPI=4 inherit autotools eutils @@ -31,7 +31,7 @@ DOCS="ChangeLog FAQ NEWS README README.licq TODO wmbiff/sample.wmbiffrc" src_prepare() { epatch "${FILESDIR}"/${P}-gnutls.patch sed -i -e '/AC_PATH_XTRA_CORRECTED/d' configure.ac || die - sed -i -e '/pkg.*SCRIPTS/s:pkglib:pkgdata:' scripts/Makefile.am #421411 + sed -i -e '/pkg.*SCRIPTS/s:pkglib:pkgdata:' scripts/Makefile.am || die #421411 eautoreconf } |