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 D87A413888F for ; Tue, 6 Oct 2015 12:59:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AD9021C006; Tue, 6 Oct 2015 12:59:02 +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 B9C8721C006 for ; Tue, 6 Oct 2015 12:59:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90772340AE2 for ; Tue, 6 Oct 2015 12:58:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D247DAAA for ; Tue, 6 Oct 2015 12:58:52 +0000 (UTC) From: "Julian Ospald" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julian Ospald" Message-ID: <1444136313.b8f0fd5e552f8e81fab2d3f0584146ec5ef263b1.hasufell@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-sipsimple/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-sipsimple/python-sipsimple-2.5.1-r1.ebuild dev-python/python-sipsimple/python-sipsimple-2.5.1-r2.ebuild X-VCS-Directories: dev-python/python-sipsimple/ X-VCS-Committer: hasufell X-VCS-Committer-Name: Julian Ospald X-VCS-Revision: b8f0fd5e552f8e81fab2d3f0584146ec5ef263b1 X-VCS-Branch: master Date: Tue, 6 Oct 2015 12:58:52 +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: b2b70600-43f0-4ef2-9753-9b8f103af1e2 X-Archives-Hash: 8a8f8827710398abf902ce211340bf85 commit: b8f0fd5e552f8e81fab2d3f0584146ec5ef263b1 Author: Julian Ospald gentoo org> AuthorDate: Tue Oct 6 12:58:33 2015 +0000 Commit: Julian Ospald gentoo org> CommitDate: Tue Oct 6 12:58:33 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f0fd5e dev-python/python-sipsimple: fix openssl dep Gentoo-Bug: 562404 ...ython-sipsimple-2.5.1-r1.ebuild => python-sipsimple-2.5.1-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-sipsimple/python-sipsimple-2.5.1-r1.ebuild b/dev-python/python-sipsimple/python-sipsimple-2.5.1-r2.ebuild similarity index 96% rename from dev-python/python-sipsimple/python-sipsimple-2.5.1-r1.ebuild rename to dev-python/python-sipsimple/python-sipsimple-2.5.1-r2.ebuild index f3e5e3c..855904f 100644 --- a/dev-python/python-sipsimple/python-sipsimple-2.5.1-r1.ebuild +++ b/dev-python/python-sipsimple/python-sipsimple-2.5.1-r2.ebuild @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86" CDEPEND=" dev-db/sqlite:3 - !libressl? ( dev-libs/openssl:0 ) + !libressl? ( dev-libs/openssl:0[-bindist] ) libressl? ( dev-libs/libressl ) dev-python/python-application[${PYTHON_USEDEP}] media-libs/alsa-lib