diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-10-06 08:48:42 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-10-06 08:48:42 +0000 |
commit | b77689dab93481883561aa02c601b4581beb977d (patch) | |
tree | d25ba45c48011aea154fe470b6c7b3e941f882e6 /x11-misc | |
parent | Initial commit (bug #524596 by Alexander Berntsen). (diff) | |
download | gentoo-2-b77689dab93481883561aa02c601b4581beb977d.tar.gz gentoo-2-b77689dab93481883561aa02c601b4581beb977d.tar.bz2 gentoo-2-b77689dab93481883561aa02c601b4581beb977d.zip |
Setting --disable-gcov would of course enable it.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/rofi/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/rofi/rofi-0.14.9.ebuild | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/x11-misc/rofi/ChangeLog b/x11-misc/rofi/ChangeLog index 12da8ddcf32e..c6bb80376fed 100644 --- a/x11-misc/rofi/ChangeLog +++ b/x11-misc/rofi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/rofi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rofi/ChangeLog,v 1.1 2014/10/06 08:45:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rofi/ChangeLog,v 1.2 2014/10/06 08:48:42 jer Exp $ + + 06 Oct 2014; Jeroen Roovers <jer@gentoo.org> rofi-0.14.9.ebuild: + Setting --disable-gcov would of course enable it. *rofi-0.14.9 (06 Oct 2014) diff --git a/x11-misc/rofi/rofi-0.14.9.ebuild b/x11-misc/rofi/rofi-0.14.9.ebuild index 06c7e8cae565..864a18b1a49a 100644 --- a/x11-misc/rofi/rofi-0.14.9.ebuild +++ b/x11-misc/rofi/rofi-0.14.9.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rofi/rofi-0.14.9.ebuild,v 1.1 2014/10/06 08:45:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rofi/rofi-0.14.9.ebuild,v 1.2 2014/10/06 08:48:42 jer Exp $ EAPI=5 inherit autotools eutils DESCRIPTION="A window switcher, run dialog and dmenu replacement" HOMEPAGE="https://davedavenport.github.io/rofi/" -SRC_URI="https://github.com/DaveDavenport/${PN}/releases/download/${PV}/${P}.tar.gz" +SRC_URI="https://github.com/DaveDavenport/${PN}/releases/download/${PV}/${P}.tar.xz" LICENSE="MIT" SLOT="0" @@ -38,9 +38,7 @@ src_prepare() { } src_configure() { - econf \ - $(use_with i3) \ - --disable-gcov + econf $(use_with i3) } src_test() { |