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 427C1138335 for ; Sun, 24 Jun 2018 12:37:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79A0FE089F; Sun, 24 Jun 2018 12:37:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 47413E089F for ; Sun, 24 Jun 2018 12:37:16 +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 03318335CBB for ; Sun, 24 Jun 2018 12:37:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8434A348 for ; Sun, 24 Jun 2018 12:37:12 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1529843703.3c32d00503fab272151961198d99d9a22a582279.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libcec/libcec-4.0.2-r2.ebuild X-VCS-Directories: dev-libs/libcec/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 3c32d00503fab272151961198d99d9a22a582279 X-VCS-Branch: master Date: Sun, 24 Jun 2018 12:37:12 +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-Archives-Salt: 6d210308-1c1d-4618-859c-af7dc526a067 X-Archives-Hash: 876d3a6aac028f3dea83e835a084ad6c commit: 3c32d00503fab272151961198d99d9a22a582279 Author: Jason Zaman gentoo org> AuthorDate: Sun Jun 24 12:24:33 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Jun 24 12:35:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c32d005 dev-libs/libcec: amd64 stable Gentoo-bug: 658872 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-libs/libcec/libcec-4.0.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libcec/libcec-4.0.2-r2.ebuild b/dev-libs/libcec/libcec-4.0.2-r2.ebuild index 876ded98edd..57e059b8025 100644 --- a/dev-libs/libcec/libcec-4.0.2-r2.ebuild +++ b/dev-libs/libcec/libcec-4.0.2-r2.ebuild @@ -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 ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="cubox exynos python raspberry-pi +xrandr" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"