diff options
author | Sam James <sam@gentoo.org> | 2021-01-01 22:59:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-01 23:00:46 +0000 |
commit | 2e92ac7468f7332cdaa23933f0392abb829b8595 (patch) | |
tree | 956bbf93f368445816ee616dda78e736f32fab79 /dev-util | |
parent | sys-apps/portage: Stabilize 3.0.12 s390, #762029 (diff) | |
download | gentoo-2e92ac7468f7332cdaa23933f0392abb829b8595.tar.gz gentoo-2e92ac7468f7332cdaa23933f0392abb829b8595.tar.bz2 gentoo-2e92ac7468f7332cdaa23933f0392abb829b8595.zip |
dev-util/ragel: Stabilize 7.0.0.12 s390, #761870
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ragel/ragel-7.0.0.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/ragel/ragel-7.0.0.12.ebuild b/dev-util/ragel/ragel-7.0.0.12.ebuild index 2368568e54ed..c98b973e7287 100644 --- a/dev-util/ragel/ragel-7.0.0.12.ebuild +++ b/dev-util/ragel/ragel-7.0.0.12.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 @@ -11,7 +11,7 @@ SRC_URI="https://www.colm.net/files/ragel/${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" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="vim-syntax" DEPEND="~dev-util/colm-0.13.0.7" |