From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89C861382C5 for ; Mon, 1 Feb 2021 09:34:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1DA3E0995; Mon, 1 Feb 2021 09:34:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC874E0995 for ; Mon, 1 Feb 2021 09:34:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DCF0340942 for ; Mon, 1 Feb 2021 09:34:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3585478 for ; Mon, 1 Feb 2021 09:34:09 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1612172036.8620d366eb8c85bd1505b9642f2ce7d59c7bd1c3.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/aghermann/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/aghermann/aghermann-1.1.2-r1.ebuild X-VCS-Directories: sci-biology/aghermann/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 8620d366eb8c85bd1505b9642f2ce7d59c7bd1c3 X-VCS-Branch: master Date: Mon, 1 Feb 2021 09:34:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 32c114f4-112b-4f26-8325-a4ec12deef96 X-Archives-Hash: c9bda1093e040ce89e1dd6bbc396b606 commit: 8620d366eb8c85bd1505b9642f2ce7d59c7bd1c3 Author: Andrew Ammerlaan riseup net> AuthorDate: Mon Feb 1 09:33:56 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Feb 1 09:33:56 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8620d366 sci-biology/aghermann: fix configure phase still no keywords, because if fails to compile Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/aghermann/aghermann-1.1.2-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-biology/aghermann/aghermann-1.1.2-r1.ebuild b/sci-biology/aghermann/aghermann-1.1.2-r1.ebuild index c8c2b19fa..6c68b87e1 100644 --- a/sci-biology/aghermann/aghermann-1.1.2-r1.ebuild +++ b/sci-biology/aghermann/aghermann-1.1.2-r1.ebuild @@ -3,6 +3,8 @@ EAPI=7 +inherit multilib + DESCRIPTION="A sleep-research experiment manager, EDF viewer & Process S simulator" HOMEPAGE="http://johnhommer.com/academic/code/aghermann" SRC_URI="http://johnhommer.com/code/aghermann/source/${P}.tar.xz" @@ -14,6 +16,7 @@ KEYWORDS="" RDEPEND="dev-lang/lua:* dev-libs/libconfig media-libs/libsamplerate + sci-libs/itpp sci-libs/fftw:3.0 sci-libs/gsl sci-libs/itpp @@ -25,5 +28,5 @@ DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" src_configure() { - econf --bindir="${EPREFIX}"/usr/bin + ITPP_LIBS="/usr/$(get_libdir)/libitpp.so" ITPP_CFLAGS="/usr/include/itpp/" econf --bindir="${EPREFIX}"/usr/bin }