diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-04-13 23:46:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-04-13 23:49:12 +0200 |
commit | ecbd3e279f13024da92b8c843d3c0680cc5d094b (patch) | |
tree | 02756fdba73fc6204fa4b214d2d33818ddc1cbf6 /dev-python | |
parent | dev-python/flask-security: Dep on flask-mongoengine where supported (diff) | |
download | gentoo-ecbd3e279f13024da92b8c843d3c0680cc5d094b.tar.gz gentoo-ecbd3e279f13024da92b8c843d3c0680cc5d094b.tar.bz2 gentoo-ecbd3e279f13024da92b8c843d3c0680cc5d094b.zip |
dev-python/flask-mongoengine: Remove x86 keyword
dev-db/mongodb is not supported on x86.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/flask-mongoengine/flask-mongoengine-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/flask-mongoengine/flask-mongoengine-1.0.0.ebuild b/dev-python/flask-mongoengine/flask-mongoengine-1.0.0.ebuild index b2895daecb9c..9423465341ba 100644 --- a/dev-python/flask-mongoengine/flask-mongoengine-1.0.0.ebuild +++ b/dev-python/flask-mongoengine/flask-mongoengine-1.0.0.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 @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64" # TODO: make it spawn a local mongodb instance RESTRICT="test" |