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 3065313835B for ; Thu, 21 May 2020 22:28:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4ABCBE0948; Thu, 21 May 2020 22:28:31 +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 32645E0948 for ; Thu, 21 May 2020 22:28:31 +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 2A31734F2AF for ; Thu, 21 May 2020 22:28:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46BA723E for ; Thu, 21 May 2020 22:28:27 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1590099816.c1518433d7c5a9db6adcbb5c76b865601744e84c.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/geekbench/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-benchmarks/geekbench/geekbench-5.1.1.ebuild X-VCS-Directories: app-benchmarks/geekbench/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c1518433d7c5a9db6adcbb5c76b865601744e84c X-VCS-Branch: master Date: Thu, 21 May 2020 22:28:27 +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: 1f35f5b3-f579-4306-8e75-774050a9db6a X-Archives-Hash: fe377d838f80773a5d7e7ee3a0643084 commit: c1518433d7c5a9db6adcbb5c76b865601744e84c Author: Conrad Kostecki gentoo org> AuthorDate: Thu May 21 22:23:36 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu May 21 22:23:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1518433 app-benchmarks/geekbench: drop x86 keyword Added accidentally x86 keywords, which are wrong, since Geekbench5 does not support x86 anymore. So dropping them. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Conrad Kostecki gentoo.org> app-benchmarks/geekbench/geekbench-5.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-benchmarks/geekbench/geekbench-5.1.1.ebuild b/app-benchmarks/geekbench/geekbench-5.1.1.ebuild index b82e245d5d5..7349eb15541 100644 --- a/app-benchmarks/geekbench/geekbench-5.1.1.ebuild +++ b/app-benchmarks/geekbench/geekbench-5.1.1.ebuild @@ -7,7 +7,7 @@ DESCRIPTION="A Cross-Platform Benchmark for Android, iOS, Linux, MacOS and Windo HOMEPAGE="https://www.geekbench.com/" SRC_URI="https://cdn.geekbench.com/Geekbench-${PV}-Linux.tar.gz" -KEYWORDS="-* amd64 x86" +KEYWORDS="-* amd64" LICENSE="geekbench" SLOT="5"