summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2021-08-28 16:07:44 -0400
committerAaron Bauman <bman@gentoo.org>2021-08-28 16:08:36 -0400
commiteeaff4698d02a2a7ac260df89054e467ae7a64f9 (patch)
tree63cc5731169064048f30f1c47dce56cbfafcb79b /dev-libs/light
parentsys-power/acpilight: add block on dev-libs/light (diff)
downloadgentoo-eeaff4698d02a2a7ac260df89054e467ae7a64f9.tar.gz
gentoo-eeaff4698d02a2a7ac260df89054e467ae7a64f9.tar.bz2
gentoo-eeaff4698d02a2a7ac260df89054e467ae7a64f9.zip
dev-libs/light: block sys-power/acpilight; bump EAPI
Closes: https://bugs.gentoo.org/740234 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-libs/light')
-rw-r--r--dev-libs/light/light-1.2.2-r2.ebuild (renamed from dev-libs/light/light-1.2.2-r1.ebuild)7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-libs/light/light-1.2.2-r1.ebuild b/dev-libs/light/light-1.2.2-r2.ebuild
index 8ea699addebd..d5aa9820774b 100644
--- a/dev-libs/light/light-1.2.2-r1.ebuild
+++ b/dev-libs/light/light-1.2.2-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit autotools udev
@@ -15,7 +15,10 @@ KEYWORDS="~amd64 ~x86"
IUSE="udev"
-RDEPEND="acct-group/video"
+RDEPEND="
+ acct-group/video
+ !sys-power/acpilight
+"
DEPEND="udev? ( virtual/libudev:= )
${RDEPEND}"