summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-05 20:21:41 +0000
committerSam James <sam@gentoo.org>2021-04-05 21:59:27 +0000
commit07f4d940d6dfa01dbba13edb7ea679f6bd1d9bdc (patch)
treedb0205a056d9a8f29fc6acd95d9923a339846668
parentdev-python/paste: drop s390 to ~s390 (unstable) (diff)
downloadgentoo-07f4d940d6dfa01dbba13edb7ea679f6bd1d9bdc.tar.gz
gentoo-07f4d940d6dfa01dbba13edb7ea679f6bd1d9bdc.tar.bz2
gentoo-07f4d940d6dfa01dbba13edb7ea679f6bd1d9bdc.zip
dev-python/pastedeploy: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/pastedeploy/pastedeploy-2.1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pastedeploy/pastedeploy-2.1.1.ebuild b/dev-python/pastedeploy/pastedeploy-2.1.1.ebuild
index 3fd14532a87e..dd594a81dba5 100644
--- a/dev-python/pastedeploy/pastedeploy-2.1.1.ebuild
+++ b/dev-python/pastedeploy/pastedeploy-2.1.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
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/Pylons/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
IUSE="doc"
RDEPEND="dev-python/namespace-paste[${PYTHON_USEDEP}]"