diff options
Diffstat (limited to 'x11-wm/fluxbox/fluxbox-1.3.6-r1.ebuild')
-rw-r--r-- | x11-wm/fluxbox/fluxbox-1.3.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/fluxbox/fluxbox-1.3.6-r1.ebuild b/x11-wm/fluxbox/fluxbox-1.3.6-r1.ebuild index bf0712817f21..a52f81b25aec 100644 --- a/x11-wm/fluxbox/fluxbox-1.3.6-r1.ebuild +++ b/x11-wm/fluxbox/fluxbox-1.3.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.3.6-r1.ebuild,v 1.1 2015/01/24 03:11:20 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.3.6-r1.ebuild,v 1.2 2015/01/26 05:00:18 idella4 Exp $ EAPI=5 inherit eutils flag-o-matic toolchain-funcs prefix @@ -69,7 +69,7 @@ src_configure() { $(use_enable imlib imlib2) \ $(use_enable nls) \ $(use_enable slit ) \ - $(use_enable toolbar ) \ + $(use_enable toolbar systray ) \ $(use_enable truetype xft) \ $(use_enable xinerama) \ --sysconfdir="${EPREFIX}"/etc/X11/${PN} \ |