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 E916A138334 for ; Tue, 10 Jul 2018 05:47:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA87DE085D; Tue, 10 Jul 2018 05:47:52 +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 80CDBE085D for ; Tue, 10 Jul 2018 05:47: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 DE781335C9E for ; Tue, 10 Jul 2018 05:47:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20E4A353 for ; Tue, 10 Jul 2018 05:47:49 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1531201660.07488859fd3574917b352c1244a4d629fac31acf.gyakovlev@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-2.0.15.ebuild net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.16.ebuild X-VCS-Directories: net-dns/dnscrypt-proxy/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 07488859fd3574917b352c1244a4d629fac31acf X-VCS-Branch: master Date: Tue, 10 Jul 2018 05:47:49 +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: 649a4f79-4af8-4482-b449-577eb6773d8f X-Archives-Hash: 9f79702577411357ffe1ffb0c7e31cca commit: 07488859fd3574917b352c1244a4d629fac31acf Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Jul 10 05:47:40 2018 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Jul 10 05:47:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07488859 net-dns/dnscrypt-proxy: re-add tests Package-Manager: Portage-2.3.41, Repoman-2.3.9 net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.15.ebuild | 1 + net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.16.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.15.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.15.ebuild index 5b04253b9c9..48aca623318 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.15.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.15.ebuild @@ -14,6 +14,7 @@ SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" +IUSE="test" FILECAPS=( cap_net_bind_service+ep usr/bin/dnscrypt-proxy ) PATCHES=( "${FILESDIR}"/config-full-paths-r10.patch ) diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.16.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.16.ebuild index 130e5f6b6c7..778e3aa9cec 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.16.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.16.ebuild @@ -14,6 +14,7 @@ SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" +IUSE="test" FILECAPS=( cap_net_bind_service+ep usr/bin/dnscrypt-proxy ) PATCHES=( "${FILESDIR}"/config-full-paths-r10.patch )