From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F932158013 for ; Sat, 28 Aug 2021 20:08:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5E10E0863; Sat, 28 Aug 2021 20:08:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8B4BE0863 for ; Sat, 28 Aug 2021 20:08:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73DF3342BC9 for ; Sat, 28 Aug 2021 20:08:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AE3D7B for ; Sat, 28 Aug 2021 20:08:41 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1630181316.da956270287171bce32e90c48c120d2964913992.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/acpilight/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/acpilight/acpilight-1.2-r2.ebuild sys-power/acpilight/acpilight-1.2-r3.ebuild X-VCS-Directories: sys-power/acpilight/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: da956270287171bce32e90c48c120d2964913992 X-VCS-Branch: master Date: Sat, 28 Aug 2021 20:08:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 32479b58-9777-42fb-9322-1d973a59f8cc X-Archives-Hash: 4332157622a162326520390637a55e2f commit: da956270287171bce32e90c48c120d2964913992 Author: Aaron Bauman gentoo org> AuthorDate: Sat Aug 28 20:03:16 2021 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Aug 28 20:08:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da956270 sys-power/acpilight: add block on dev-libs/light Bug: https://bugs.gentoo.org/740234 Signed-off-by: Aaron Bauman gentoo.org> sys-power/acpilight/{acpilight-1.2-r2.ebuild => acpilight-1.2-r3.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-power/acpilight/acpilight-1.2-r2.ebuild b/sys-power/acpilight/acpilight-1.2-r3.ebuild similarity index 98% rename from sys-power/acpilight/acpilight-1.2-r2.ebuild rename to sys-power/acpilight/acpilight-1.2-r3.ebuild index 34572830535..c54de4cb444 100644 --- a/sys-power/acpilight/acpilight-1.2-r2.ebuild +++ b/sys-power/acpilight/acpilight-1.2-r3.ebuild @@ -21,6 +21,7 @@ S="${WORKDIR}/${MY_P}" RDEPEND="virtual/udev acct-group/video + !dev-libs/light ${PYTHON_DEPS} !x11-apps/xbacklight" REQUIRED_USE="${PYTHON_REQUIRED_USE}"