Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-battery-plugin/
Date: Tue, 04 Jan 2022 10:30:46
Message-Id: 1641292209.7a88c4a6817028d3df9ea06a16f2fc79dee9f4d4.soap@gentoo
1 commit: 7a88c4a6817028d3df9ea06a16f2fc79dee9f4d4
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 10:30:09 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 10:30:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a88c4a6
7
8 xfce-extra/xfce4-battery-plugin: remove implicit kernel_linux
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild
16 index 66fb4475d4cd..9ccf0ca26451 100644
17 --- a/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild
18 +++ b/xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -12,7 +12,6 @@ SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
26 LICENSE="GPL-2+ LGPL-2+"
27 SLOT="0"
28 KEYWORDS="amd64 ~arm ~mips ~ppc x86"
29 -IUSE="kernel_linux"
30
31 RDEPEND=">=dev-libs/glib-2.24:2
32 >=x11-libs/gtk+-3.16:3