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 D300B138334 for ; Wed, 13 Jun 2018 16:21:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02B38E0825; Wed, 13 Jun 2018 16:21:43 +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 B4AD8E0825 for ; Wed, 13 Jun 2018 16:21:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 22FE0335C76 for ; Wed, 13 Jun 2018 16:21:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE0622D9 for ; Wed, 13 Jun 2018 16:21:24 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1528906851.6870ce759055142cc55cb270b22b2ba4eaf911b5.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cyrus-sasl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r10.ebuild dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r11.ebuild dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild X-VCS-Directories: dev-libs/cyrus-sasl/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 6870ce759055142cc55cb270b22b2ba4eaf911b5 X-VCS-Branch: master Date: Wed, 13 Jun 2018 16:21:24 +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-Archives-Salt: 686ca851-95a9-4fc1-8ca3-87c876259df4 X-Archives-Hash: e221f3fd3684b8dcea5ecbc1d1e2a362 commit: 6870ce759055142cc55cb270b22b2ba4eaf911b5 Author: Lars Wendler gentoo org> AuthorDate: Wed Jun 13 16:10:31 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jun 13 16:20:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6870ce75 dev-libs/cyrus-sasl: Added sub-slot dep to ssl packages. Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r10.ebuild | 4 ++-- dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r11.ebuild | 4 ++-- dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r10.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r10.ebuild index 6f56b436394..33e0266d548 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r10.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r10.ebuild @@ -28,8 +28,8 @@ DEPEND="net-mail/mailbase postgres? ( dev-db/postgresql:= ) sqlite? ( >=dev-db/sqlite-3.8.2:3[${MULTILIB_USEDEP}] ) ssl? ( - !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] ) + !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] ) + libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] ) ) java? ( >=virtual/jdk-1.4:= )" RDEPEND="${DEPEND} diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r11.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r11.ebuild index 4d0f5e31e81..ed27f67acc2 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r11.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r11.ebuild @@ -29,8 +29,8 @@ DEPEND=" postgres? ( dev-db/postgresql:= ) sqlite? ( >=dev-db/sqlite-3.8.2:3[${MULTILIB_USEDEP}] ) ssl? ( - !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] ) + !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] ) + libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] ) ) java? ( >=virtual/jdk-1.6:= )" diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild index e62db2b188e..a4e9d78047f 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.26-r9.ebuild @@ -27,7 +27,7 @@ DEPEND="net-mail/mailbase pam? ( >=virtual/pam-0-r1[${MULTILIB_USEDEP}] ) postgres? ( dev-db/postgresql:= ) sqlite? ( >=dev-db/sqlite-3.8.2:3[${MULTILIB_USEDEP}] ) - ssl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) + ssl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] ) java? ( >=virtual/jdk-1.4:= )" RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-sasl )"