diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2021-04-05 22:18:11 +0200 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2021-04-05 22:18:11 +0200 |
commit | aecc29628fa138032d0e6c0b9fb6a056d2d5a700 (patch) | |
tree | 3f7ab05ef18221d3a3ea54dcc6801717cc463fda /sci-astronomy | |
parent | 7e376f81a77df4ce728807e598bc575f5916902a (diff) | |
download | brancik-overlay-aecc29628fa138032d0e6c0b9fb6a056d2d5a700.tar.gz brancik-overlay-aecc29628fa138032d0e6c0b9fb6a056d2d5a700.tar.bz2 |
Fix missing IUSE in sci-astronomy/siril
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/siril/siril-0.99.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-astronomy/siril/siril-0.99.8.1.ebuild b/sci-astronomy/siril/siril-0.99.8.1.ebuild index 3a8e6fa..1e3e9f0 100644 --- a/sci-astronomy/siril/siril-0.99.8.1.ebuild +++ b/sci-astronomy/siril/siril-0.99.8.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://gitlab.com/free-astro/${PN}/-/archive/${PV}/${PN}-${PV}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="curl ffmpeg gnuplot heif jpeg png raw tiff" +IUSE="curl ffmpeg gnuplot heif jpeg png raw tiff wcs" RDEPEND=" curl? ( net-misc/curl ) |