diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:24:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:00:36 +0000 |
commit | dffe4fb0ed8f4544548b064be609d39fc165a82a (patch) | |
tree | 7eaec5ec5266e53cbbffd4ff018069061c1a4d79 /dev-python/strict-rfc3339 | |
parent | dev-python/stestr: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-dffe4fb0ed8f4544548b064be609d39fc165a82a.tar.gz gentoo-dffe4fb0ed8f4544548b064be609d39fc165a82a.tar.bz2 gentoo-dffe4fb0ed8f4544548b064be609d39fc165a82a.zip |
dev-python/strict-rfc3339: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/strict-rfc3339')
-rw-r--r-- | dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild index 86806a294408..c005434b76e8 100644 --- a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild +++ b/dev-python/strict-rfc3339/strict-rfc3339-0.7-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 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/danielrichman/${PN}/archive/version-${PV}.tar.gz -> SLOT="0" LICENSE="GPL-3+" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${MY_P}" |