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 1B16C1389E2 for ; Tue, 16 Dec 2014 23:01:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4525EE095B; Tue, 16 Dec 2014 23:01:06 +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 EBCF5E095B for ; Tue, 16 Dec 2014 23:01:05 +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 D6FAC3404F5 for ; Tue, 16 Dec 2014 23:01:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55F28C9B7 for ; Tue, 16 Dec 2014 23:01:02 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1418770842.81407a3bf37806b87c1834d0df71cfb63d66c56d.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/mlpack/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/mlpack/ChangeLog sci-libs/mlpack/mlpack-1.0.8.ebuild X-VCS-Directories: sci-libs/mlpack/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 81407a3bf37806b87c1834d0df71cfb63d66c56d X-VCS-Branch: master Date: Tue, 16 Dec 2014 23:01:02 +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: 6319d132-5136-41f8-bf07-76996fa83cdd X-Archives-Hash: 4a1e9d2199843c44024e35b66263b38a commit: 81407a3bf37806b87c1834d0df71cfb63d66c56d Author: Christoph Junghans gentoo org> AuthorDate: Tue Dec 16 23:00:42 2014 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Tue Dec 16 23:00:42 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=81407a3b fixed deps (bug #532752) Package-Manager: portage-2.2.14 --- sci-libs/mlpack/ChangeLog | 3 +++ sci-libs/mlpack/mlpack-1.0.8.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-libs/mlpack/ChangeLog b/sci-libs/mlpack/ChangeLog index d35039b..201b2f8 100644 --- a/sci-libs/mlpack/ChangeLog +++ b/sci-libs/mlpack/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 16 Dec 2014; Christoph Junghans mlpack-1.0.8.ebuild: + fixed deps (bug #532752) + 16 Sep 2014; Christoph Junghans mlpack-1.0.8.ebuild: fixed deps diff --git a/sci-libs/mlpack/mlpack-1.0.8.ebuild b/sci-libs/mlpack/mlpack-1.0.8.ebuild index 01cc0f5..66c3d8a 100644 --- a/sci-libs/mlpack/mlpack-1.0.8.ebuild +++ b/sci-libs/mlpack/mlpack-1.0.8.ebuild @@ -18,7 +18,7 @@ IUSE="debug doc" RDEPEND=" dev-libs/boost dev-libs/libxml2 - sci-libs/armadillo[lapack]" + >=sci-libs/armadillo-3.6.0[lapack]" DEPEND="${DEPEND} app-text/txt2man