diff options
author | Sam James <sam@gentoo.org> | 2023-04-07 06:05:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-07 06:05:10 +0100 |
commit | 0703a9fa63f6a5216181f608bedf90b52fa100e2 (patch) | |
tree | e92894bb13f6dc92931f26e001863eef7c7a5153 /dev-ruby/haml | |
parent | app-misc/binwalk: Stabilize 2.3.4 ppc64, #903654 (diff) | |
download | gentoo-0703a9fa63f6a5216181f608bedf90b52fa100e2.tar.gz gentoo-0703a9fa63f6a5216181f608bedf90b52fa100e2.tar.bz2 gentoo-0703a9fa63f6a5216181f608bedf90b52fa100e2.zip |
dev-ruby/haml: Stabilize 6.1.1 ppc, #903934
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/haml')
-rw-r--r-- | dev-ruby/haml/haml-6.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/haml/haml-6.1.1.ebuild b/dev-ruby/haml/haml-6.1.1.ebuild index 049aded84e72..5af2937dd54f 100644 --- a/dev-ruby/haml/haml-6.1.1.ebuild +++ b/dev-ruby/haml/haml-6.1.1.ebuild @@ -21,7 +21,7 @@ SRC_URI="https://github.com/haml/haml/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" |