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 F0940138334 for ; Fri, 14 Sep 2018 22:13:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 113AEE09F8; Fri, 14 Sep 2018 22:13:56 +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 CBA44E09F8 for ; Fri, 14 Sep 2018 22:13:55 +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 8C9BB335D28 for ; Fri, 14 Sep 2018 22:13:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3F1A3E0 for ; Fri, 14 Sep 2018 22:13:51 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1536963200.c27f924902d342c02d5d678ff0f3fe09a14fc600.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/strongswan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/strongswan/strongswan-5.5.3.ebuild net-vpn/strongswan/strongswan-5.6.0-r1.ebuild net-vpn/strongswan/strongswan-5.6.0.ebuild net-vpn/strongswan/strongswan-5.6.2.ebuild net-vpn/strongswan/strongswan-5.6.3.ebuild X-VCS-Directories: net-vpn/strongswan/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: c27f924902d342c02d5d678ff0f3fe09a14fc600 X-VCS-Branch: master Date: Fri, 14 Sep 2018 22:13:51 +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: a98217ea-3f05-4f07-9e92-ed385c657be1 X-Archives-Hash: 23e4b1e4f2300e1754c367a8235f363c commit: c27f924902d342c02d5d678ff0f3fe09a14fc600 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Sep 14 22:13:20 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Sep 14 22:13:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27f9249 net-vpn/strongswan: add sub slot operator on net-dns/unbound atom Package-Manager: Portage-2.3.49, Repoman-2.3.10 net-vpn/strongswan/strongswan-5.5.3.ebuild | 4 ++-- net-vpn/strongswan/strongswan-5.6.0-r1.ebuild | 2 +- net-vpn/strongswan/strongswan-5.6.0.ebuild | 4 ++-- net-vpn/strongswan/strongswan-5.6.2.ebuild | 2 +- net-vpn/strongswan/strongswan-5.6.3.ebuild | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net-vpn/strongswan/strongswan-5.5.3.ebuild b/net-vpn/strongswan/strongswan-5.5.3.ebuild index 7ec9a3ae14f..7cf43b5ece0 100644 --- a/net-vpn/strongswan/strongswan-5.5.3.ebuild +++ b/net-vpn/strongswan/strongswan-5.5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -34,7 +34,7 @@ COMMON_DEPEND="!net-misc/openswan sqlite? ( >=dev-db/sqlite-3.3.1 ) networkmanager? ( net-misc/networkmanager ) pam? ( sys-libs/pam ) - strongswan_plugins_unbound? ( net-dns/unbound net-libs/ldns )" + strongswan_plugins_unbound? ( net-dns/unbound:= net-libs/ldns )" DEPEND="${COMMON_DEPEND} virtual/linux-sources sys-kernel/linux-headers" diff --git a/net-vpn/strongswan/strongswan-5.6.0-r1.ebuild b/net-vpn/strongswan/strongswan-5.6.0-r1.ebuild index 9b671947ef2..7682afd92ad 100644 --- a/net-vpn/strongswan/strongswan-5.6.0-r1.ebuild +++ b/net-vpn/strongswan/strongswan-5.6.0-r1.ebuild @@ -34,7 +34,7 @@ COMMON_DEPEND="!net-misc/openswan sqlite? ( >=dev-db/sqlite-3.3.1 ) networkmanager? ( net-misc/networkmanager ) pam? ( sys-libs/pam ) - strongswan_plugins_unbound? ( net-dns/unbound net-libs/ldns )" + strongswan_plugins_unbound? ( net-dns/unbound:= net-libs/ldns )" DEPEND="${COMMON_DEPEND} virtual/linux-sources sys-kernel/linux-headers" diff --git a/net-vpn/strongswan/strongswan-5.6.0.ebuild b/net-vpn/strongswan/strongswan-5.6.0.ebuild index d7477edc168..c4736a96230 100644 --- a/net-vpn/strongswan/strongswan-5.6.0.ebuild +++ b/net-vpn/strongswan/strongswan-5.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -34,7 +34,7 @@ COMMON_DEPEND="!net-misc/openswan sqlite? ( >=dev-db/sqlite-3.3.1 ) networkmanager? ( net-misc/networkmanager ) pam? ( sys-libs/pam ) - strongswan_plugins_unbound? ( net-dns/unbound net-libs/ldns )" + strongswan_plugins_unbound? ( net-dns/unbound:= net-libs/ldns )" DEPEND="${COMMON_DEPEND} virtual/linux-sources sys-kernel/linux-headers" diff --git a/net-vpn/strongswan/strongswan-5.6.2.ebuild b/net-vpn/strongswan/strongswan-5.6.2.ebuild index a4895259f77..c7dbeeac3be 100644 --- a/net-vpn/strongswan/strongswan-5.6.2.ebuild +++ b/net-vpn/strongswan/strongswan-5.6.2.ebuild @@ -34,7 +34,7 @@ COMMON_DEPEND="!net-misc/openswan sqlite? ( >=dev-db/sqlite-3.3.1 ) networkmanager? ( net-misc/networkmanager ) pam? ( sys-libs/pam ) - strongswan_plugins_unbound? ( net-dns/unbound net-libs/ldns )" + strongswan_plugins_unbound? ( net-dns/unbound:= net-libs/ldns )" DEPEND="${COMMON_DEPEND} virtual/linux-sources sys-kernel/linux-headers" diff --git a/net-vpn/strongswan/strongswan-5.6.3.ebuild b/net-vpn/strongswan/strongswan-5.6.3.ebuild index 906869df80c..a9486f5cba7 100644 --- a/net-vpn/strongswan/strongswan-5.6.3.ebuild +++ b/net-vpn/strongswan/strongswan-5.6.3.ebuild @@ -35,7 +35,7 @@ COMMON_DEPEND="!net-misc/openswan systemd? ( sys-apps/systemd ) networkmanager? ( net-misc/networkmanager ) pam? ( sys-libs/pam ) - strongswan_plugins_unbound? ( net-dns/unbound net-libs/ldns )" + strongswan_plugins_unbound? ( net-dns/unbound:= net-libs/ldns )" DEPEND="${COMMON_DEPEND} virtual/linux-sources sys-kernel/linux-headers"