sci-visualization/veusz: remove USE flag fits
authorAndrey Grozin <grozin@gentoo.org>
Sun, 9 Feb 2020 10:08:26 +0000 (17:08 +0700)
committerAndrey Grozin <grozin@gentoo.org>
Sun, 9 Feb 2020 10:09:15 +0000 (17:09 +0700)
Removing dev-python/astropy (commit 5511595e336f25098e0ab5f89de3eb73f9f582c8)
has broken the tree. Could you please run repoman full before commit?
And contact maintainers of revdeps?

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
sci-visualization/veusz/metadata.xml
sci-visualization/veusz/veusz-3.1.ebuild

index 1eea5012ca2055882e34fbd410cff3155af69118..8ac6168821f3324467c2076fccd4d24d58abc5bf 100644 (file)
@@ -12,7 +12,6 @@
   facilities.
 </longdescription>
   <use>
-    <flag name="fits">Add FITS format via <pkg>dev-python/astropy</pkg></flag>
     <flag name="minuit">Use Minuit during fitting via<pkg>dev-python/pyminuit</pkg></flag>
   </use>
   <upstream>
index 57838ea691f144b8f0ca6ed14daf6ffa52c2c243..112eefc77ad4a037e6e6b544ce1c4a6d5516809a 100644 (file)
@@ -14,14 +14,13 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.gz"
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="dbus doc fits hdf5 minuit"
+IUSE="dbus doc hdf5 minuit"
 RESTRICT="!test? ( test )"
 
 CDEPEND="dev-python/PyQt5[widgets,svg,printsupport,${PYTHON_USEDEP}]
        dev-python/numpy[${PYTHON_USEDEP}]"
 RDEPEND="${CDEPEND}
        dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
-       fits? ( dev-python/astropy[${PYTHON_USEDEP}] )
        hdf5? ( dev-python/h5py[${PYTHON_USEDEP}] )
        minuit? ( || ( dev-python/iminuit[${PYTHON_USEDEP}] dev-python/pyminuit[${PYTHON_USEDEP}] ) )"
 DEPEND="${CDEPEND}