From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 629521384B4 for ; Wed, 16 Dec 2015 13:32:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1058AE0850; Wed, 16 Dec 2015 13:32:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F060E0850 for ; Wed, 16 Dec 2015 13:32:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BAB833FD3F for ; Wed, 16 Dec 2015 13:32:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 170A8B05 for ; Wed, 16 Dec 2015 13:32:23 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1450272735.4a40f4a1f16a50c7bdcca927ef605a988f5422f1.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/pure-ftpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/pure-ftpd/pure-ftpd-1.0.40.ebuild net-ftp/pure-ftpd/pure-ftpd-1.0.41.ebuild net-ftp/pure-ftpd/pure-ftpd-1.0.42.ebuild X-VCS-Directories: net-ftp/pure-ftpd/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 4a40f4a1f16a50c7bdcca927ef605a988f5422f1 X-VCS-Branch: master Date: Wed, 16 Dec 2015 13:32:23 +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: 1e4c92b3-b390-4c4e-a003-e4f667b205d9 X-Archives-Hash: 7dedf75260d4dd1fd9e71bc43d022c61 commit: 4a40f4a1f16a50c7bdcca927ef605a988f5422f1 Author: Lars Wendler gentoo org> AuthorDate: Wed Dec 16 13:25:27 2015 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Dec 16 13:32:15 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a40f4a1 net-ftp/pure-ftpd: Added slot-dependency on libsodium (bug #565076). Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler gentoo.org> net-ftp/pure-ftpd/pure-ftpd-1.0.40.ebuild | 2 +- net-ftp/pure-ftpd/pure-ftpd-1.0.41.ebuild | 2 +- net-ftp/pure-ftpd/pure-ftpd-1.0.42.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.40.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.40.ebuild index cb050bd..4f7f4a6 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.40.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.40.ebuild @@ -30,7 +30,7 @@ DEPEND="caps? ( sys-libs/libcap ) xinetd? ( virtual/inetd )" RDEPEND="${DEPEND} - dev-libs/libsodium + dev-libs/libsodium:= net-ftp/ftpbase selinux? ( sec-policy/selinux-ftp )" diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.41.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.41.ebuild index 8e0c1a2..e82095d 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.41.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.41.ebuild @@ -30,7 +30,7 @@ DEPEND="caps? ( sys-libs/libcap ) xinetd? ( virtual/inetd )" RDEPEND="${DEPEND} - dev-libs/libsodium + dev-libs/libsodium:= net-ftp/ftpbase selinux? ( sec-policy/selinux-ftp )" diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.42.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.42.ebuild index 8e0c1a2..e82095d 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.42.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.42.ebuild @@ -30,7 +30,7 @@ DEPEND="caps? ( sys-libs/libcap ) xinetd? ( virtual/inetd )" RDEPEND="${DEPEND} - dev-libs/libsodium + dev-libs/libsodium:= net-ftp/ftpbase selinux? ( sec-policy/selinux-ftp )"