diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2021-12-04 11:28:18 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2021-12-04 11:28:18 +0100 |
commit | 9b68c5c6ec7a745e1c0cd3e45c3098ec3d5ac22c (patch) | |
tree | 853d5cade5b13873a31f2e79923953f8c14ba03d /x11-plugins | |
parent | app-text/ronn: add blocker for app-text/ronn-ng (diff) | |
download | gentoo-9b68c5c6ec7a745e1c0cd3e45c3098ec3d5ac22c.tar.gz gentoo-9b68c5c6ec7a745e1c0cd3e45c3098ec3d5ac22c.tar.bz2 gentoo-9b68c5c6ec7a745e1c0cd3e45c3098ec3d5ac22c.zip |
x11-plugins/bfm: gkrellm needs USE=X
Closes: https://bugs.gentoo.org/825302
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/bfm/bfm-0.6.4-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/bfm/bfm-0.6.4-r3.ebuild b/x11-plugins/bfm/bfm-0.6.4-r3.ebuild index 0418d5e6eb4e..d93d9ff88a99 100644 --- a/x11-plugins/bfm/bfm-0.6.4-r3.ebuild +++ b/x11-plugins/bfm/bfm-0.6.4-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ RDEPEND="x11-libs/gtk+:2 x11-libs/libXext" DEPEND="${RDEPEND} virtual/pkgconfig - gkrellm? ( >=app-admin/gkrellm-2 )" + gkrellm? ( >=app-admin/gkrellm-2[X] )" PATCHES=( "${FILESDIR}"/${P}-makefile.patch ) |