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 0949B139083 for ; Mon, 18 Dec 2017 19:36:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ECADE10A8; Mon, 18 Dec 2017 19:36:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3A4A3E10A8 for ; Mon, 18 Dec 2017 19:36:27 +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 31C0333BE18 for ; Mon, 18 Dec 2017 19:36:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC509ADCA for ; Mon, 18 Dec 2017 19:36:24 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1513625776.8eb4671ae15ba09efe23fede46bb28fc99bb665a.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnscrypt-proxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/dnscrypt-proxy/dnscrypt-proxy-1.9.5-r1.ebuild net-dns/dnscrypt-proxy/dnscrypt-proxy-1.9.5.ebuild X-VCS-Directories: net-dns/dnscrypt-proxy/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 8eb4671ae15ba09efe23fede46bb28fc99bb665a X-VCS-Branch: master Date: Mon, 18 Dec 2017 19:36:24 +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: 7e90efbb-8a25-4acb-a726-22bcf56abf0f X-Archives-Hash: 1c57f1466cd87ab8524480dd31f89fda commit: 8eb4671ae15ba09efe23fede46bb28fc99bb665a Author: Zero_Chaos gentoo org> AuthorDate: Mon Dec 18 19:26:52 2017 +0000 Commit: Richard Farina gentoo org> CommitDate: Mon Dec 18 19:36:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb4671a net-dns/dnscrypt-proxy: save preserve-lib work Package-Manager: Portage-2.3.18, Repoman-2.3.6 .../{dnscrypt-proxy-1.9.5.ebuild => dnscrypt-proxy-1.9.5-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-1.9.5.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-1.9.5-r1.ebuild similarity index 98% rename from net-dns/dnscrypt-proxy/dnscrypt-proxy-1.9.5.ebuild rename to net-dns/dnscrypt-proxy/dnscrypt-proxy-1.9.5-r1.ebuild index ee775460c6d..f72136ca55b 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-1.9.5.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-1.9.5-r1.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~arm ~x86" IUSE="hardened libressl +plugins ssl systemd" RDEPEND=" - dev-libs/libsodium + dev-libs/libsodium:= net-libs/ldns ssl? ( !libressl? ( dev-libs/openssl:0= )