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 4A8C7138334 for ; Wed, 29 May 2019 10:03:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E729E08CE; Wed, 29 May 2019 10:03:52 +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 3920BE08CE for ; Wed, 29 May 2019 10:03:52 +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 26343345220 for ; Wed, 29 May 2019 10:03:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04861602 for ; Wed, 29 May 2019 10:03:47 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1559124164.10e62c266e70cfe78e33e7b7d57e07a9da37b29b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/apt-cacher-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/apt-cacher-ng/apt-cacher-ng-3.2.ebuild net-misc/apt-cacher-ng/apt-cacher-ng-3.2_p2-r1.ebuild net-misc/apt-cacher-ng/apt-cacher-ng-3.2_p2-r2.ebuild X-VCS-Directories: net-misc/apt-cacher-ng/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 10e62c266e70cfe78e33e7b7d57e07a9da37b29b X-VCS-Branch: master Date: Wed, 29 May 2019 10:03:47 +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: 04b529c7-8ce9-4ec9-95cd-6b8454ffe272 X-Archives-Hash: 4d9c63695a5f12e3613cc68472a6b0d4 commit: 10e62c266e70cfe78e33e7b7d57e07a9da37b29b Author: Michał Górny gentoo org> AuthorDate: Tue May 28 18:52:21 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 29 10:02:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10e62c26 net-misc/apt-cacher-ng: [QA] Fix openssl dep to use :0= Signed-off-by: Michał Górny gentoo.org> net-misc/apt-cacher-ng/apt-cacher-ng-3.2.ebuild | 4 ++-- ...{apt-cacher-ng-3.2_p2-r1.ebuild => apt-cacher-ng-3.2_p2-r2.ebuild} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-3.2.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-3.2.ebuild index fb6f30e111a..d04cec3cc61 100644 --- a/net-misc/apt-cacher-ng/apt-cacher-ng-3.2.ebuild +++ b/net-misc/apt-cacher-ng/apt-cacher-ng-3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ IUSE="doc fuse systemd tcpd" COMMON_DEPEND=" app-arch/bzip2 app-arch/xz-utils - dev-libs/openssl:* + dev-libs/openssl:0= sys-libs/zlib systemd? ( sys-apps/systemd diff --git a/net-misc/apt-cacher-ng/apt-cacher-ng-3.2_p2-r1.ebuild b/net-misc/apt-cacher-ng/apt-cacher-ng-3.2_p2-r2.ebuild similarity index 99% rename from net-misc/apt-cacher-ng/apt-cacher-ng-3.2_p2-r1.ebuild rename to net-misc/apt-cacher-ng/apt-cacher-ng-3.2_p2-r2.ebuild index c66c11d82fa..4e825f700ed 100644 --- a/net-misc/apt-cacher-ng/apt-cacher-ng-3.2_p2-r1.ebuild +++ b/net-misc/apt-cacher-ng/apt-cacher-ng-3.2_p2-r2.ebuild @@ -22,7 +22,7 @@ IUSE="doc fuse systemd tcpd" COMMON_DEPEND=" app-arch/bzip2 app-arch/xz-utils - dev-libs/openssl:* + dev-libs/openssl:0= sys-libs/zlib systemd? ( sys-apps/systemd