Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/grib_api/
Date: Tue, 27 Aug 2019 20:23:30
Message-Id: 1566937402.5f1a9fac2359ed80ab62e5dc59b37f614fd10399.mgorny@gentoo
1 commit: 5f1a9fac2359ed80ab62e5dc59b37f614fd10399
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 27 20:20:37 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 27 20:23:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1a9fac
7
8 sci-libs/grib_api: Remove USE=jasper
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-libs/grib_api/grib_api-1.11.0.ebuild | 6 +++---
13 sci-libs/grib_api/metadata.xml | 2 --
14 2 files changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/sci-libs/grib_api/grib_api-1.11.0.ebuild b/sci-libs/grib_api/grib_api-1.11.0.ebuild
17 index e4957260477..e1476a9132a 100644
18 --- a/sci-libs/grib_api/grib_api-1.11.0.ebuild
19 +++ b/sci-libs/grib_api/grib_api-1.11.0.ebuild
20 @@ -21,13 +21,13 @@ LICENSE="Apache-2.0"
21 SLOT="0"
22 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
23
24 -IUSE="doc examples fortran jasper jpeg2k netcdf openmp png python static-libs threads perl"
25 +IUSE="doc examples fortran jpeg2k netcdf openmp png python static-libs threads perl"
26 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
27
28 RDEPEND="
29 jpeg2k? (
30 - jasper? ( media-libs/jasper:= )
31 - !jasper? ( media-libs/openjpeg:0 )
32 + media-libs/openjpeg:0
33 + !!media-libs/jasper
34 )
35 netcdf? ( sci-libs/netcdf )
36 png? ( media-libs/libpng:0= )
37
38 diff --git a/sci-libs/grib_api/metadata.xml b/sci-libs/grib_api/metadata.xml
39 index b053bfcb874..9a5952fcb79 100644
40 --- a/sci-libs/grib_api/metadata.xml
41 +++ b/sci-libs/grib_api/metadata.xml
42 @@ -13,8 +13,6 @@
43 line tools is also provided to give quick access to grib messages.
44 </longdescription>
45 <use>
46 - <flag name="jasper">Use <pkg>media-libs/jasper</pkg> instead of
47 - <pkg>media-libs/openjpeg</pkg> for JPEG 2000 support</flag>
48 <flag name="aec">Build with Adaptive Entropy Coding compression, needs <pkg>sci-libs/libaec</pkg></flag>
49 </use>
50 </pkgmetadata>