From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1196519-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 D7FFB138359 for <garchives@archives.gentoo.org>; Sat, 15 Aug 2020 05:52:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15918E0867; Sat, 15 Aug 2020 05:52:30 +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 F0E57E0867 for <gentoo-commits@lists.gentoo.org>; Sat, 15 Aug 2020 05:52:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9962B34F35E for <gentoo-commits@lists.gentoo.org>; Sat, 15 Aug 2020 05:52:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E7C62FE for <gentoo-commits@lists.gentoo.org>; Sat, 15 Aug 2020 05:52:27 +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: <1597470743.d69177d15f86ef2788c5b7e6767ba294b4c6e28f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/apsw/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/apsw/apsw-3.32.2_p1.ebuild X-VCS-Directories: dev-python/apsw/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d69177d15f86ef2788c5b7e6767ba294b4c6e28f X-VCS-Branch: master Date: Sat, 15 Aug 2020 05:52:27 +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: 4abb9fba-ec0b-4160-8e21-25e04b7dc90a X-Archives-Hash: c17ebb6f40815c99ee35ab1c3a738fc3 commit: d69177d15f86ef2788c5b7e6767ba294b4c6e28f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Aug 15 05:49:52 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Aug 15 05:52:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d69177d1 dev-python/apsw: Stabilize 3.32.2_p1 amd64, #736902 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/apsw/apsw-3.32.2_p1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/apsw/apsw-3.32.2_p1.ebuild b/dev-python/apsw/apsw-3.32.2_p1.ebuild index 8c90dae6efc..bc9d67875d1 100644 --- a/dev-python/apsw/apsw-3.32.2_p1.ebuild +++ b/dev-python/apsw/apsw-3.32.2_p1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/rogerbinns/apsw/releases/download/${MY_PV}/${MY_P}.z LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~ppc64 ~x86" IUSE="doc" RDEPEND=">=dev-db/sqlite-${PV%_p*}"