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 AD7D21382C5 for ; Sun, 3 Jan 2021 01:18:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACAD2E0869; Sun, 3 Jan 2021 01:18:10 +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 942BBE0869 for ; Sun, 3 Jan 2021 01:18:10 +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 2BFDC340FF5 for ; Sun, 3 Jan 2021 01:18:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D47A491 for ; Sun, 3 Jan 2021 01:18:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609636639.e21788a3d2fce8a285b4032888ea5a58cfd01ad3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libcec/libcec-6.0.2.ebuild X-VCS-Directories: dev-libs/libcec/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e21788a3d2fce8a285b4032888ea5a58cfd01ad3 X-VCS-Branch: master Date: Sun, 3 Jan 2021 01:18:04 +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: 8f418f4c-33a1-4dcf-99e6-04d3591bfbb0 X-Archives-Hash: f26bc28d17850cf3d83b31a6ad41985e commit: e21788a3d2fce8a285b4032888ea5a58cfd01ad3 Author: Sam James gentoo org> AuthorDate: Sun Jan 3 01:17:19 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 3 01:17:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21788a3 dev-libs/libcec: Stabilize 6.0.2 amd64, #762107 Signed-off-by: Sam James gentoo.org> dev-libs/libcec/libcec-6.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libcec/libcec-6.0.2.ebuild b/dev-libs/libcec/libcec-6.0.2.ebuild index 9ffaf6366ec..b22be742212 100644 --- a/dev-libs/libcec/libcec-6.0.2.ebuild +++ b/dev-libs/libcec/libcec-6.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/Pulse-Eight/${PN}/archive/${MY_P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" IUSE="cubox exynos python raspberry-pi kernel-cec tools +xrandr udev" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"