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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35D15158020 for ; Fri, 16 Dec 2022 21:32:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 764C9E0817; Fri, 16 Dec 2022 21:32:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62DBEE0817 for ; Fri, 16 Dec 2022 21:32:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CC003411B8 for ; Fri, 16 Dec 2022 21:32:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C94AC785 for ; Fri, 16 Dec 2022 21:32:25 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1671226339.8aa6e90de15ddfb66a6e6c13db19dc1880d588f5.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-migrate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-migrate/flask-migrate-4.0.0.ebuild X-VCS-Directories: dev-python/flask-migrate/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8aa6e90de15ddfb66a6e6c13db19dc1880d588f5 X-VCS-Branch: master Date: Fri, 16 Dec 2022 21:32:25 +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: f03042e0-04ec-4cf0-a355-4ba06c47a33e X-Archives-Hash: 732019d3f65f2de160330bce89afab85 commit: 8aa6e90de15ddfb66a6e6c13db19dc1880d588f5 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Dec 16 21:32:19 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Dec 16 21:32:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa6e90d dev-python/flask-migrate: Stabilize 4.0.0 ALLARCHES, #886373 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/flask-migrate/flask-migrate-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/flask-migrate/flask-migrate-4.0.0.ebuild b/dev-python/flask-migrate/flask-migrate-4.0.0.ebuild index 55f3c685a9f2..4300afd852b9 100644 --- a/dev-python/flask-migrate/flask-migrate-4.0.0.ebuild +++ b/dev-python/flask-migrate/flask-migrate-4.0.0.ebuild @@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P} LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND=" >=dev-python/alembic-0.7[${PYTHON_USEDEP}]