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 A036B1382C5 for ; Mon, 23 Apr 2018 17:09:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B297FE0AFD; Mon, 23 Apr 2018 17:09:49 +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 8F7ECE0AFD for ; Mon, 23 Apr 2018 17:09:49 +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 45A84335C0C for ; Mon, 23 Apr 2018 17:09:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 720EE27F for ; Mon, 23 Apr 2018 17:09:46 +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: <1524503378.8a1ec1a1d002a43aee4503205c6dfd0f1d72a1d9.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wget/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/wget/wget-1.19.1-r2.ebuild net-misc/wget/wget-1.19.3.ebuild net-misc/wget/wget-1.19.4.ebuild X-VCS-Directories: net-misc/wget/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 8a1ec1a1d002a43aee4503205c6dfd0f1d72a1d9 X-VCS-Branch: master Date: Mon, 23 Apr 2018 17:09:46 +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: bc08ab16-1ebc-4881-8e53-03a623ba7e2d X-Archives-Hash: 15e7c23aa93760ad43b459c46d5903da commit: 8a1ec1a1d002a43aee4503205c6dfd0f1d72a1d9 Author: Aaron Bauman gentoo org> AuthorDate: Mon Apr 23 17:04:26 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Apr 23 17:09:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1ec1a1 net-misc/wget: add slot/subslot operators for LibreSSL Package-Manager: Portage-2.3.31, Repoman-2.3.9 net-misc/wget/wget-1.19.1-r2.ebuild | 2 +- net-misc/wget/wget-1.19.3.ebuild | 2 +- net-misc/wget/wget-1.19.4.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/wget/wget-1.19.1-r2.ebuild b/net-misc/wget/wget-1.19.1-r2.ebuild index 47e6bfaa78c..ee66293872f 100644 --- a/net-misc/wget/wget-1.19.1-r2.ebuild +++ b/net-misc/wget/wget-1.19.1-r2.ebuild @@ -24,7 +24,7 @@ LIB_DEPEND="idn? ( >=net-dns/libidn2-0.14[static-libs(+)] ) gnutls? ( net-libs/gnutls:0=[static-libs(+)] ) !gnutls? ( !libressl? ( dev-libs/openssl:0=[static-libs(+)] ) - libressl? ( dev-libs/libressl[static-libs(+)] ) + libressl? ( dev-libs/libressl:0=[static-libs(+)] ) ) ) uuid? ( sys-apps/util-linux[static-libs(+)] ) diff --git a/net-misc/wget/wget-1.19.3.ebuild b/net-misc/wget/wget-1.19.3.ebuild index 0405d2bd198..a4cc423b95a 100644 --- a/net-misc/wget/wget-1.19.3.ebuild +++ b/net-misc/wget/wget-1.19.3.ebuild @@ -25,7 +25,7 @@ LIB_DEPEND=" gnutls? ( net-libs/gnutls:0=[static-libs(+)] ) !gnutls? ( !libressl? ( dev-libs/openssl:0=[static-libs(+)] ) - libressl? ( dev-libs/libressl[static-libs(+)] ) + libressl? ( dev-libs/libressl:0=[static-libs(+)] ) ) ) uuid? ( sys-apps/util-linux[static-libs(+)] ) diff --git a/net-misc/wget/wget-1.19.4.ebuild b/net-misc/wget/wget-1.19.4.ebuild index 0405d2bd198..a4cc423b95a 100644 --- a/net-misc/wget/wget-1.19.4.ebuild +++ b/net-misc/wget/wget-1.19.4.ebuild @@ -25,7 +25,7 @@ LIB_DEPEND=" gnutls? ( net-libs/gnutls:0=[static-libs(+)] ) !gnutls? ( !libressl? ( dev-libs/openssl:0=[static-libs(+)] ) - libressl? ( dev-libs/libressl[static-libs(+)] ) + libressl? ( dev-libs/libressl:0=[static-libs(+)] ) ) ) uuid? ( sys-apps/util-linux[static-libs(+)] )