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 865E31395E7 for ; Tue, 4 Aug 2015 09:16:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6F0A140B1; Tue, 4 Aug 2015 09:16:48 +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 DA61A140A7 for ; Tue, 4 Aug 2015 09:16:47 +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 29B75340845 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 CEB83124 for ; Tue, 4 Aug 2015 09:16:45 +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: <1437944245.90b839eb6d0e6b198ca35142bfffb67e54333a3c.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: 90b839eb6d0e6b198ca35142bfffb67e54333a3c X-VCS-Branch: master Date: Tue, 4 Aug 2015 09:16:45 +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: fe95c152-ffee-43fd-973a-19859a17d00b X-Archives-Hash: e35787f4ac874e1205796a39a4fdf312 commit: 90b839eb6d0e6b198ca35142bfffb67e54333a3c Author: Horea Christian mail ru> AuthorDate: Sun Jul 26 20:57:25 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jul 26 20:57:25 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=90b839eb specifying lib dir adequaltely for multilib setups Package-Manager: portage-2.2.20 sci-biology/ants/ChangeLog | 3 +++ sci-biology/ants/ants-9999.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-biology/ants/ChangeLog b/sci-biology/ants/ChangeLog index b46385b..6e50bf0 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: $ + 26 Jul 2015; ants-9999.ebuild: + specifying lib dir adequaltely for multilib setups + *ants-9999 (26 Jul 2015) 26 Jul 2015; +ants-9999.ebuild, +metadata.xml: diff --git a/sci-biology/ants/ants-9999.ebuild b/sci-biology/ants/ants-9999.ebuild index 0623c22..58b6ae8 100644 --- a/sci-biology/ants/ants-9999.ebuild +++ b/sci-biology/ants/ants-9999.ebuild @@ -22,6 +22,6 @@ src_install() { cd "${WORKDIR}/${P}_build/ANTS-build" || die "build dir not found" emake DESTDIR="${D}" install cd "${WORKDIR}/${P}/Scripts" || die "scripts dir not found" - dodir /usr/lib/ants - install -t "${D}"usr/lib/ants * + dodir /usr/$(get_libdir)/ants + install -t "${D}"usr/$(get_libdir)/ants * }