commit: 0553ebd7c6f3769e3012200c58badc347b1ab50f Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Aug 31 16:59:12 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Aug 31 17:25:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0553ebd7
sci-visualization/labplot: Rename IUSE excel -> xlsx Bug: https://bugs.gentoo.org/936006 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-visualization/labplot/labplot-9999.ebuild | 6 +++--- sci-visualization/labplot/metadata.xml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index f83aea5d78d6..4684a482542b 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-9999.ebuild @@ -18,7 +18,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="eigen excel fftw fits hdf5 libcerf markdown matio netcdf ods origin root serial share telemetry" +IUSE="eigen fftw fits hdf5 libcerf markdown matio netcdf ods origin root serial share telemetry xlsx" # IUSE="cantor" # cantor? ( @@ -46,7 +46,7 @@ DEPEND=" >=kde-frameworks/syntax-highlighting-${KFMIN}:6 >=sci-libs/gsl-1.15:= eigen? ( dev-cpp/eigen:3= ) - excel? ( dev-libs/qxlsx:= ) + xlsx? ( dev-libs/qxlsx:= ) fftw? ( sci-libs/fftw:3.0= ) fits? ( sci-libs/cfitsio:= ) hdf5? ( sci-libs/hdf5:= ) @@ -90,7 +90,7 @@ src_configure() { -DENABLE_VECTOR_BLF=OFF # not packaged -DENABLE_CANTOR=OFF # $(usex cantor) -DENABLE_EIGEN3=$(usex eigen) - -DENABLE_XLSX=$(usex excel) + -DENABLE_XLSX=$(usex xlsx) -DENABLE_FFTW=$(usex fftw) -DENABLE_FITS=$(usex fits) -DENABLE_HDF5=$(usex hdf5) diff --git a/sci-visualization/labplot/metadata.xml b/sci-visualization/labplot/metadata.xml index 75a89a727232..0a2b3cc38e71 100644 --- a/sci-visualization/labplot/metadata.xml +++ b/sci-visualization/labplot/metadata.xml @@ -30,5 +30,6 @@ <flag name="root">Enable support for CERN's ROOT file type</flag> <flag name="serial">Enable support for RS232 serial ports using <pkg>dev-qt/qtserialport</pkg></flag> <flag name="share">Enable support for a share menu using <pkg>kde-frameworks/purpose</pkg></flag> + <flag name="xlsx">Enable support for importing/exporting Microsoft Excel files (.xlsx) via <pkg>dev-libs/qxlsx</pkg></flag> </use> </pkgmetadata>
