diff options
author | 2012-03-13 21:38:32 +0000 | |
---|---|---|
committer | 2012-03-13 21:38:32 +0000 | |
commit | 759a91e34ca84418a8892fabe9c4c12f774d8746 (patch) | |
tree | b6e7ba1392548f3e7d54914f01d90d8e99781209 /x11-misc/i3status | |
parent | Version bump #407981 by hal. (diff) | |
download | gentoo-2-759a91e34ca84418a8892fabe9c4c12f774d8746.tar.gz gentoo-2-759a91e34ca84418a8892fabe9c4c12f774d8746.tar.bz2 gentoo-2-759a91e34ca84418a8892fabe9c4c12f774d8746.zip |
Drop -g flag
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/i3status')
-rw-r--r-- | x11-misc/i3status/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/i3status/i3status-2.4.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/i3status/ChangeLog b/x11-misc/i3status/ChangeLog index 240a48abe329..7a4550c3407d 100644 --- a/x11-misc/i3status/ChangeLog +++ b/x11-misc/i3status/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/i3status # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/i3status/ChangeLog,v 1.4 2012/03/13 12:11:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/i3status/ChangeLog,v 1.5 2012/03/13 21:38:32 xarthisius Exp $ + + 13 Mar 2012; Kacper Kowalik <xarthisius@gentoo.org> i3status-2.4.ebuild: + Drop -g flag 13 Mar 2012; Agostino Sarubbo <ago@gentoo.org> i3status-2.4.ebuild: Stable for amd64, wrt bug #407897 diff --git a/x11-misc/i3status/i3status-2.4.ebuild b/x11-misc/i3status/i3status-2.4.ebuild index 542f2b5a45c2..5c593f14fbcd 100644 --- a/x11-misc/i3status/i3status-2.4.ebuild +++ b/x11-misc/i3status/i3status-2.4.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-misc/i3status/i3status-2.4.ebuild,v 1.2 2012/03/13 12:11:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/i3status/i3status-2.4.ebuild,v 1.3 2012/03/13 21:38:32 xarthisius Exp $ EAPI=4 @@ -68,7 +68,8 @@ pkg_setup() { } src_prepare() { - sed -i -e "/@echo/d" -e "s:@\$(:\$(:g" -e "/setcap/d" Makefile || die + sed -e "/@echo/d" -e "s:@\$(:\$(:g" -e "/setcap/d" \ + -e '/CFLAGS+=-g/d' -i Makefile || die } pkg_postinst() { |