Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql++/
Date: Wed, 19 Sep 2018 08:55:14
Message-Id: 1537347305.25ca40e1c40d56cac1b7f1770ce0e9f79e6b3ab9.zlogene@gentoo
1 commit: 25ca40e1c40d56cac1b7f1770ce0e9f79e6b3ab9
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 19 08:54:48 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 19 08:55:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ca40e1
7
8 dev-db/mysql++: amd64 stable wrt bug #666372
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 dev-db/mysql++/mysql++-3.2.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-db/mysql++/mysql++-3.2.3.ebuild b/dev-db/mysql++/mysql++-3.2.3.ebuild
16 index 83594c55eda..a90e7e876b4 100644
17 --- a/dev-db/mysql++/mysql++-3.2.3.ebuild
18 +++ b/dev-db/mysql++/mysql++-3.2.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -11,7 +11,7 @@ SRC_URI="http://www.tangentsoft.net/mysqlpp/releases/${P}.tar.gz"
26
27 LICENSE="LGPL-2"
28 SLOT="0/3"
29 -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
30 +KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
31 IUSE="doc"
32
33 RDEPEND="virtual/libmysqlclient:="