Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/upower/
Date: Tue, 04 Jan 2022 03:29:40
Message-Id: 1641266940.f92dcde94c4062821ce6f9c647ce2ad460b34928.sam@gentoo
1 commit: f92dcde94c4062821ce6f9c647ce2ad460b34928
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 16:29:12 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 03:29:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f92dcde9
7
8 sys-power/upower: remove kernel_FreeBSD
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-power/upower/upower-0.99.12-r1.ebuild | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-power/upower/upower-0.99.12-r1.ebuild b/sys-power/upower/upower-0.99.12-r1.ebuild
17 index 9d8cd983c46b..9c27421f06f0 100644
18 --- a/sys-power/upower/upower-0.99.12-r1.ebuild
19 +++ b/sys-power/upower/upower-0.99.12-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26 @@ -17,7 +17,7 @@ SLOT="0/3" # based on SONAME of libupower-glib.so
27 KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
28
29 # gtk-doc files are not available as prebuilt in the tarball
30 -IUSE="doc +introspection ios kernel_FreeBSD kernel_linux selinux"
31 +IUSE="doc +introspection ios kernel_linux selinux"
32
33 DEPEND="
34 >=dev-libs/glib-2.38:2
35 @@ -60,8 +60,6 @@ src_configure() {
36
37 if use kernel_linux ; then
38 backend=linux
39 - elif use kernel_FreeBSD ; then
40 - backend=freebsd
41 else
42 backend=dummy
43 fi