diff options
author | Sam James <sam@gentoo.org> | 2023-05-12 03:51:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-12 03:55:40 +0100 |
commit | 4fe9d3e62ee3a271ca381e8d729ea419c3619140 (patch) | |
tree | 8120346ad78e6be20a0f91bf545abd589faa4bd0 /x11-wm | |
parent | net-libs/libident: wire up (restricted) tests (diff) | |
download | gentoo-4fe9d3e62ee3a271ca381e8d729ea419c3619140.tar.gz gentoo-4fe9d3e62ee3a271ca381e8d729ea419c3619140.tar.bz2 gentoo-4fe9d3e62ee3a271ca381e8d729ea419c3619140.zip |
x11-wm/fluxbox: wire up (restricted) tests
Interactive and throw.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fluxbox/fluxbox-1.3.7-r4.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/x11-wm/fluxbox/fluxbox-1.3.7-r4.ebuild b/x11-wm/fluxbox/fluxbox-1.3.7-r4.ebuild index 0b4473aa39bc..a7785b67f68f 100644 --- a/x11-wm/fluxbox/fluxbox-1.3.7-r4.ebuild +++ b/x11-wm/fluxbox/fluxbox-1.3.7-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,9 +12,10 @@ SRC_URI="mirror://sourceforge/fluxbox/${P}.tar.xz" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="nls xinerama bidi +truetype +imlib +slit +systray +toolbar vim-syntax" - +IUSE="nls xinerama bidi +truetype +imlib +slit +systray test +toolbar vim-syntax" REQUIRED_USE="systray? ( toolbar )" +# Tests are all manual and throw an exception on launch. +RESTRICT="!test? ( test ) test" RDEPEND="bidi? ( >=dev-libs/fribidi-0.19.2 ) imlib? ( >=media-libs/imlib2-1.2.0[X] ) @@ -72,9 +73,10 @@ src_configure() { $(use_enable bidi fribidi ) \ $(use_enable imlib imlib2) \ $(use_enable nls) \ - $(use_enable slit ) \ - $(use_enable systray ) \ - $(use_enable toolbar ) \ + $(use_enable slit) \ + $(use_enable systray) \ + $(use_enable test) \ + $(use_enable toolbar) \ $(use_enable truetype xft) \ $(use_enable xinerama) \ --sysconfdir="${EPREFIX}"/etc/X11/${PN} \ |