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/facter/
Date: Fri, 23 Nov 2018 09:11:09
Message-Id: 1542964154.2d0397731174e9fe82d64fdd2198415042172bec.graaff@gentoo
1 commit: 2d0397731174e9fe82d64fdd2198415042172bec
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 23 09:03:46 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 23 09:09:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d039773
7
8 dev-ruby/facter: drop hppa stable keyword, bug 656206
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-ruby/facter/facter-2.4.6.ebuild | 4 ++--
14 dev-ruby/facter/facter-3.9.2.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-ruby/facter/facter-2.4.6.ebuild b/dev-ruby/facter/facter-2.4.6.ebuild
18 index ec8007fe201..355f548540d 100644
19 --- a/dev-ruby/facter/facter-2.4.6.ebuild
20 +++ b/dev-ruby/facter/facter-2.4.6.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -17,7 +17,7 @@ HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/"
28 LICENSE="Apache-2.0"
29 SLOT="0"
30 IUSE="+dmi +pciutils +virt"
31 -KEYWORDS="amd64 hppa ppc ppc64 ~sparc x86"
32 +KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc x86"
33
34 CDEPEND="
35 app-emulation/virt-what
36
37 diff --git a/dev-ruby/facter/facter-3.9.2.ebuild b/dev-ruby/facter/facter-3.9.2.ebuild
38 index 7783cc03791..67281c8efef 100644
39 --- a/dev-ruby/facter/facter-3.9.2.ebuild
40 +++ b/dev-ruby/facter/facter-3.9.2.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -14,7 +14,7 @@ S="${S}/all/${P}"
48 LICENSE="Apache-2.0"
49 SLOT="0"
50 IUSE="debug test"
51 -KEYWORDS="amd64 ~arm hppa ppc ppc64 sparc x86"
52 +KEYWORDS="amd64 ~arm ~hppa ppc ppc64 sparc x86"
53
54 BDEPEND="
55 >=sys-devel/gcc-4.8:*