diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-15 11:24:53 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-15 11:24:53 +0100 |
commit | b8065eb2737af644f4533aee641a8f09d1706c64 (patch) | |
tree | 080f464c65556bfc8951e03d2f5ad6288efc2e72 /dev-ruby | |
parent | games-emulation/dosbox-staging: fix compilation with musl (diff) | |
download | gentoo-b8065eb2737af644f4533aee641a8f09d1706c64.tar.gz gentoo-b8065eb2737af644f4533aee641a8f09d1706c64.tar.bz2 gentoo-b8065eb2737af644f4533aee641a8f09d1706c64.zip |
dev-ruby/mime-types: Stabilize 2.99.3 amd64, #831218
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/mime-types/mime-types-2.99.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/mime-types/mime-types-2.99.3.ebuild b/dev-ruby/mime-types/mime-types-2.99.3.ebuild index d9f1f84c1fbb..60e715abe8b9 100644 --- a/dev-ruby/mime-types/mime-types-2.99.3.ebuild +++ b/dev-ruby/mime-types/mime-types-2.99.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/mime-types/ruby-mime-types" LICENSE="MIT Artistic GPL-2" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( dev-ruby/minitest:5 )" |