aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-02-03 09:24:44 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-02-03 09:24:44 +0100
commit993814b38eec8da6e9bf112ec45aa380410a08c7 (patch)
treed02000dd579ae73908b2e47fd00fc1539e9fdb49 /sci-biology
parentsci-biology/staden_doc: add keywords (diff)
downloadsci-993814b38eec8da6e9bf112ec45aa380410a08c7.tar.gz
sci-993814b38eec8da6e9bf112ec45aa380410a08c7.tar.bz2
sci-993814b38eec8da6e9bf112ec45aa380410a08c7.zip
sci-biology/staden: fix configure phase
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/staden/staden-2.0.0_beta11.ebuild10
-rw-r--r--sci-biology/staden/staden-9999.ebuild6
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() {