diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:25:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:01:09 +0000 |
commit | c292b5db930f5f287f482648a00765cec4d86ddd (patch) | |
tree | 19a1d7f3eda8f64621da82e0b72125a4ca783f64 /dev-ruby/gherkin | |
parent | dev-ruby/diff-lcs: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-c292b5db930f5f287f482648a00765cec4d86ddd.tar.gz gentoo-c292b5db930f5f287f482648a00765cec4d86ddd.tar.bz2 gentoo-c292b5db930f5f287f482648a00765cec4d86ddd.zip |
dev-ruby/gherkin: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/gherkin')
-rw-r--r-- | dev-ruby/gherkin/gherkin-5.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/gherkin/gherkin-5.1.0.ebuild b/dev-ruby/gherkin/gherkin-5.1.0.ebuild index 39c87437f0ba..fb6de66d1c2e 100644 --- a/dev-ruby/gherkin/gherkin-5.1.0.ebuild +++ b/dev-ruby/gherkin/gherkin-5.1.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=6 @@ -19,6 +19,6 @@ DESCRIPTION="Fast Gherkin lexer and parser" HOMEPAGE="https://github.com/cucumber/gherkin" LICENSE="MIT" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 s390 sparc x86" +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86" SLOT="5" IUSE="" |