mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-visualization/veusz: remove USE flag fits
Removing dev-python/astropy (commit 5511595e33)
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>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user