commit: 5000fabef536c629e5a49ec98b7dc8aa720d9cef
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 11 04:49:31 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 11 04:49:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5000fabe
dev-db/mysql-connector-c: Stabilize 8.0.27 sparc, #822258
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-db/mysql-connector-c/mysql-connector-c-8.0.27.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-db/mysql-connector-c/mysql-connector-c-8.0.27.ebuild
b/dev-db/mysql-connector-c/mysql-connector-c-8.0.27.ebuild
index d15743a0a393..e34d6f7cf9d3 100644
--- a/dev-db/mysql-connector-c/mysql-connector-c-8.0.27.ebuild
+++ b/dev-db/mysql-connector-c/mysql-connector-c-8.0.27.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]]; then
inherit git-r3
else
SRC_URI="https://dev.mysql.com/get/Downloads/MySQL-$(ver_cut
1-2)/mysql-boost-${PV}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64
~riscv ~s390 sparc ~x86"
S="${WORKDIR}/mysql-${PV}"
fi