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 F20581388C1 for ; Wed, 16 Dec 2015 08:49:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E0DEE084C; Wed, 16 Dec 2015 08:49:19 +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 95C59E084C for ; Wed, 16 Dec 2015 08:49:18 +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 3700C340139 for ; Wed, 16 Dec 2015 08:49:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7ED16C86 for ; Wed, 16 Dec 2015 08:49:15 +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: <1450255752.169624506656f3aa0195c4b4b212bf6159c5524c.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cvxopt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cvxopt/cvxopt-1.1.8.ebuild X-VCS-Directories: dev-python/cvxopt/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 169624506656f3aa0195c4b4b212bf6159c5524c X-VCS-Branch: master Date: Wed, 16 Dec 2015 08:49:15 +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: 2e9a68fa-d92c-4f81-91e4-8d8042ca4187 X-Archives-Hash: 4c799523ad8c0846710bc984821540d3 commit: 169624506656f3aa0195c4b4b212bf6159c5524c Author: Justin Lecher gentoo org> AuthorDate: Tue Dec 15 18:13:20 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Dec 16 08:49:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16962450 dev-python/cvxopt: Drop glpk patch for latest version Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=568268 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> dev-python/cvxopt/cvxopt-1.1.8.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/cvxopt/cvxopt-1.1.8.ebuild b/dev-python/cvxopt/cvxopt-1.1.8.ebuild index 9861448..86524f9 100644 --- a/dev-python/cvxopt/cvxopt-1.1.8.ebuild +++ b/dev-python/cvxopt/cvxopt-1.1.8.ebuild @@ -28,7 +28,7 @@ RDEPEND=" sci-libs/umfpack:0= dsdp? ( sci-libs/dsdp:0= ) fftw? ( sci-libs/fftw:3.0= ) - glpk? ( sci-mathematics/glpk:0= ) + glpk? ( >=sci-mathematics/glpk-4.49:0= ) gsl? ( sci-libs/gsl:0= )" DEPEND="${RDEPEND} virtual/pkgconfig @@ -37,9 +37,6 @@ DEPEND="${RDEPEND} python_prepare_all(){ epatch "${FILESDIR}"/${P}-setup.patch - has_version ">=sci-mathematics/glpk-4.49" && \ - epatch "${FILESDIR}"/${PN}-1.1.6-glpk449.patch - rm -r src/C/SuiteSparse*/ || die pkg_lib() {