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 44457138334 for ; Thu, 13 Dec 2018 06:48:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C20EE0BF4; Thu, 13 Dec 2018 06:48:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E84A6E0BEC for ; Thu, 13 Dec 2018 06:48:41 +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 E2D85335CB7 for ; Thu, 13 Dec 2018 06:48:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 069224EC for ; Thu, 13 Dec 2018 06:48:38 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1544683637.67a926500f75d28a894a7522c336b7e5fcdf5bfe.radhermit@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.23.1_p1.ebuild X-VCS-Directories: dev-python/apsw/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 67a926500f75d28a894a7522c336b7e5fcdf5bfe X-VCS-Branch: master Date: Thu, 13 Dec 2018 06:48:38 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d41b88dd-2e6e-4f13-8f02-a5e43dcf6881 X-Archives-Hash: da13b352d46973f6441aed8c777e0638 commit: 67a926500f75d28a894a7522c336b7e5fcdf5bfe Author: Tim Harder gentoo org> AuthorDate: Thu Dec 13 06:45:43 2018 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Dec 13 06:47:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67a92650 dev-python/apsw: stabilize 3.23.1_p1 Signed-off-by: Tim Harder gentoo.org> dev-python/apsw/apsw-3.23.1_p1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/apsw/apsw-3.23.1_p1.ebuild b/dev-python/apsw/apsw-3.23.1_p1.ebuild index 2f4ee216ac7..49eb84f374f 100644 --- a/dev-python/apsw/apsw-3.23.1_p1.ebuild +++ b/dev-python/apsw/apsw-3.23.1_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*}"