commit: 34f210aa919349aa21cfeef99cdc519d000631bf Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Sun Feb 14 12:28:09 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Feb 14 12:28:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f210aa
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 <AT> sartura.hr> Signed-off-by: David Seifert <soap <AT> gentoo.org> sci-astronomy/swarp/swarp-2.41.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-astronomy/swarp/swarp-2.41.5.ebuild b/sci-astronomy/swarp/swarp-2.41.5.ebuild index 87ae8276154..ef3fa14ef8e 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) }
