diff options
author | David Seifert <soap@gentoo.org> | 2022-01-04 11:30:09 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-04 11:30:09 +0100 |
commit | 7a88c4a6817028d3df9ea06a16f2fc79dee9f4d4 (patch) | |
tree | 2c40193ec3820d59bf85a57d7a00e2d5e2c6be9a /xfce-extra/xfce4-battery-plugin | |
parent | x11-drivers/xf86-video-vmware: remove implicit kernel_linux (diff) | |
download | gentoo-7a88c4a6817028d3df9ea06a16f2fc79dee9f4d4.tar.gz gentoo-7a88c4a6817028d3df9ea06a16f2fc79dee9f4d4.tar.bz2 gentoo-7a88c4a6817028d3df9ea06a16f2fc79dee9f4d4.zip |
xfce-extra/xfce4-battery-plugin: remove implicit kernel_linux
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-battery-plugin')
-rw-r--r-- | xfce-extra/xfce4-battery-plugin/xfce4-battery-plugin-1.1.4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
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 index 66fb4475d4cd..9ccf0ca26451 100644 --- 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,6 @@ SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+ LGPL-2+" SLOT="0" KEYWORDS="amd64 ~arm ~mips ~ppc x86" -IUSE="kernel_linux" RDEPEND=">=dev-libs/glib-2.24:2 >=x11-libs/gtk+-3.16:3 |