diff options
Diffstat (limited to 'dev-ruby/haml')
-rw-r--r-- | dev-ruby/haml/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/haml/haml-5.1.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/haml/Manifest b/dev-ruby/haml/Manifest index 85c9378a7767..0d10da6f1b62 100644 --- a/dev-ruby/haml/Manifest +++ b/dev-ruby/haml/Manifest @@ -1,3 +1,3 @@ DIST haml-5.1.2.tar.gz 126059 BLAKE2B 5d805f29c28d0f6355f7b79e5724ec1639a808cfae75c26633edddcc82d964a48dbc1654b780fb706529ca22abcaba953a1af6f483386c336035c079a719e585 SHA512 405976de297bfdbd6f010442d940205c404f057a54cd7162feb400b1831af3e4e60fd05a637a2f480204428512ca7dd66c02aca22b0006d6d515c06968eb08a3 -EBUILD haml-5.1.2.ebuild 1676 BLAKE2B 56947043cad3e5982f62a0ab2d1f3f56bc8d7f1bec09364cf18e9996979f3143c7734550f8ef2d6bc21a1f79901eaf072bf3385cfb312f484c110b6c9698067d SHA512 bad9ea4fcad2f56c5d717707ae61ba696d4d8fd35a5d04ae948e4291b5cf2a45e62aa63e3419e382cd4278c85400e2b07767c25a22246ebdb2aeb5ec1e9aa9e2 +EBUILD haml-5.1.2.ebuild 1665 BLAKE2B 7c556530f3f0025a063044f9b6ddddd995c2cb66c8fc9bf8006e2acfbaff162063d70444f477f951e87568ff0acc1655d439f521d5937e65b8ff2bab17e7a58d SHA512 7840f679c227db74c26c0df4a6eda77108d6929d0a24f0a482a39a925efe9754b693f51bdad283357ede548bd9886fd071ebbc1d0e76f2b446e521874fa619e4 MISC metadata.xml 247 BLAKE2B 7717702c51c35b2a20983332abc6218047b2b5036e6b4c09d3d58b4339e8f9e776879cd116cfda60d3bcf4188859993fb9f3f779aaf595f155d53e85288f3dcc SHA512 ea4c044637b751a2c28c6ac226121e74ef18196af4b594e60413fec907bbab29c6b0c7735c3f503485df16dcfb36ddb86038394d92e2cd18c8f04626628e9f09 diff --git a/dev-ruby/haml/haml-5.1.2.ebuild b/dev-ruby/haml/haml-5.1.2.ebuild index 30815f8c9ac1..0d3672e4848a 100644 --- a/dev-ruby/haml/haml-5.1.2.ebuild +++ b/dev-ruby/haml/haml-5.1.2.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 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/haml/haml/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="5" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" |