From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB6FD138350 for ; Sun, 2 Feb 2020 16:19:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2257E0830; Sun, 2 Feb 2020 16:19:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C80DEE0830 for ; Sun, 2 Feb 2020 16:19:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7C0034E155 for ; Sun, 2 Feb 2020 16:19:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 351EF3E for ; Sun, 2 Feb 2020 16:19:55 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1580660374.f6ef93d1936f01a0043e59533f006e99f8dd878e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/oyranos/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/oyranos/oyranos-9999.ebuild X-VCS-Directories: media-libs/oyranos/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f6ef93d1936f01a0043e59533f006e99f8dd878e X-VCS-Branch: master Date: Sun, 2 Feb 2020 16:19:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eb288c6c-faa0-4d8f-a889-b3dcb2a00583 X-Archives-Hash: c3a56e767d63456730207c43931cbeca commit: f6ef93d1936f01a0043e59533f006e99f8dd878e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 2 12:02:21 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 2 16:19:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6ef93d1 media-libs/oyranos: yajl was moved into openicc/oyjl subdir Upstream commits: e47b731c5d809a204009df041e011fdf82d35127 820379ff85bd5d9df8e337c0be2038537d48f48a Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/oyranos/oyranos-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/oyranos/oyranos-9999.ebuild b/media-libs/oyranos/oyranos-9999.ebuild index 9d14bb4f921..c074e905a4e 100644 --- a/media-libs/oyranos/oyranos-9999.ebuild +++ b/media-libs/oyranos/oyranos-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -70,7 +70,7 @@ RESTRICT="test" src_prepare() { # remove bundled libs - rm -r libxcm openicc yajl || die + rm -r libxcm openicc || die cmake-utils_src_prepare }