Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/facter/
Date: Wed, 29 May 2019 10:03:51
Message-Id: 1559124003.eff5d163c6a1edc81b41b2c7e5b5e687ce582e56.mgorny@gentoo
1 commit: eff5d163c6a1edc81b41b2c7e5b5e687ce582e56
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 28 18:43:30 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 29 10:00:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff5d163
7
8 dev-ruby/facter: [QA] Fix openssl dep
9
10 Fix openssl dependency to :0=, as the package clearly build against
11 OpenSSL and only slot 0 installs development files.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 dev-ruby/facter/facter-3.12.3.ebuild | 2 +-
16 dev-ruby/facter/facter-3.12.4.ebuild | 2 +-
17 dev-ruby/facter/facter-3.13.0.ebuild | 2 +-
18 dev-ruby/facter/{facter-3.13.2.ebuild => facter-3.13.2-r1.ebuild} | 2 +-
19 dev-ruby/facter/{facter-3.9.2.ebuild => facter-3.9.2-r1.ebuild} | 4 ++--
20 dev-ruby/facter/facter-9999.ebuild | 4 ++--
21 6 files changed, 8 insertions(+), 8 deletions(-)
22
23 diff --git a/dev-ruby/facter/facter-3.12.3.ebuild b/dev-ruby/facter/facter-3.12.3.ebuild
24 index 1f3d2812887..6d48b1f4f37 100644
25 --- a/dev-ruby/facter/facter-3.12.3.ebuild
26 +++ b/dev-ruby/facter/facter-3.12.3.ebuild
27 @@ -28,7 +28,7 @@ BDEPEND="
28 dev-cpp/cpp-hocon"
29 COMMON_DEPEND="
30 >=dev-libs/leatherman-1.0.0:=
31 - dev-libs/openssl:*
32 + dev-libs/openssl:0=
33 sys-apps/util-linux
34 app-emulation/virt-what
35 net-misc/curl
36
37 diff --git a/dev-ruby/facter/facter-3.12.4.ebuild b/dev-ruby/facter/facter-3.12.4.ebuild
38 index 1f3d2812887..6d48b1f4f37 100644
39 --- a/dev-ruby/facter/facter-3.12.4.ebuild
40 +++ b/dev-ruby/facter/facter-3.12.4.ebuild
41 @@ -28,7 +28,7 @@ BDEPEND="
42 dev-cpp/cpp-hocon"
43 COMMON_DEPEND="
44 >=dev-libs/leatherman-1.0.0:=
45 - dev-libs/openssl:*
46 + dev-libs/openssl:0=
47 sys-apps/util-linux
48 app-emulation/virt-what
49 net-misc/curl
50
51 diff --git a/dev-ruby/facter/facter-3.13.0.ebuild b/dev-ruby/facter/facter-3.13.0.ebuild
52 index 1f3d2812887..6d48b1f4f37 100644
53 --- a/dev-ruby/facter/facter-3.13.0.ebuild
54 +++ b/dev-ruby/facter/facter-3.13.0.ebuild
55 @@ -28,7 +28,7 @@ BDEPEND="
56 dev-cpp/cpp-hocon"
57 COMMON_DEPEND="
58 >=dev-libs/leatherman-1.0.0:=
59 - dev-libs/openssl:*
60 + dev-libs/openssl:0=
61 sys-apps/util-linux
62 app-emulation/virt-what
63 net-misc/curl
64
65 diff --git a/dev-ruby/facter/facter-3.13.2.ebuild b/dev-ruby/facter/facter-3.13.2-r1.ebuild
66 similarity index 99%
67 rename from dev-ruby/facter/facter-3.13.2.ebuild
68 rename to dev-ruby/facter/facter-3.13.2-r1.ebuild
69 index 73d4aa321d5..ebbe2255c46 100644
70 --- a/dev-ruby/facter/facter-3.13.2.ebuild
71 +++ b/dev-ruby/facter/facter-3.13.2-r1.ebuild
72 @@ -28,7 +28,7 @@ BDEPEND="
73 dev-cpp/cpp-hocon"
74 COMMON_DEPEND="
75 >=dev-libs/leatherman-1.0.0:=
76 - dev-libs/openssl:*
77 + dev-libs/openssl:0=
78 sys-apps/util-linux
79 app-emulation/virt-what
80 net-misc/curl
81
82 diff --git a/dev-ruby/facter/facter-3.9.2.ebuild b/dev-ruby/facter/facter-3.9.2-r1.ebuild
83 similarity index 97%
84 rename from dev-ruby/facter/facter-3.9.2.ebuild
85 rename to dev-ruby/facter/facter-3.9.2-r1.ebuild
86 index 67281c8efef..f23d657e2fe 100644
87 --- a/dev-ruby/facter/facter-3.9.2.ebuild
88 +++ b/dev-ruby/facter/facter-3.9.2-r1.ebuild
89 @@ -1,4 +1,4 @@
90 -# Copyright 1999-2018 Gentoo Authors
91 +# Copyright 1999-2019 Gentoo Authors
92 # Distributed under the terms of the GNU General Public License v2
93
94 EAPI=6
95 @@ -21,7 +21,7 @@ BDEPEND="
96 >=dev-libs/leatherman-1.0.0
97 dev-cpp/cpp-hocon"
98 CDEPEND="
99 - dev-libs/openssl:*
100 + dev-libs/openssl:0=
101 sys-apps/util-linux
102 app-emulation/virt-what
103 net-misc/curl
104
105 diff --git a/dev-ruby/facter/facter-9999.ebuild b/dev-ruby/facter/facter-9999.ebuild
106 index 683775e7668..89cbbf1b0b4 100644
107 --- a/dev-ruby/facter/facter-9999.ebuild
108 +++ b/dev-ruby/facter/facter-9999.ebuild
109 @@ -1,4 +1,4 @@
110 -# Copyright 1999-2018 Gentoo Foundation
111 +# Copyright 1999-2019 Gentoo Authors
112 # Distributed under the terms of the GNU General Public License v2
113
114 EAPI=6
115 @@ -28,7 +28,7 @@ BDEPEND="
116 dev-cpp/cpp-hocon"
117 COMMON_DEPEND="
118 >=dev-libs/leatherman-1.0.0:=
119 - dev-libs/openssl:*
120 + dev-libs/openssl:0=
121 sys-apps/util-linux
122 app-emulation/virt-what
123 net-misc/curl