Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hiera/
Date: Sat, 28 Apr 2018 06:33:12
Message-Id: 1524897169.52b9dc6e0259c96c1e26c0d2057ddc48c38dbf0b.graaff@gentoo
1 commit: 52b9dc6e0259c96c1e26c0d2057ddc48c38dbf0b
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 06:30:24 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 06:32:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b9dc6e
7
8 dev-ruby/hiera: add missing ~ppc keyword
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-ruby/hiera/hiera-3.3.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/hiera/hiera-3.3.1.ebuild b/dev-ruby/hiera/hiera-3.3.1.ebuild
16 index 72878644a36..1d8ee8a87cd 100644
17 --- a/dev-ruby/hiera/hiera-3.3.1.ebuild
18 +++ b/dev-ruby/hiera/hiera-3.3.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -18,7 +18,7 @@ HOMEPAGE="https://docs.puppet.com/hiera/latest/"
26 LICENSE="Apache-2.0"
27 SLOT="0"
28 IUSE=""
29 -KEYWORDS="~amd64 ~hppa ~x86"
30 +KEYWORDS="~amd64 ~hppa ~ppc ~x86"
31
32 ruby_add_bdepend "test? ( dev-ruby/mocha )"