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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 25E9715808B for ; Wed, 23 Mar 2022 01:02:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2AC8E08FA; Wed, 23 Mar 2022 01:02:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1EF6E08FA for ; Wed, 23 Mar 2022 01:02:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D47DC342E08 for ; Wed, 23 Mar 2022 01:02:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38136344 for ; Wed, 23 Mar 2022 01:02:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1647997304.71dcff63fccf3afe80651afe5f4e9b945e7def26.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-ldap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r2.ebuild dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild X-VCS-Directories: dev-ruby/ruby-ldap/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 71dcff63fccf3afe80651afe5f4e9b945e7def26 X-VCS-Branch: master Date: Wed, 23 Mar 2022 01:02:13 +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: 3ea36f4b-75ac-48c4-8832-127b5d33d69d X-Archives-Hash: 1f7921e9171b6ba781b25e536e8e109a commit: 71dcff63fccf3afe80651afe5f4e9b945e7def26 Author: Sam James gentoo org> AuthorDate: Wed Mar 23 01:01:44 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 23 01:01:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71dcff63 dev-ruby/ruby-ldap: add subslot dep on OpenLDAP New OpenLDAP breaks ABI (changes SONAME) Signed-off-by: Sam James gentoo.org> .../ruby-ldap/{ruby-ldap-0.9.20.ebuild => ruby-ldap-0.9.20-r2.ebuild} | 4 ++-- .../{ruby-ldap-0.9.20-r1.ebuild => ruby-ldap-0.9.20-r3.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r2.ebuild similarity index 94% rename from dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild rename to dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r2.ebuild index 87b4ec31ce48..ee6c408713bb 100644 --- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20.ebuild +++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r2.ebuild @@ -16,9 +16,9 @@ LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86" IUSE="ssl" -DEPEND=">=net-nds/openldap-2 +DEPEND=">=net-nds/openldap-2:= dev-libs/cyrus-sasl - ssl? ( dev-libs/openssl:0 )" + ssl? ( dev-libs/openssl:0= )" RDEPEND="${DEPEND}" # Current test set is interactive due to certificate generation and requires diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild similarity index 93% rename from dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild rename to dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild index c8d25cc5b6fd..f727ed1c8e4a 100644 --- a/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild +++ b/dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r3.ebuild @@ -16,9 +16,9 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="ssl" -DEPEND=">=net-nds/openldap-2 +DEPEND=">=net-nds/openldap-2:= dev-libs/cyrus-sasl - ssl? ( dev-libs/openssl:0 )" + ssl? ( dev-libs/openssl:0= )" RDEPEND="${DEPEND}" # Current test set is interactive due to certificate generation and requires