commit:     993814b38eec8da6e9bf112ec45aa380410a08c7
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Feb  3 08:24:44 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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() {

Reply via email to