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 F10EE1382C5 for ; Fri, 16 Mar 2018 22:50:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19864E0882; Fri, 16 Mar 2018 22:50:44 +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 E67DEE0882 for ; Fri, 16 Mar 2018 22:50:43 +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 C0813335C8F for ; Fri, 16 Mar 2018 22:50:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 061B625D for ; Fri, 16 Mar 2018 22:50:40 +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: <1521240633.b2dc881b7e071dc42c36f554e21c338f6982a57c.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/dillo/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/dillo/dillo-3.0.5-r1.ebuild www-client/dillo/dillo-3.0.5.ebuild X-VCS-Directories: www-client/dillo/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b2dc881b7e071dc42c36f554e21c338f6982a57c X-VCS-Branch: master Date: Fri, 16 Mar 2018 22:50:40 +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: b0d246e4-831b-45a1-a934-5bfd5010a38f X-Archives-Hash: a3717df676b6c89a45ef663cd886df5e commit: b2dc881b7e071dc42c36f554e21c338f6982a57c Author: Lars Wendler gentoo org> AuthorDate: Fri Mar 16 22:50:33 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Mar 16 22:50:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2dc881b www-client/dillo: Added sub-slot dep operator for dev-libs/openssl. Package-Manager: Portage-2.3.24, Repoman-2.3.6 www-client/dillo/dillo-3.0.5-r1.ebuild | 4 ++-- www-client/dillo/dillo-3.0.5.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www-client/dillo/dillo-3.0.5-r1.ebuild b/www-client/dillo/dillo-3.0.5-r1.ebuild index cdf2882c334..da207da759e 100644 --- a/www-client/dillo/dillo-3.0.5-r1.ebuild +++ b/www-client/dillo/dillo-3.0.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,7 +20,7 @@ RDEPEND=" jpeg? ( virtual/jpeg:0 ) png? ( >=media-libs/libpng-1.2:0 ) ssl? ( - !libressl? ( dev-libs/openssl:0 ) + !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) ) " diff --git a/www-client/dillo/dillo-3.0.5.ebuild b/www-client/dillo/dillo-3.0.5.ebuild index 5c743bcb3ae..3cbb0c1e8e6 100644 --- a/www-client/dillo/dillo-3.0.5.ebuild +++ b/www-client/dillo/dillo-3.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -19,7 +19,7 @@ RDEPEND=" sys-libs/zlib jpeg? ( virtual/jpeg:0 ) png? ( >=media-libs/libpng-1.2:0 ) - ssl? ( dev-libs/openssl:0 ) + ssl? ( dev-libs/openssl:0= ) " DEPEND=" ${RDEPEND}