Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c++/
Date: Wed, 14 Nov 2018 21:51:11
Message-Id: 1542232257.4ca82339520fac7735877ed3f4a7bba3750ddcbd.slyfox@gentoo
1 commit: 4ca82339520fac7735877ed3f4a7bba3750ddcbd
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Wed Nov 14 20:21:14 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 14 21:50:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca82339
7
8 dev-db/mysql-connector-c++: stable 1.1.9 for sparc, bug #658156
9
10 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="sparc"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-db/mysql-connector-c++/mysql-connector-c++-1.1.9.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.9.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.9.ebuild
19 index e004fcd9dff..635d8c6cbd9 100644
20 --- a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.9.ebuild
21 +++ b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.9.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -12,7 +12,7 @@ SRC_URI="https://dev.mysql.com/get/Downloads/${URI_DIR}/${P}.tar.gz"
29
30 LICENSE="GPL-2"
31 SLOT="0"
32 -KEYWORDS="amd64 arm ~arm64 ppc ppc64 ~sparc x86"
33 +KEYWORDS="amd64 arm ~arm64 ppc ppc64 sparc x86"
34 IUSE="debug examples gcov static-libs"
35
36 DEPEND="virtual/libmysqlclient:=