diff options
-rw-r--r-- | app-benchmarks/sysbench/sysbench-1.0.20-r100.ebuild | 4 | ||||
-rw-r--r-- | 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 9316f40dda38..99ba14356815 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 f65c0c81b8b8..f5d54ecf2935 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 )" |