diff options
author | Michael Weber <xmw@gentoo.org> | 2017-02-13 22:28:16 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-02-14 01:33:49 +0100 |
commit | 741e20d4745686af616c949919ae79709d9e7199 (patch) | |
tree | c661b43d355ba68bbc425a55966e18648bee8fb4 /dev-ruby/temple | |
parent | dev-ruby/sass: Add ~ppc keyword (bug 583390). (diff) | |
download | gentoo-741e20d4745686af616c949919ae79709d9e7199.tar.gz gentoo-741e20d4745686af616c949919ae79709d9e7199.tar.bz2 gentoo-741e20d4745686af616c949919ae79709d9e7199.zip |
dev-ruby/temple: Add ~ppc keyword (bug 583390).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ruby/temple')
-rw-r--r-- | dev-ruby/temple/temple-0.7.7.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/temple/temple-0.8.0.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/temple/temple-0.7.7.ebuild b/dev-ruby/temple/temple-0.7.7.ebuild index becdb2e8f424..d77e9f6a7909 100644 --- a/dev-ruby/temple/temple-0.7.7.ebuild +++ b/dev-ruby/temple/temple-0.7.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/judofyr/temple" LICENSE="MIT" SLOT="0.7" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/bacon diff --git a/dev-ruby/temple/temple-0.8.0.ebuild b/dev-ruby/temple/temple-0.8.0.ebuild index 4e4f8acf2ac3..2995ca58e61c 100644 --- a/dev-ruby/temple/temple-0.8.0.ebuild +++ b/dev-ruby/temple/temple-0.8.0.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/judofyr/temple" LICENSE="MIT" SLOT="0.7" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/bacon |