diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-04-09 07:44:02 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-04-09 07:44:02 +0000 |
commit | c68201e55e58b0c560a6cb131245b7dd8a6da770 (patch) | |
tree | 118161742961d589060ef19a52b93e27ea62664e /x11-misc/xsensors/xsensors-0.70.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-c68201e55e58b0c560a6cb131245b7dd8a6da770.tar.gz gentoo-2-c68201e55e58b0c560a6cb131245b7dd8a6da770.tar.bz2 gentoo-2-c68201e55e58b0c560a6cb131245b7dd8a6da770.zip |
Remove last occurence of -Werror wrt #362671 by Diego Elio Pettenò <flameeyes@gentoo.org>
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xsensors/xsensors-0.70.ebuild')
-rw-r--r-- | x11-misc/xsensors/xsensors-0.70.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/xsensors/xsensors-0.70.ebuild b/x11-misc/xsensors/xsensors-0.70.ebuild index b1b4db2e50c7..3a1bd6c8f0eb 100644 --- a/x11-misc/xsensors/xsensors-0.70.ebuild +++ b/x11-misc/xsensors/xsensors-0.70.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsensors/xsensors-0.70.ebuild,v 1.6 2010/10/04 12:55:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsensors/xsensors-0.70.ebuild,v 1.7 2011/04/09 07:44:02 xarthisius Exp $ EAPI=2 inherit autotools eutils @@ -25,7 +25,7 @@ src_prepare() { sed -i \ -e '/-DG.*_DISABLE_DEPRECATED/d' \ -e 's:-Werror:-Wall:' \ - src/Makefile.am || die + src/Makefile.am configure.in || die eautoreconf } |