From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D0CC138334 for ; Wed, 19 Sep 2018 08:55:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61122E088F; Wed, 19 Sep 2018 08:55:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C1D1E088F for ; Wed, 19 Sep 2018 08:55:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2B50335D08 for ; Wed, 19 Sep 2018 08:55:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2975C3C1 for ; Wed, 19 Sep 2018 08:55:09 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1537347305.25ca40e1c40d56cac1b7f1770ce0e9f79e6b3ab9.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql++/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysql++/mysql++-3.2.3.ebuild X-VCS-Directories: dev-db/mysql++/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 25ca40e1c40d56cac1b7f1770ce0e9f79e6b3ab9 X-VCS-Branch: master Date: Wed, 19 Sep 2018 08:55:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bd87ae6d-28ac-4ea4-808a-3793fc42b6d9 X-Archives-Hash: d31f91eed6c830f51e01a61a85d03231 commit: 25ca40e1c40d56cac1b7f1770ce0e9f79e6b3ab9 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Sep 19 08:54:48 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Sep 19 08:55:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ca40e1 dev-db/mysql++: amd64 stable wrt bug #666372 Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-db/mysql++/mysql++-3.2.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/mysql++/mysql++-3.2.3.ebuild b/dev-db/mysql++/mysql++-3.2.3.ebuild index 83594c55eda..a90e7e876b4 100644 --- a/dev-db/mysql++/mysql++-3.2.3.ebuild +++ b/dev-db/mysql++/mysql++-3.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="http://www.tangentsoft.net/mysqlpp/releases/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0/3" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc" RDEPEND="virtual/libmysqlclient:="