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 41B46138334 for ; Sat, 14 Jul 2018 13:56:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19EA5E0AAE; Sat, 14 Jul 2018 13:56:28 +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 E735BE0AAE for ; Sat, 14 Jul 2018 13:56:27 +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 5CAA3335C7A for ; Sat, 14 Jul 2018 13:56:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15F00367 for ; Sat, 14 Jul 2018 13:56:24 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1531576575.7072a35e959aceb0c7bb3444402820d7fc2374e8.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rsyslog/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild X-VCS-Directories: app-admin/rsyslog/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 7072a35e959aceb0c7bb3444402820d7fc2374e8 X-VCS-Branch: master Date: Sat, 14 Jul 2018 13:56: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: 2332c6f1-1bcc-4bd4-9a5a-3de10bea9ff0 X-Archives-Hash: 686af99f95aa07a7bb387a9bf3b50985 commit: 7072a35e959aceb0c7bb3444402820d7fc2374e8 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Jul 14 13:56:15 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Jul 14 13:56:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7072a35e app-admin/rsyslog: Allow building without ssl USE flag Closes: https://bugs.gentoo.org/660570 Package-Manager: Portage-2.3.42, Repoman-2.3.9 app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild b/app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild index cf864d50b49..27d2078ef8f 100644 --- a/app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild +++ b/app-admin/rsyslog/rsyslog-8.36.0-r1.ebuild @@ -113,7 +113,7 @@ DEPEND="${RDEPEND} REQUIRED_USE=" kubernetes? ( normalize ) - ssl ( || ( gnutls openssl ) ) + ssl? ( || ( gnutls openssl ) ) " if [[ ${PV} == "9999" ]]; then