summaryrefslogtreecommitdiff
path: root/dev-db/mysql-connector-c
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-01-13 17:02:02 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-01-13 17:02:02 +0200
commit845ecc06343ae6647ec87149503c0441ce85b435 (patch)
treea58083d2fd8a6bb96b59f0d14bcf96efd6c7faa7 /dev-db/mysql-connector-c
parentad823cb3c3ebf85078df14d974111fbbf2757c48 (diff)
downloadgentoo-845ecc06343ae6647ec87149503c0441ce85b435.tar.gz
gentoo-845ecc06343ae6647ec87149503c0441ce85b435.tar.bz2
gentoo-845ecc06343ae6647ec87149503c0441ce85b435.zip
dev-db/mysql-connector-c: Stabilize 8.0.31 ppc64, #878909
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db/mysql-connector-c')
-rw-r--r--dev-db/mysql-connector-c/mysql-connector-c-8.0.31.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql-connector-c/mysql-connector-c-8.0.31.ebuild b/dev-db/mysql-connector-c/mysql-connector-c-8.0.31.ebuild
index 9f647fd95a88..cd41843f0d41 100644
--- a/dev-db/mysql-connector-c/mysql-connector-c-8.0.31.ebuild
+++ b/dev-db/mysql-connector-c/mysql-connector-c-8.0.31.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,7 +17,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 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
+ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
S="${WORKDIR}/mysql-${PV}"
fi