diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-05-28 20:45:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-05-29 12:01:12 +0200 |
commit | 609d93ea62940bdfc1b9f0a74b2364ec855735f8 (patch) | |
tree | 679a0db284495d7b5047ac21a2b0ecb93b3b471c /net-analyzer | |
parent | dev-ruby/facter: [QA] Fix openssl dep (diff) | |
download | gentoo-609d93ea62940bdfc1b9f0a74b2364ec855735f8.tar.gz gentoo-609d93ea62940bdfc1b9f0a74b2364ec855735f8.tar.bz2 gentoo-609d93ea62940bdfc1b9f0a74b2364ec855735f8.zip |
net-analyzer/cacti-spine: [QA] Fix openssl dep to :0=
The package requires OpenSSL at build time, so only slot 0 can satisfy
it. The package links to OpenSSL, so := is in place.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/cacti-spine/cacti-spine-1.1.38-r2.ebuild (renamed from net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild) | 2 | ||||
-rw-r--r-- | net-analyzer/cacti-spine/cacti-spine-1.2.2-r1.ebuild (renamed from net-analyzer/cacti-spine/cacti-spine-1.2.2.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r2.ebuild index ad41da8c9153..23a8cb6b9a4a 100644 --- a/net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild +++ b/net-analyzer/cacti-spine/cacti-spine-1.1.38-r2.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 sparc x86" CDEPEND=" - dev-libs/openssl:* + dev-libs/openssl:0= net-analyzer/net-snmp:= dev-db/mysql-connector-c:0= " diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.2.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.2.2-r1.ebuild index 877f39bf52c9..9a49a5087926 100644 --- a/net-analyzer/cacti-spine/cacti-spine-1.2.2.ebuild +++ b/net-analyzer/cacti-spine/cacti-spine-1.2.2-r1.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" CDEPEND=" - dev-libs/openssl:* + dev-libs/openssl:0= net-analyzer/net-snmp:= dev-db/mysql-connector-c:0= " |