diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 23:27:57 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 23:27:57 +0100 |
commit | aa4486e4c5a46e15f59cdf10db4a1a5e1e2b616e (patch) | |
tree | 6359a5a40980805a529705ca057e40eb0f1cd68e /dev-python/werkzeug | |
parent | dev-python/webob: drop x86-macos (diff) | |
download | gentoo-aa4486e4c5a46e15f59cdf10db4a1a5e1e2b616e.tar.gz gentoo-aa4486e4c5a46e15f59cdf10db4a1a5e1e2b616e.tar.bz2 gentoo-aa4486e4c5a46e15f59cdf10db4a1a5e1e2b616e.zip |
dev-python/werkzeug: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-python/werkzeug')
-rw-r--r-- | dev-python/werkzeug/werkzeug-1.0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/werkzeug/werkzeug-1.0.1-r1.ebuild b/dev-python/werkzeug/werkzeug-1.0.1-r1.ebuild index 7007dcc90676..c12e7d4664e5 100644 --- a/dev-python/werkzeug/werkzeug-1.0.1-r1.ebuild +++ b/dev-python/werkzeug/werkzeug-1.0.1-r1.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 @@ -20,7 +20,7 @@ SRC_URI="https://github.com/pallets/werkzeug/archive/${PV}.tar.gz -> ${P}.gh.tar LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]" DEPEND=" |