commit: 0e6309a10a942c15162c41f7652fd47a07ca560b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jan 19 02:45:15 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jan 19 02:45:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e6309a1
dev-python/mongoengine: Stabilize 0.22.1 ALLARCHES, #765931 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/mongoengine/mongoengine-0.22.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/mongoengine/mongoengine-0.22.1.ebuild b/dev-python/mongoengine/mongoengine-0.22.1.ebuild index bcf7043f3db..094a4761c2a 100644 --- a/dev-python/mongoengine/mongoengine-0.22.1.ebuild +++ b/dev-python/mongoengine/mongoengine-0.22.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/MongoEngine/${PN}/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" # TODO: make it run a local database server RESTRICT="test"
