diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-01-27 00:13:50 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-01-27 00:13:50 +0000 |
commit | b797b7ac44a307b03cebe3a248fcc1a3e8b37764 (patch) | |
tree | d058d56e41ddc71a78a2644d04dac0be8600b8aa /x11-wm/fluxbox/fluxbox-1.3.5-r1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-b797b7ac44a307b03cebe3a248fcc1a3e8b37764.tar.gz gentoo-2-b797b7ac44a307b03cebe3a248fcc1a3e8b37764.tar.bz2 gentoo-2-b797b7ac44a307b03cebe3a248fcc1a3e8b37764.zip |
Set correct fix to bug #537356
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'x11-wm/fluxbox/fluxbox-1.3.5-r1.ebuild')
-rw-r--r-- | x11-wm/fluxbox/fluxbox-1.3.5-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/fluxbox/fluxbox-1.3.5-r1.ebuild b/x11-wm/fluxbox/fluxbox-1.3.5-r1.ebuild index 70f98a0a7d68..1a6b7d56abb0 100644 --- a/x11-wm/fluxbox/fluxbox-1.3.5-r1.ebuild +++ b/x11-wm/fluxbox/fluxbox-1.3.5-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.5-r1.ebuild,v 1.2 2015/01/26 12:31:03 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-1.3.5-r1.ebuild,v 1.3 2015/01/27 00:13:50 idella4 Exp $ EAPI=5 inherit eutils flag-o-matic toolchain-funcs prefix @@ -69,6 +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) \ |