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 D90D11395E7 for ; Tue, 4 Aug 2015 09:16:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7359D140B3; Tue, 4 Aug 2015 09:16:49 +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 7DB18140AE for ; Tue, 4 Aug 2015 09:16:48 +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 C114C3408C5 for ; Tue, 4 Aug 2015 09:16:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F90F127 for ; Tue, 4 Aug 2015 09:16:46 +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: <1438034792.bcbbaedb7b5080ea2db18ce64b81e41a30a4bc4e.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ants/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/ants/ChangeLog sci-biology/ants/ants-9999.ebuild X-VCS-Directories: sci-biology/ants/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: bcbbaedb7b5080ea2db18ce64b81e41a30a4bc4e X-VCS-Branch: master Date: Tue, 4 Aug 2015 09:16:46 +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: 569b3878-54f5-4669-9090-e00c5162623f X-Archives-Hash: 99386b3c8beb3fea143ae4b112b38c15 commit: bcbbaedb7b5080ea2db18ce64b81e41a30a4bc4e Author: Horea Christian mail ru> AuthorDate: Mon Jul 27 22:06:32 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jul 27 22:06:32 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bcbbaedb using multilib eclass Package-Manager: portage-2.2.20 sci-biology/ants/ChangeLog | 3 +++ sci-biology/ants/ants-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-biology/ants/ChangeLog b/sci-biology/ants/ChangeLog index 6e50bf0..2080d9a 100644 --- a/sci-biology/ants/ChangeLog +++ b/sci-biology/ants/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 27 Jul 2015; ants-9999.ebuild: + using multilib eclass + 26 Jul 2015; ants-9999.ebuild: specifying lib dir adequaltely for multilib setups diff --git a/sci-biology/ants/ants-9999.ebuild b/sci-biology/ants/ants-9999.ebuild index 58b6ae8..20a1945 100644 --- a/sci-biology/ants/ants-9999.ebuild +++ b/sci-biology/ants/ants-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit cmake-utils git-r3 +inherit cmake-utils git-r3 multilib DESCRIPTION="Advanced Normalitazion Tools for neuroimaging" HOMEPAGE="http://stnava.github.io/ANTs/"