summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-01-11 04:49:31 +0000
committerSam James <sam@gentoo.org>2022-01-11 04:49:31 +0000
commit5000fabef536c629e5a49ec98b7dc8aa720d9cef (patch)
treecf1fb281a7852838e0e73829a47729d1981fdf2e
parentdev-cpp/nlohmann_json: disable docs in 3.10.5 (diff)
downloadgentoo-5000fabef536c629e5a49ec98b7dc8aa720d9cef.tar.gz
gentoo-5000fabef536c629e5a49ec98b7dc8aa720d9cef.tar.bz2
gentoo-5000fabef536c629e5a49ec98b7dc8aa720d9cef.zip
dev-db/mysql-connector-c: Stabilize 8.0.27 sparc, #822258
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-db/mysql-connector-c/mysql-connector-c-8.0.27.ebuild4
1 files 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