summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-02-14 13:28:09 +0100
committerDavid Seifert <soap@gentoo.org>2021-02-14 13:28:09 +0100
commit34f210aa919349aa21cfeef99cdc519d000631bf (patch)
tree58b4bd9f1755463dda5616806c38f1b1faeee75d /sci-astronomy/swarp
parentgames-emulation/dosbox: Update ncurses patch for latest trunk (diff)
downloadgentoo-34f210aa919349aa21cfeef99cdc519d000631bf.tar.gz
gentoo-34f210aa919349aa21cfeef99cdc519d000631bf.tar.bz2
gentoo-34f210aa919349aa21cfeef99cdc519d000631bf.zip
sci-astronomy/swarp: Fix use flag typo
Closes: https://github.com/gentoo/gentoo/pull/19463 Closes: https://bugs.gentoo.org/770469 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-astronomy/swarp')
-rw-r--r--sci-astronomy/swarp/swarp-2.41.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-astronomy/swarp/swarp-2.41.5.ebuild b/sci-astronomy/swarp/swarp-2.41.5.ebuild
index 87ae8276154d..ef3fa14ef8e2 100644
--- a/sci-astronomy/swarp/swarp-2.41.5.ebuild
+++ b/sci-astronomy/swarp/swarp-2.41.5.ebuild
@@ -24,7 +24,7 @@ src_prepare() {
src_configure() {
econf \
- $(use_with cfistio) \
+ $(use_with cfitsio) \
$(use_enable threads)
}