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 D5BB4138330 for ; Wed, 7 Sep 2016 01:48:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2223DE0913; Wed, 7 Sep 2016 01:48:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE02AE0913 for ; Wed, 7 Sep 2016 01:48:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D459340845 for ; Wed, 7 Sep 2016 01:48:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73BFB246E for ; Wed, 7 Sep 2016 01:48:19 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1473212897.3c354bc282a1081ae4eef5cb6872f620cf8fbb98.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/shadowsocks-libev/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/shadowsocks-libev/shadowsocks-libev-2.5.0-r1.ebuild net-proxy/shadowsocks-libev/shadowsocks-libev-2.5.0.ebuild X-VCS-Directories: net-proxy/shadowsocks-libev/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 3c354bc282a1081ae4eef5cb6872f620cf8fbb98 X-VCS-Branch: master Date: Wed, 7 Sep 2016 01:48:19 +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: 43f0be96-068b-49ec-87b7-d3b257422f7b X-Archives-Hash: 917756d3a71e6ae9f3504731578e778c commit: 3c354bc282a1081ae4eef5cb6872f620cf8fbb98 Author: Yixun Lan gentoo org> AuthorDate: Wed Sep 7 01:47:02 2016 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Sep 7 01:48:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c354bc2 net-proxy/shadowsocks-libev: fix libsodium dep thanks aihuxiaoxiongmao at gmail dot com for reporting Package-Manager: portage-2.3.0 ...shadowsocks-libev-2.5.0.ebuild => shadowsocks-libev-2.5.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/shadowsocks-libev/shadowsocks-libev-2.5.0.ebuild b/net-proxy/shadowsocks-libev/shadowsocks-libev-2.5.0-r1.ebuild similarity index 98% rename from net-proxy/shadowsocks-libev/shadowsocks-libev-2.5.0.ebuild rename to net-proxy/shadowsocks-libev/shadowsocks-libev-2.5.0-r1.ebuild index 051af43..06e70f0 100644 --- a/net-proxy/shadowsocks-libev/shadowsocks-libev-2.5.0.ebuild +++ b/net-proxy/shadowsocks-libev/shadowsocks-libev-2.5.0-r1.ebuild @@ -20,7 +20,7 @@ IUSE="debug doc +openssl mbedtls +system-libs" RDEPEND="openssl? ( dev-libs/openssl:= ) mbedtls? ( net-libs/mbedtls ) system-libs? ( - dev-libs/libsodium + >=dev-libs/libsodium-1.0.8 dev-libs/libev net-libs/udns )