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 C19F9138334 for ; Sat, 6 Apr 2019 15:55:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE2DBE087A; Sat, 6 Apr 2019 15:55:36 +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 8F118E087A for ; Sat, 6 Apr 2019 15:55:36 +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 3BE66335CF7 for ; Sat, 6 Apr 2019 15:55:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE070576 for ; Sat, 6 Apr 2019 15:55:32 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1554566126.b85ac335387b6f72d2e6ca79e9a7192fa65c2000.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libclc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libclc/libclc-0.2.0_pre20190313.ebuild X-VCS-Directories: dev-libs/libclc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: b85ac335387b6f72d2e6ca79e9a7192fa65c2000 X-VCS-Branch: master Date: Sat, 6 Apr 2019 15:55:32 +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: cd3478fd-1eaa-4d51-a684-8c5d355e0f36 X-Archives-Hash: 4359d53eaac5705f6e273c78ff882933 commit: b85ac335387b6f72d2e6ca79e9a7192fa65c2000 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Apr 6 15:53:38 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Apr 6 15:55:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b85ac335 dev-libs/libclc: amd64 stable wrt bug #682616 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" dev-libs/libclc/libclc-0.2.0_pre20190313.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libclc/libclc-0.2.0_pre20190313.ebuild b/dev-libs/libclc/libclc-0.2.0_pre20190313.ebuild index 04840dd6a54..8bd21dc8875 100644 --- a/dev-libs/libclc/libclc-0.2.0_pre20190313.ebuild +++ b/dev-libs/libclc/libclc-0.2.0_pre20190313.ebuild @@ -30,7 +30,7 @@ fi LICENSE="|| ( MIT BSD )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE_VIDEO_CARDS="video_cards_nvidia video_cards_r600 video_cards_radeonsi" IUSE="${IUSE_VIDEO_CARDS}" REQUIRED_USE="|| ( ${IUSE_VIDEO_CARDS} )"