From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF98D138335 for ; Wed, 29 May 2019 10:03:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9E33E089F; Wed, 29 May 2019 10:03:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE3D8E089F for ; Wed, 29 May 2019 10:03:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B9BF345227 for ; Wed, 29 May 2019 10:03:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 950C5471 for ; Wed, 29 May 2019 10:03:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1559124072.609d93ea62940bdfc1b9f0a74b2364ec855735f8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild net-analyzer/cacti-spine/cacti-spine-1.1.38-r2.ebuild net-analyzer/cacti-spine/cacti-spine-1.2.2-r1.ebuild net-analyzer/cacti-spine/cacti-spine-1.2.2.ebuild X-VCS-Directories: net-analyzer/cacti-spine/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 609d93ea62940bdfc1b9f0a74b2364ec855735f8 X-VCS-Branch: master Date: Wed, 29 May 2019 10:03:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d1b70bf8-a38a-4a21-b838-4802a3969848 X-Archives-Hash: 9d817b5014575f45cfe847fa3fc0eedc commit: 609d93ea62940bdfc1b9f0a74b2364ec855735f8 Author: Michał Górny gentoo org> AuthorDate: Tue May 28 18:45:24 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 29 10:01:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=609d93ea 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 gentoo.org> .../{cacti-spine-1.1.38-r1.ebuild => cacti-spine-1.1.38-r2.ebuild} | 2 +- .../{cacti-spine-1.2.2.ebuild => cacti-spine-1.2.2-r1.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 similarity index 97% rename from net-analyzer/cacti-spine/cacti-spine-1.1.38-r1.ebuild rename to net-analyzer/cacti-spine/cacti-spine-1.1.38-r2.ebuild index ad41da8c915..23a8cb6b9a4 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 similarity index 97% rename from net-analyzer/cacti-spine/cacti-spine-1.2.2.ebuild rename to net-analyzer/cacti-spine/cacti-spine-1.2.2-r1.ebuild index 877f39bf52c..9a49a508792 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= "