Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c/
Date: Thu, 27 May 2021 06:55:41
Message-Id: 1622098491.eb1964a1c49b3332094bf11484aee3867594539f.ago@gentoo
1 commit: eb1964a1c49b3332094bf11484aee3867594539f
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 27 06:54:51 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu May 27 06:54:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb1964a1
7
8 dev-db/mysql-connector-c: amd64 stable wrt bug #789252
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-db/mysql-connector-c/mysql-connector-c-8.0.25.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-db/mysql-connector-c/mysql-connector-c-8.0.25.ebuild b/dev-db/mysql-connector-c/mysql-connector-c-8.0.25.ebuild
18 index 852e13b1849..6f5a2cb668c 100644
19 --- a/dev-db/mysql-connector-c/mysql-connector-c-8.0.25.ebuild
20 +++ b/dev-db/mysql-connector-c/mysql-connector-c-8.0.25.ebuild
21 @@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]]; then
22 inherit git-r3
23 else
24 SRC_URI="https://dev.mysql.com/get/Downloads/MySQL-$(ver_cut 1-2)/mysql-boost-${PV}.tar.gz"
25 - KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
26 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
27
28 S="${WORKDIR}/mysql-${PV}"
29 fi