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 CC5E4138334 for ; Sat, 27 Apr 2019 20:29:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEBDCE0883; Sat, 27 Apr 2019 20:28:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B52FCE0883 for ; Sat, 27 Apr 2019 20:28:59 +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 C8E1A342A5B for ; Sat, 27 Apr 2019 20:28:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84E145D2 for ; Sat, 27 Apr 2019 20:28:54 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1556396870.1d33bb8ae4f5b65558a6835cef178e7036dbf4b8.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/axel/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/axel/axel-2.12.ebuild net-misc/axel/axel-2.14.1.ebuild net-misc/axel/axel-2.15.ebuild net-misc/axel/axel-9999.ebuild X-VCS-Directories: net-misc/axel/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1d33bb8ae4f5b65558a6835cef178e7036dbf4b8 X-VCS-Branch: master Date: Sat, 27 Apr 2019 20:28:54 +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: d4be7a04-332b-4939-aaf2-dfca3228b151 X-Archives-Hash: 50374a6a79dd45431aa9d61af5065f07 commit: 1d33bb8ae4f5b65558a6835cef178e7036dbf4b8 Author: David Seifert gentoo org> AuthorDate: Sat Apr 27 16:35:03 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Apr 27 20:27:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d33bb8a net-misc/axel: [QA] Fix USE=libressl semantics Closes: https://bugs.gentoo.org/683996 Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: David Seifert gentoo.org> net-misc/axel/axel-2.12.ebuild | 4 +--- net-misc/axel/axel-2.14.1.ebuild | 4 +--- net-misc/axel/axel-2.15.ebuild | 4 +--- net-misc/axel/axel-9999.ebuild | 4 +--- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/net-misc/axel/axel-2.12.ebuild b/net-misc/axel/axel-2.12.ebuild index 1ab2acc7f25..5a8faece5f2 100644 --- a/net-misc/axel/axel-2.12.ebuild +++ b/net-misc/axel/axel-2.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,8 +14,6 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris" IUSE="debug libressl nls ssl" -REQUIRED_USE="libressl? ( ssl )" - CDEPEND=" ssl? ( !libressl? ( dev-libs/openssl:0= ) diff --git a/net-misc/axel/axel-2.14.1.ebuild b/net-misc/axel/axel-2.14.1.ebuild index 778e289857a..0b7470e5d7b 100644 --- a/net-misc/axel/axel-2.14.1.ebuild +++ b/net-misc/axel/axel-2.14.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,8 +14,6 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris" IUSE="debug libressl nls ssl" -REQUIRED_USE="libressl? ( ssl )" - CDEPEND=" ssl? ( !libressl? ( dev-libs/openssl:0= ) diff --git a/net-misc/axel/axel-2.15.ebuild b/net-misc/axel/axel-2.15.ebuild index 778e289857a..0b7470e5d7b 100644 --- a/net-misc/axel/axel-2.15.ebuild +++ b/net-misc/axel/axel-2.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,8 +14,6 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris" IUSE="debug libressl nls ssl" -REQUIRED_USE="libressl? ( ssl )" - CDEPEND=" ssl? ( !libressl? ( dev-libs/openssl:0= ) diff --git a/net-misc/axel/axel-9999.ebuild b/net-misc/axel/axel-9999.ebuild index d4a43d0094f..2788479a580 100644 --- a/net-misc/axel/axel-9999.ebuild +++ b/net-misc/axel/axel-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,8 +15,6 @@ SLOT="0" KEYWORDS="" IUSE="debug libressl nls ssl" -REQUIRED_USE="libressl? ( ssl )" - CDEPEND=" ssl? ( !libressl? ( dev-libs/openssl:0= )