From 34f210aa919349aa21cfeef99cdc519d000631bf Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Sun, 14 Feb 2021 13:28:09 +0100 Subject: 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 Signed-off-by: David Seifert --- sci-astronomy/swarp/swarp-2.41.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci-astronomy') 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) } -- cgit v1.2.3-65-gdbad