Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/rofi/
Date: Thu, 01 Sep 2016 19:40:20
Message-Id: 1472758805.8292583cf82b832423ea9f85fef7c09ad2d05ea8.jer@gentoo
1 commit: 8292583cf82b832423ea9f85fef7c09ad2d05ea8
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 19:38:08 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 19:40:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8292583c
7
8 x11-misc/rofi: Drop USE=i3 (bug #592674 by Mykyta Holubakha).
9
10 Package-Manager: portage-2.3.0
11
12 x11-misc/rofi/rofi-1.2.0.ebuild | 9 +++------
13 1 file changed, 3 insertions(+), 6 deletions(-)
14
15 diff --git a/x11-misc/rofi/rofi-1.2.0.ebuild b/x11-misc/rofi/rofi-1.2.0.ebuild
16 index bef1938..7095c50 100644
17 --- a/x11-misc/rofi/rofi-1.2.0.ebuild
18 +++ b/x11-misc/rofi/rofi-1.2.0.ebuild
19 @@ -12,12 +12,10 @@ SRC_URI="https://github.com/DaveDavenport/${PN}/releases/download/${PV}/${P}.tar
20 LICENSE="MIT"
21 SLOT="0"
22 KEYWORDS="~amd64 ~x86"
23 -IUSE="i3 windowmode"
24 -REQUIRED_USE="i3? ( windowmode )"
25 +IUSE="windowmode"
26
27 RDEPEND="
28 dev-libs/glib:2
29 - i3? ( x11-wm/i3 )
30 media-libs/freetype
31 x11-libs/cairo[xcb]
32 x11-libs/libX11
33 @@ -33,9 +31,9 @@ RDEPEND="
34 "
35 DEPEND="
36 ${RDEPEND}
37 + virtual/pkgconfig
38 x11-proto/xineramaproto
39 x11-proto/xproto
40 - virtual/pkgconfig
41 "
42
43 src_prepare() {
44 @@ -48,8 +46,7 @@ src_prepare() {
45 src_configure() {
46 tc-export CC
47 econf \
48 - $(use_enable windowmode) \
49 - $(usex i3 '' --disable-i3support)
50 + $(use_enable windowmode)
51 }
52
53 src_test() {