dev-libs/light: block sys-power/acpilight; bump EAPI

Closes: https://bugs.gentoo.org/740234
Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
Aaron Bauman
2021-08-28 16:07:44 -04:00
parent da95627028
commit eeaff4698d

View File

@@ -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}"