From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E738B13888F for ; Sat, 17 Oct 2015 10:56:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AC9B21C006; Sat, 17 Oct 2015 10:56:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E33C21C006 for ; Sat, 17 Oct 2015 10:56:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B136340873 for ; Sat, 17 Oct 2015 10:56:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 165451162 for ; Sat, 17 Oct 2015 10:56:32 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1445079377.d062fb4a1ebd23366fe70ce948c4403b0161b5c5.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c++/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysql-connector-c++/mysql-connector-c++-1.1.6.ebuild X-VCS-Directories: dev-db/mysql-connector-c++/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: d062fb4a1ebd23366fe70ce948c4403b0161b5c5 X-VCS-Branch: master Date: Sat, 17 Oct 2015 10:56:32 +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: 2dbf34d5-c1cb-416f-b89f-9a7f95ab8c13 X-Archives-Hash: 84c0c376b1fb916b96ed10c18138c4ac commit: d062fb4a1ebd23366fe70ce948c4403b0161b5c5 Author: Markus Meier gentoo org> AuthorDate: Sat Oct 17 10:56:17 2015 +0000 Commit: Markus Meier gentoo org> CommitDate: Sat Oct 17 10:56:17 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d062fb4a dev-db/mysql-connector-c++: arm stable, bug #561316 Package-Manager: portage-2.2.23 RepoMan-Options: --include-arches="arm" dev-db/mysql-connector-c++/mysql-connector-c++-1.1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.6.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.6.ebuild index 2e20b9f..e1744eb 100644 --- a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.6.ebuild +++ b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.6.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://mysql/Downloads/${URI_DIR}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ppc64 sparc x86" +KEYWORDS="amd64 arm ~ppc ppc64 sparc x86" IUSE="debug examples gcov static-libs" DEPEND="virtual/libmysqlclient:=