commit: 1d33bb8ae4f5b65558a6835cef178e7036dbf4b8 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Apr 27 16:35:03 2019 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> 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 <soap <AT> 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= )
