From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1194133-garchives=archives.gentoo.org@lists.gentoo.org> 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 34AE11381F3 for <garchives@archives.gentoo.org>; Wed, 5 Aug 2020 22:59:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56F8DE08F4; Wed, 5 Aug 2020 22:59:15 +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 3A120E08F4 for <gentoo-commits@lists.gentoo.org>; Wed, 5 Aug 2020 22:59:15 +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 AA75434F394 for <gentoo-commits@lists.gentoo.org>; Wed, 5 Aug 2020 22:59:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FF3F26 for <gentoo-commits@lists.gentoo.org>; Wed, 5 Aug 2020 22:59:12 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1596668315.64a5a2dffbff64c927716e76c35a3a00f0c7cd5c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mysql-connector-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mysql-connector-python/mysql-connector-python-8.0.21.ebuild X-VCS-Directories: dev-python/mysql-connector-python/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 64a5a2dffbff64c927716e76c35a3a00f0c7cd5c X-VCS-Branch: master Date: Wed, 5 Aug 2020 22:59:12 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7d7ee7e4-600d-42e3-9894-e9f80f377e9d X-Archives-Hash: 6b3cd19144aa68f5ee5aa0d412671667 commit: 64a5a2dffbff64c927716e76c35a3a00f0c7cd5c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Aug 5 22:58:35 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Aug 5 22:58:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a5a2df dev-python/mysql-connector-python: Stabilize 8.0.21 arm, #736068 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/mysql-connector-python/mysql-connector-python-8.0.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mysql-connector-python/mysql-connector-python-8.0.21.ebuild b/dev-python/mysql-connector-python/mysql-connector-python-8.0.21.ebuild index b6c5eebd14b..c6e2a4b20e3 100644 --- a/dev-python/mysql-connector-python/mysql-connector-python-8.0.21.ebuild +++ b/dev-python/mysql-connector-python/mysql-connector-python-8.0.21.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Python client library for MariaDB/MySQL" HOMEPAGE="https://dev.mysql.com/downloads/connector/python/" SRC_URI="https://dev.mysql.com/get/Downloads/Connector-Python/${P}.tar.gz" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 arm ~x86" LICENSE="GPL-2" SLOT="0" IUSE="examples test"