Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openicc/
Date: Sun, 17 Nov 2019 01:58:42
Message-Id: 1573955899.45591f809588db5c248c0f61a6bb04945c5eb732.asturm@gentoo
1 commit: 45591f809588db5c248c0f61a6bb04945c5eb732
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 01:58:19 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 01:58:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45591f80
7
8 media-libs/openicc: EAPI-7 bump
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/openicc/openicc-0.1.0.ebuild | 13 +++++++------
14 1 file changed, 7 insertions(+), 6 deletions(-)
15
16 diff --git a/media-libs/openicc/openicc-0.1.0.ebuild b/media-libs/openicc/openicc-0.1.0.ebuild
17 index c924a25f5f1..b1a307e6ee2 100644
18 --- a/media-libs/openicc/openicc-0.1.0.ebuild
19 +++ b/media-libs/openicc/openicc-0.1.0.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2016 Gentoo Foundation
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 cmake-multilib
29
30 @@ -14,13 +14,14 @@ SLOT="0"
31 KEYWORDS="~amd64 ~x86"
32 IUSE="doc static-libs test"
33
34 -RDEPEND="
35 - dev-libs/yajl[${MULTILIB_USEDEP}]
36 -"
37 -DEPEND="${RDEPEND}
38 +BDEPEND="
39 sys-devel/gettext
40 doc? ( app-doc/doxygen )
41 "
42 +DEPEND="
43 + dev-libs/yajl[${MULTILIB_USEDEP}]
44 +"
45 +RDEPEND="${DEPEND}"
46
47 REQUIRED_USE="test? ( static-libs )"