commit:     eff5d163c6a1edc81b41b2c7e5b5e687ce582e56
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 18:43:30 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 29 10:00:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff5d163

dev-ruby/facter: [QA] Fix openssl dep

Fix openssl dependency to :0=, as the package clearly build against
OpenSSL and only slot 0 installs development files.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-ruby/facter/facter-3.12.3.ebuild                              | 2 +-
 dev-ruby/facter/facter-3.12.4.ebuild                              | 2 +-
 dev-ruby/facter/facter-3.13.0.ebuild                              | 2 +-
 dev-ruby/facter/{facter-3.13.2.ebuild => facter-3.13.2-r1.ebuild} | 2 +-
 dev-ruby/facter/{facter-3.9.2.ebuild => facter-3.9.2-r1.ebuild}   | 4 ++--
 dev-ruby/facter/facter-9999.ebuild                                | 4 ++--
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-ruby/facter/facter-3.12.3.ebuild 
b/dev-ruby/facter/facter-3.12.3.ebuild
index 1f3d2812887..6d48b1f4f37 100644
--- a/dev-ruby/facter/facter-3.12.3.ebuild
+++ b/dev-ruby/facter/facter-3.12.3.ebuild
@@ -28,7 +28,7 @@ BDEPEND="
        dev-cpp/cpp-hocon"
 COMMON_DEPEND="
        >=dev-libs/leatherman-1.0.0:=
-       dev-libs/openssl:*
+       dev-libs/openssl:0=
        sys-apps/util-linux
        app-emulation/virt-what
        net-misc/curl

diff --git a/dev-ruby/facter/facter-3.12.4.ebuild 
b/dev-ruby/facter/facter-3.12.4.ebuild
index 1f3d2812887..6d48b1f4f37 100644
--- a/dev-ruby/facter/facter-3.12.4.ebuild
+++ b/dev-ruby/facter/facter-3.12.4.ebuild
@@ -28,7 +28,7 @@ BDEPEND="
        dev-cpp/cpp-hocon"
 COMMON_DEPEND="
        >=dev-libs/leatherman-1.0.0:=
-       dev-libs/openssl:*
+       dev-libs/openssl:0=
        sys-apps/util-linux
        app-emulation/virt-what
        net-misc/curl

diff --git a/dev-ruby/facter/facter-3.13.0.ebuild 
b/dev-ruby/facter/facter-3.13.0.ebuild
index 1f3d2812887..6d48b1f4f37 100644
--- a/dev-ruby/facter/facter-3.13.0.ebuild
+++ b/dev-ruby/facter/facter-3.13.0.ebuild
@@ -28,7 +28,7 @@ BDEPEND="
        dev-cpp/cpp-hocon"
 COMMON_DEPEND="
        >=dev-libs/leatherman-1.0.0:=
-       dev-libs/openssl:*
+       dev-libs/openssl:0=
        sys-apps/util-linux
        app-emulation/virt-what
        net-misc/curl

diff --git a/dev-ruby/facter/facter-3.13.2.ebuild 
b/dev-ruby/facter/facter-3.13.2-r1.ebuild
similarity index 99%
rename from dev-ruby/facter/facter-3.13.2.ebuild
rename to dev-ruby/facter/facter-3.13.2-r1.ebuild
index 73d4aa321d5..ebbe2255c46 100644
--- a/dev-ruby/facter/facter-3.13.2.ebuild
+++ b/dev-ruby/facter/facter-3.13.2-r1.ebuild
@@ -28,7 +28,7 @@ BDEPEND="
        dev-cpp/cpp-hocon"
 COMMON_DEPEND="
        >=dev-libs/leatherman-1.0.0:=
-       dev-libs/openssl:*
+       dev-libs/openssl:0=
        sys-apps/util-linux
        app-emulation/virt-what
        net-misc/curl

diff --git a/dev-ruby/facter/facter-3.9.2.ebuild 
b/dev-ruby/facter/facter-3.9.2-r1.ebuild
similarity index 97%
rename from dev-ruby/facter/facter-3.9.2.ebuild
rename to dev-ruby/facter/facter-3.9.2-r1.ebuild
index 67281c8efef..f23d657e2fe 100644
--- a/dev-ruby/facter/facter-3.9.2.ebuild
+++ b/dev-ruby/facter/facter-3.9.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ BDEPEND="
        >=dev-libs/leatherman-1.0.0
        dev-cpp/cpp-hocon"
 CDEPEND="
-       dev-libs/openssl:*
+       dev-libs/openssl:0=
        sys-apps/util-linux
        app-emulation/virt-what
        net-misc/curl

diff --git a/dev-ruby/facter/facter-9999.ebuild 
b/dev-ruby/facter/facter-9999.ebuild
index 683775e7668..89cbbf1b0b4 100644
--- a/dev-ruby/facter/facter-9999.ebuild
+++ b/dev-ruby/facter/facter-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -28,7 +28,7 @@ BDEPEND="
        dev-cpp/cpp-hocon"
 COMMON_DEPEND="
        >=dev-libs/leatherman-1.0.0:=
-       dev-libs/openssl:*
+       dev-libs/openssl:0=
        sys-apps/util-linux
        app-emulation/virt-what
        net-misc/curl

Reply via email to