Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/acpilight/
Date: Sat, 28 Aug 2021 20:08:45
Message-Id: 1630181316.da956270287171bce32e90c48c120d2964913992.bman@gentoo
1 commit: da956270287171bce32e90c48c120d2964913992
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 28 20:03:16 2021 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 28 20:08:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da956270
7
8 sys-power/acpilight: add block on dev-libs/light
9
10 Bug: https://bugs.gentoo.org/740234
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 sys-power/acpilight/{acpilight-1.2-r2.ebuild => acpilight-1.2-r3.ebuild} | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/sys-power/acpilight/acpilight-1.2-r2.ebuild b/sys-power/acpilight/acpilight-1.2-r3.ebuild
17 similarity index 98%
18 rename from sys-power/acpilight/acpilight-1.2-r2.ebuild
19 rename to sys-power/acpilight/acpilight-1.2-r3.ebuild
20 index 34572830535..c54de4cb444 100644
21 --- a/sys-power/acpilight/acpilight-1.2-r2.ebuild
22 +++ b/sys-power/acpilight/acpilight-1.2-r3.ebuild
23 @@ -21,6 +21,7 @@ S="${WORKDIR}/${MY_P}"
24
25 RDEPEND="virtual/udev
26 acct-group/video
27 + !dev-libs/light
28 ${PYTHON_DEPS}
29 !x11-apps/xbacklight"
30 REQUIRED_USE="${PYTHON_REQUIRED_USE}"