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 715A91382C5 for ; Fri, 2 Mar 2018 07:28:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6648CE0961; Fri, 2 Mar 2018 07:28:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3E9F0E0961 for ; Fri, 2 Mar 2018 07:28:43 +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 EFFAE335C30 for ; Fri, 2 Mar 2018 07:28:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 424931E7 for ; Fri, 2 Mar 2018 07:28:40 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1519975716.1a1bdec78d6c8289d7f671eee716f34853ae43fb.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libraw/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libraw/libraw-0.18.8.ebuild X-VCS-Directories: media-libs/libraw/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 1a1bdec78d6c8289d7f671eee716f34853ae43fb X-VCS-Branch: master Date: Fri, 2 Mar 2018 07:28:40 +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-Archives-Salt: 819112ec-40ed-4b27-82fd-baf09c9d110a X-Archives-Hash: 21c922ed6e8a2ae272e512dd8f95d77c commit: 1a1bdec78d6c8289d7f671eee716f34853ae43fb Author: Lars Wendler gentoo org> AuthorDate: Fri Mar 2 07:28:20 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Mar 2 07:28:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1bdec7 media-libs/libraw: Removed a patch which is no longer necessary. Thanks Arfrever! Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-libs/libraw/libraw-0.18.8.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/media-libs/libraw/libraw-0.18.8.ebuild b/media-libs/libraw/libraw-0.18.8.ebuild index 2db1f344707..4989fcd6c7f 100644 --- a/media-libs/libraw/libraw-0.18.8.ebuild +++ b/media-libs/libraw/libraw-0.18.8.ebuild @@ -32,10 +32,6 @@ S="${WORKDIR}/${MY_P}" DOCS=( Changelog.txt README ) -PATCHES=( - "${FILESDIR}"/${PN}-0.18.4-glibc-2.27.patch -) - pkg_pretend() { [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp }