Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/freeimage/
Date: Sun, 14 Apr 2019 12:44:36
Message-Id: 1555245848.305ef0378cb54e6d152b532d0a2082ba0757dd63.chewi@gentoo
1 commit: 305ef0378cb54e6d152b532d0a2082ba0757dd63
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 14 12:38:21 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 14 12:44:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305ef037
7
8 media-libs/freeimage: EAPI 7 for 3.18.0
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 media-libs/freeimage/freeimage-3.18.0.ebuild | 11 ++++++-----
14 1 file changed, 6 insertions(+), 5 deletions(-)
15
16 diff --git a/media-libs/freeimage/freeimage-3.18.0.ebuild b/media-libs/freeimage/freeimage-3.18.0.ebuild
17 index bde23753bf0..35dd66ffd42 100644
18 --- a/media-libs/freeimage/freeimage-3.18.0.ebuild
19 +++ b/media-libs/freeimage/freeimage-3.18.0.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 inherit eutils toolchain-funcs
29
30 @@ -34,9 +34,10 @@ RDEPEND="
31 media-libs/tiff:0
32 )
33 webp? ( media-libs/libwebp:= )"
34 -DEPEND="${RDEPEND}
35 - virtual/pkgconfig
36 - app-arch/unzip"
37 +DEPEND="${RDEPEND}"
38 +BDEPEND="
39 + app-arch/unzip
40 + virtual/pkgconfig"
41
42 S=${WORKDIR}/${MY_PN}