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/oyranos/
Date: Sun, 02 Feb 2020 16:19:59
Message-Id: 1580660374.f6ef93d1936f01a0043e59533f006e99f8dd878e.asturm@gentoo
1 commit: f6ef93d1936f01a0043e59533f006e99f8dd878e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 12:02:21 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 16:19:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6ef93d1
7
8 media-libs/oyranos: yajl was moved into openicc/oyjl subdir
9
10 Upstream commits:
11 e47b731c5d809a204009df041e011fdf82d35127
12 820379ff85bd5d9df8e337c0be2038537d48f48a
13
14 Package-Manager: Portage-2.3.87, Repoman-2.3.20
15 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
16
17 media-libs/oyranos/oyranos-9999.ebuild | 4 ++--
18 1 file changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/media-libs/oyranos/oyranos-9999.ebuild b/media-libs/oyranos/oyranos-9999.ebuild
21 index 9d14bb4f921..c074e905a4e 100644
22 --- a/media-libs/oyranos/oyranos-9999.ebuild
23 +++ b/media-libs/oyranos/oyranos-9999.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Authors
26 +# Copyright 1999-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -70,7 +70,7 @@ RESTRICT="test"
31
32 src_prepare() {
33 # remove bundled libs
34 - rm -r libxcm openicc yajl || die
35 + rm -r libxcm openicc || die
36 cmake-utils_src_prepare
37 }