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 F0C76138334 for ; Sat, 16 Feb 2019 18:58:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE7D2E08BE; Sat, 16 Feb 2019 18:58:41 +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 AB4EFE08BB for ; Sat, 16 Feb 2019 18:58:41 +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 945DB335D00 for ; Sat, 16 Feb 2019 18:58:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52D9A548 for ; Sat, 16 Feb 2019 18:58:37 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1550343507.0e1827b2b304c706fd80d19e2d0c0ce631ca6188.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/mit-krb5/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/mit-krb5/mit-krb5-1.16.3.ebuild X-VCS-Directories: app-crypt/mit-krb5/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 0e1827b2b304c706fd80d19e2d0c0ce631ca6188 X-VCS-Branch: master Date: Sat, 16 Feb 2019 18:58:37 +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: 54108a62-ddc1-4e1b-a6e9-8e9013f1be63 X-Archives-Hash: a07e1e57c42f7fc61a06da8aa2bfe108 commit: 0e1827b2b304c706fd80d19e2d0c0ce631ca6188 Author: Stefan Strogin gmail com> AuthorDate: Sat Feb 16 08:06:28 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Feb 16 18:58:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1827b2 app-crypt/mit-krb5: add missing slot operator for libressl dependency Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Stefan Strogin gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11064 Signed-off-by: Aaron Bauman gentoo.org> app-crypt/mit-krb5/mit-krb5-1.16.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/mit-krb5/mit-krb5-1.16.3.ebuild b/app-crypt/mit-krb5/mit-krb5-1.16.3.ebuild index bfc097ea197..4aeaa219ada 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.16.3.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.16.3.ebuild @@ -33,7 +33,7 @@ CDEPEND=" openldap? ( >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] ) pkinit? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] ) + libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) ) xinetd? ( sys-apps/xinetd ) "