diff options
author | Sam James <sam@gentoo.org> | 2022-01-11 04:49:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-11 04:49:31 +0000 |
commit | 5000fabef536c629e5a49ec98b7dc8aa720d9cef (patch) | |
tree | cf1fb281a7852838e0e73829a47729d1981fdf2e /dev-db/mysql-connector-c | |
parent | dev-cpp/nlohmann_json: disable docs in 3.10.5 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-db/mysql-connector-c')
-rw-r--r-- | dev-db/mysql-connector-c/mysql-connector-c-8.0.27.ebuild | 4 |
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 |