Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/bfm/
Date: Sat, 04 Dec 2021 10:28:34
Message-Id: 1638613698.9b68c5c6ec7a745e1c0cd3e45c3098ec3d5ac22c.voyageur@gentoo
1 commit: 9b68c5c6ec7a745e1c0cd3e45c3098ec3d5ac22c
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 4 10:28:18 2021 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 4 10:28:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b68c5c6
7
8 x11-plugins/bfm: gkrellm needs USE=X
9
10 Closes: https://bugs.gentoo.org/825302
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
13
14 x11-plugins/bfm/bfm-0.6.4-r3.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-plugins/bfm/bfm-0.6.4-r3.ebuild b/x11-plugins/bfm/bfm-0.6.4-r3.ebuild
18 index 0418d5e6eb4e..d93d9ff88a99 100644
19 --- a/x11-plugins/bfm/bfm-0.6.4-r3.ebuild
20 +++ b/x11-plugins/bfm/bfm-0.6.4-r3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -18,7 +18,7 @@ RDEPEND="x11-libs/gtk+:2
28 x11-libs/libXext"
29 DEPEND="${RDEPEND}
30 virtual/pkgconfig
31 - gkrellm? ( >=app-admin/gkrellm-2 )"
32 + gkrellm? ( >=app-admin/gkrellm-2[X] )"
33
34 PATCHES=( "${FILESDIR}"/${P}-makefile.patch )