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 C2B2A158013 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 E8C0DE088B; 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 D0E4AE088B for ; Sat, 28 Aug 2021 20:08:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 99114342BDF 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 7DBD781 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.eeaff4698d02a2a7ac260df89054e467ae7a64f9.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/light/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/light/light-1.2.2-r1.ebuild dev-libs/light/light-1.2.2-r2.ebuild X-VCS-Directories: dev-libs/light/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: eeaff4698d02a2a7ac260df89054e467ae7a64f9 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: 4fd6de8a-c769-4c32-864e-62963e0a97db X-Archives-Hash: 5d2c17fdf6325fdb1a623a633000ab22 commit: eeaff4698d02a2a7ac260df89054e467ae7a64f9 Author: Aaron Bauman gentoo org> AuthorDate: Sat Aug 28 20:07:44 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=eeaff469 dev-libs/light: block sys-power/acpilight; bump EAPI Closes: https://bugs.gentoo.org/740234 Signed-off-by: Aaron Bauman gentoo.org> dev-libs/light/{light-1.2.2-r1.ebuild => light-1.2.2-r2.ebuild} | 7 +++++-- 1 file 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 similarity index 92% rename from dev-libs/light/light-1.2.2-r1.ebuild rename to dev-libs/light/light-1.2.2-r2.ebuild index 8ea699addeb..d5aa9820774 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}"