diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-09-01 21:38:08 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-09-01 21:40:05 +0200 |
commit | 8292583cf82b832423ea9f85fef7c09ad2d05ea8 (patch) | |
tree | 1152f004976642f698ce0f705b4be5325db3ab9b /x11-misc/rofi | |
parent | dev-php/PEAR-Net_URL2: Revbump to include in local pear database (diff) | |
download | gentoo-8292583cf82b832423ea9f85fef7c09ad2d05ea8.tar.gz gentoo-8292583cf82b832423ea9f85fef7c09ad2d05ea8.tar.bz2 gentoo-8292583cf82b832423ea9f85fef7c09ad2d05ea8.zip |
x11-misc/rofi: Drop USE=i3 (bug #592674 by Mykyta Holubakha).
Package-Manager: portage-2.3.0
Diffstat (limited to 'x11-misc/rofi')
-rw-r--r-- | x11-misc/rofi/rofi-1.2.0.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-misc/rofi/rofi-1.2.0.ebuild b/x11-misc/rofi/rofi-1.2.0.ebuild index bef1938177c9..7095c50ef206 100644 --- a/x11-misc/rofi/rofi-1.2.0.ebuild +++ b/x11-misc/rofi/rofi-1.2.0.ebuild @@ -12,12 +12,10 @@ SRC_URI="https://github.com/DaveDavenport/${PN}/releases/download/${PV}/${P}.tar LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="i3 windowmode" -REQUIRED_USE="i3? ( windowmode )" +IUSE="windowmode" RDEPEND=" dev-libs/glib:2 - i3? ( x11-wm/i3 ) media-libs/freetype x11-libs/cairo[xcb] x11-libs/libX11 @@ -33,9 +31,9 @@ RDEPEND=" " DEPEND=" ${RDEPEND} + virtual/pkgconfig x11-proto/xineramaproto x11-proto/xproto - virtual/pkgconfig " src_prepare() { @@ -48,8 +46,7 @@ src_prepare() { src_configure() { tc-export CC econf \ - $(use_enable windowmode) \ - $(usex i3 '' --disable-i3support) + $(use_enable windowmode) } src_test() { |