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 793F813873B for ; Thu, 6 Mar 2014 11:11:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76038E0995; Thu, 6 Mar 2014 11:11:14 +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 036E4E0995 for ; Thu, 6 Mar 2014 11:11:13 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 061FC33FAAD for ; Thu, 6 Mar 2014 11:11:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 6327D188EA for ; Thu, 6 Mar 2014 11:11:11 +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: <1394104259.a5a3742b5fc0baba06c4caee1be97b34d14be2f4.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/z3/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/z3/ChangeLog 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: a5a3742b5fc0baba06c4caee1be97b34d14be2f4 X-VCS-Branch: master Date: Thu, 6 Mar 2014 11:11:11 +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: df44e3fa-b11f-4158-a78b-13056ad95c54 X-Archives-Hash: 7dfec41f2b4cd0ddea34fed429c92aca commit: a5a3742b5fc0baba06c4caee1be97b34d14be2f4 Author: Justin Lecher gentoo org> AuthorDate: Thu Mar 6 11:10:59 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Mar 6 11:10:59 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a5a3742b sci-mathematics/z3: Adopt to recent changes in git-r3.eclass Package-Manager: portage-2.2.8-r1 --- sci-mathematics/z3/ChangeLog | 5 ++++- sci-mathematics/z3/z3-9999.ebuild | 2 -- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sci-mathematics/z3/ChangeLog b/sci-mathematics/z3/ChangeLog index a078c2a..602ec52 100644 --- a/sci-mathematics/z3/ChangeLog +++ b/sci-mathematics/z3/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-mathematics/z3 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Mar 2014; Justin Lecher z3-9999.ebuild: + Adopt to recent changes in git-r3.eclass + 02 Dec 2013; Justin Lecher z3-4.3.1.ebuild, z3-9999.ebuild, +metadata.xml: Make build verbose; respect CXX, CXXFLAGS, LDFLAGS; use EPYTHON instead of a diff --git a/sci-mathematics/z3/z3-9999.ebuild b/sci-mathematics/z3/z3-9999.ebuild index 16e1b016..2a73d38 100644 --- a/sci-mathematics/z3/z3-9999.ebuild +++ b/sci-mathematics/z3/z3-9999.ebuild @@ -27,8 +27,6 @@ RDEPEND="${PYTHON_DEPS} DEPEND="${RDEPEND} >=net-misc/curl-7.33" -EGIT_NONSHALLOW=1 - pkg_setup() { if [[ ${MERGE_TYPE} != binary ]]; then if [[ $(tc-getCXX)$ == *g++* ]] && ! tc-has-openmp; then