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 BE4C113835A for ; Sun, 3 Jan 2021 23:17:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFC08E0919; Sun, 3 Jan 2021 23:17:18 +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 B9EBEE0919 for ; Sun, 3 Jan 2021 23:17:18 +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 C29C934069F for ; Sun, 3 Jan 2021 23:17:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C6FF3FB for ; Sun, 3 Jan 2021 23:17:16 +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: <1609715825.50471aa3d574459e2ccada0a99281e8fa810da6d.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/sysbench/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-benchmarks/sysbench/sysbench-1.0.20-r100.ebuild app-benchmarks/sysbench/sysbench-1.0.20.ebuild X-VCS-Directories: app-benchmarks/sysbench/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 50471aa3d574459e2ccada0a99281e8fa810da6d X-VCS-Branch: master Date: Sun, 3 Jan 2021 23:17:16 +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: e13bd220-b862-48d6-8caa-c1d9bf35ed6e X-Archives-Hash: 388a3de511fc439760984482cabf4c89 commit: 50471aa3d574459e2ccada0a99281e8fa810da6d Author: Conrad Kostecki gentoo org> AuthorDate: Sun Jan 3 23:13:56 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Jan 3 23:17:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50471aa3 app-benchmarks/sysbench: add ~arm keyword Closes: https://bugs.gentoo.org/742701 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Conrad Kostecki gentoo.org> app-benchmarks/sysbench/sysbench-1.0.20-r100.ebuild | 4 ++-- app-benchmarks/sysbench/sysbench-1.0.20.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-benchmarks/sysbench/sysbench-1.0.20-r100.ebuild b/app-benchmarks/sysbench/sysbench-1.0.20-r100.ebuild index 9316f40dda3..99ba1435681 100644 --- a/app-benchmarks/sysbench/sysbench-1.0.20-r100.ebuild +++ b/app-benchmarks/sysbench/sysbench-1.0.20-r100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/akopytov/sysbench/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="+aio attachsql drizzle +largefile mysql postgres test" REQUIRED_USE=" ${LUA_REQUIRED_USE} diff --git a/app-benchmarks/sysbench/sysbench-1.0.20.ebuild b/app-benchmarks/sysbench/sysbench-1.0.20.ebuild index f65c0c81b8b..f5d54ecf293 100644 --- a/app-benchmarks/sysbench/sysbench-1.0.20.ebuild +++ b/app-benchmarks/sysbench/sysbench-1.0.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/akopytov/sysbench/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="+aio attachsql drizzle +largefile mysql postgres test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )"