diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-05-28 20:43:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-05-29 12:00:03 +0200 |
commit | eff5d163c6a1edc81b41b2c7e5b5e687ce582e56 (patch) | |
tree | 315452c312877f012cafa0e3a3774a48e37973e9 /dev-ruby/facter | |
parent | net-misc/apt-cacher-ng: Drop Gentoo cmake additions from patch (diff) | |
download | gentoo-eff5d163c6a1edc81b41b2c7e5b5e687ce582e56.tar.gz gentoo-eff5d163c6a1edc81b41b2c7e5b5e687ce582e56.tar.bz2 gentoo-eff5d163c6a1edc81b41b2c7e5b5e687ce582e56.zip |
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@gentoo.org>
Diffstat (limited to 'dev-ruby/facter')
-rw-r--r-- | dev-ruby/facter/facter-3.12.3.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/facter/facter-3.12.4.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/facter/facter-3.13.0.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/facter/facter-3.13.2-r1.ebuild (renamed from dev-ruby/facter/facter-3.13.2.ebuild) | 2 | ||||
-rw-r--r-- | dev-ruby/facter/facter-3.9.2-r1.ebuild (renamed from dev-ruby/facter/facter-3.9.2.ebuild) | 4 | ||||
-rw-r--r-- | 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 1f3d28128872..6d48b1f4f370 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 1f3d28128872..6d48b1f4f370 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 1f3d28128872..6d48b1f4f370 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 index 73d4aa321d5d..ebbe2255c467 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 index 67281c8efef9..f23d657e2fee 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 683775e7668d..89cbbf1b0b4b 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 |