summaryrefslogtreecommitdiff
path: root/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-30 17:27:54 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-30 17:27:54 +0100
commitf70a1bfc721336d4fc7dfb711c2f518a6b18cf16 (patch)
treee907cb121b30e3c1df1710719c0ddf4029597a47 /x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild
parentdb063b515939ab15261136b24e4bc44386335c0c (diff)
gentoo resync : 30.09.2020
Diffstat (limited to 'x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild')
-rw-r--r--x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild b/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild
index 7058dc5281e5..5e83618ae434 100644
--- a/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild
+++ b/x11-plugins/wmfire/wmfire-1.2.4-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.improbability.net/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE="session"
+IUSE="+session"
RDEPEND="x11-libs/gtk+:2
gnome-base/libgtop:2
@@ -35,5 +35,5 @@ src_prepare() {
}
src_configure() {
- econf $(use_enable session)
+ econf $(usex session --enable-session '')
}