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 55CD4138334 for ; Mon, 20 Aug 2018 04:41:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49E54E097C; Mon, 20 Aug 2018 04:41:51 +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 23FD4E097B for ; Mon, 20 Aug 2018 04:41:51 +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 0BE2F33BED4 for ; Mon, 20 Aug 2018 04:41:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCBAB398 for ; Mon, 20 Aug 2018 04:41:47 +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: <1534740079.d0d28b0e0209b80825a5065dda58455e64f8319e.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_pre20180610.ebuild X-VCS-Directories: dev-libs/libclc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: d0d28b0e0209b80825a5065dda58455e64f8319e X-VCS-Branch: master Date: Mon, 20 Aug 2018 04:41:47 +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: 573622c4-5a1f-49db-ad0c-86c442cd46a1 X-Archives-Hash: 4082c13f0dc8d53449ae47b3700aea59 commit: d0d28b0e0209b80825a5065dda58455e64f8319e Author: Mikle Kolyada gentoo org> AuthorDate: Mon Aug 20 04:28:39 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Aug 20 04:41:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d28b0e dev-libs/libclc: x86 stable wrt bug #664002 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-libs/libclc/libclc-0.2.0_pre20180610.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libclc/libclc-0.2.0_pre20180610.ebuild b/dev-libs/libclc/libclc-0.2.0_pre20180610.ebuild index a097d6bc2ed..381fc1aed20 100644 --- a/dev-libs/libclc/libclc-0.2.0_pre20180610.ebuild +++ b/dev-libs/libclc/libclc-0.2.0_pre20180610.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} )"