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 1C5F51382C5 for ; Wed, 3 Feb 2021 08:24:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CFD1E083D; Wed, 3 Feb 2021 08:24:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 36F2CE083D for ; Wed, 3 Feb 2021 08:24:52 +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 47C5D341D20 for ; Wed, 3 Feb 2021 08:24:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3FF34BC for ; Wed, 3 Feb 2021 08:24:49 +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: <1612340684.993814b38eec8da6e9bf112ec45aa380410a08c7.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/staden/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/staden/staden-2.0.0_beta11.ebuild sci-biology/staden/staden-9999.ebuild X-VCS-Directories: sci-biology/staden/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 993814b38eec8da6e9bf112ec45aa380410a08c7 X-VCS-Branch: master Date: Wed, 3 Feb 2021 08:24:49 +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: f8ab5ae4-2a2c-4789-a2de-9fe0ab792ed3 X-Archives-Hash: 49169198808e564b9c21528115efa5b8 commit: 993814b38eec8da6e9bf112ec45aa380410a08c7 Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Feb 3 08:24:44 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Feb 3 08:24:44 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=993814b3 sci-biology/staden: fix configure phase Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/staden/staden-2.0.0_beta11.ebuild | 10 +++++----- sci-biology/staden/staden-9999.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sci-biology/staden/staden-2.0.0_beta11.ebuild b/sci-biology/staden/staden-2.0.0_beta11.ebuild index 523f8bf05..d6b1b8de1 100644 --- a/sci-biology/staden/staden-2.0.0_beta11.ebuild +++ b/sci-biology/staden/staden-2.0.0_beta11.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/staden/staden-${PV/_beta/b}-2016-src. LICENSE="staden" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64" IUSE="debug doc fortran png tcl tk X zlib" # either g77 or gfortran must be available @@ -40,7 +40,7 @@ RDEPEND="${DEPEND} S="${WORKDIR}"/staden-${PV/_beta/b}-2016-src PATCHES=( - "${FILESDIR}"/${P}-ldflags.patch + "${FILESDIR}/${P}-ldflags.patch" ) src_prepare() { @@ -53,9 +53,9 @@ src_prepare() { src_configure(){ use debug && append-cflags "-DCACHE_REF_DEBUG" econf \ - $(use_enable X x) - $(use_enable amd64 64bit) - --with-tklib=/usr/$(get_libdir)/tklib + $(use_enable X x) \ + $(use_enable amd64 64bit) \ + --with-tklib="/usr/$(get_libdir)/tklib" } src_install() { diff --git a/sci-biology/staden/staden-9999.ebuild b/sci-biology/staden/staden-9999.ebuild index c18aea8cc..7b61a0fa0 100644 --- a/sci-biology/staden/staden-9999.ebuild +++ b/sci-biology/staden/staden-9999.ebuild @@ -46,9 +46,9 @@ src_prepare() { src_configure(){ use debug && append-cflags "-DCACHE_REF_DEBUG" econf \ - $(use_enable X x) - $(use_enable amd64 64bit) - --with-tklib=/usr/$(get_libdir)/tklib + $(use_enable X x) \ + $(use_enable amd64 64bit) \ + --with-tklib="/usr/$(get_libdir)/tklib" } src_install() {