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 7F5E8138247 for ; Mon, 2 Dec 2013 16:21:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D2E0E0953; Mon, 2 Dec 2013 16:21:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1F21E0953 for ; Mon, 2 Dec 2013 16:21:43 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B825233F414 for ; Mon, 2 Dec 2013 16:21:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4EABA110008 for ; Mon, 2 Dec 2013 16:21:39 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1385219941.e76bd1de5811b5a0fc8d007c3b447eda77d25bf4.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/z3/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/z3/z3-4.3.1.ebuild sci-mathematics/z3/z3-9999.ebuild X-VCS-Directories: sci-mathematics/z3/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e76bd1de5811b5a0fc8d007c3b447eda77d25bf4 X-VCS-Branch: master Date: Mon, 2 Dec 2013 16:21:39 +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: a248e6b0-16c5-4a83-bb2d-972cac2401b2 X-Archives-Hash: 9711778046834181acc2f65fbead259d commit: e76bd1de5811b5a0fc8d007c3b447eda77d25bf4 Author: Yichao Zhou gmail com> AuthorDate: Sat Nov 23 15:19:01 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Nov 23 15:19:01 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e76bd1de sci-mathematics/z3-4.3.1: add z3-9999 using git-3 and fix some error --- sci-mathematics/z3/z3-4.3.1.ebuild | 5 ++--- sci-mathematics/z3/z3-9999.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/sci-mathematics/z3/z3-4.3.1.ebuild b/sci-mathematics/z3/z3-4.3.1.ebuild index 7df4bd5..6e1a842 100644 --- a/sci-mathematics/z3/z3-4.3.1.ebuild +++ b/sci-mathematics/z3/z3-4.3.1.ebuild @@ -11,12 +11,11 @@ KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" -DEPEND="" -RDEPEND="" +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND}" src_prepare() { eautoreconf - python-r1_src_prepare } src_configure() { diff --git a/sci-mathematics/z3/z3-9999.ebuild b/sci-mathematics/z3/z3-9999.ebuild index 557ff0e..434e866 100644 --- a/sci-mathematics/z3/z3-9999.ebuild +++ b/sci-mathematics/z3/z3-9999.ebuild @@ -14,12 +14,12 @@ SLOT="0" IUSE="" # A new curl is needed because codeplex has a bug and early version of libcurl # will cause a failed git clone. -DEPEND=">=net-misc/curl-7.33" -RDEPEND="" +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND} + >=net-misc/curl-7.33" src_prepare() { eautoreconf - python-r1_src_prepare } src_configure() {