diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-11-12 11:04:31 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-11-12 11:04:31 +0100 |
commit | a3921784b0ab0ba4a235afb95cf3de2630847a50 (patch) | |
tree | cf77a78cb44022f06d48ac8c4db6257f283562c9 /dev-ruby/haml | |
parent | media-libs/libjpeg-turbo: x86 stable wrt bug #699830 (diff) | |
download | gentoo-a3921784b0ab0ba4a235afb95cf3de2630847a50.tar.gz gentoo-a3921784b0ab0ba4a235afb95cf3de2630847a50.tar.bz2 gentoo-a3921784b0ab0ba4a235afb95cf3de2630847a50.zip |
dev-ruby/haml: x86 stable wrt bug #699840
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-ruby/haml')
-rw-r--r-- | dev-ruby/haml/haml-5.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/haml/haml-5.1.2.ebuild b/dev-ruby/haml/haml-5.1.2.ebuild index 1a11e741958b..ca00897d3633 100644 --- a/dev-ruby/haml/haml-5.1.2.ebuild +++ b/dev-ruby/haml/haml-5.1.2.ebuild @@ -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 ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" |