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 596D0138359 for ; Tue, 21 Jul 2020 08:48:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18500E0908; Tue, 21 Jul 2020 08:48:47 +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 CCD98E0908 for ; Tue, 21 Jul 2020 08:48:46 +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 5781034EFAA for ; Tue, 21 Jul 2020 08:48:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A88372E7 for ; Tue, 21 Jul 2020 08:48:40 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1595321249.df9ff754f1c1a8a8707a87d175191a1c25262628.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/clhpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/clhpp/clhpp-2.0.12.ebuild X-VCS-Directories: dev-libs/clhpp/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: df9ff754f1c1a8a8707a87d175191a1c25262628 X-VCS-Branch: master Date: Tue, 21 Jul 2020 08:48:40 +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: 8497ea38-6c5f-4b77-b450-cd7b508d5ab7 X-Archives-Hash: 37510ddbc29163d530b6accf2a58492d commit: df9ff754f1c1a8a8707a87d175191a1c25262628 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Jul 21 08:47:29 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Jul 21 08:47:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df9ff754 dev-libs/clhpp: amd64 stable wrt bug #732948 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-libs/clhpp/clhpp-2.0.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/clhpp/clhpp-2.0.12.ebuild b/dev-libs/clhpp/clhpp-2.0.12.ebuild index 2325c35bccc..9a31f0397b8 100644 --- a/dev-libs/clhpp/clhpp-2.0.12.ebuild +++ b/dev-libs/clhpp/clhpp-2.0.12.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/KhronosGroup/OpenCL-CLHPP/archive/v${PV}.tar.gz -> $ LICENSE="Khronos-CLHPP" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DEPEND="virtual/opencl" RDEPEND="${DEPEND}"