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 088161382C5 for ; Sun, 17 Jan 2021 04:10:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44546E0849; Sun, 17 Jan 2021 04:10:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 2F60CE0849 for ; Sun, 17 Jan 2021 04:10:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 21DF7340F2B for ; Sun, 17 Jan 2021 04:10:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BC4D4A2 for ; Sun, 17 Jan 2021 04:10:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610856622.14287ff6e6cbfb5d79a80d2fc44c931a6426e4cb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-pda/libplist/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-pda/libplist/libplist-2.2.0-r2.ebuild X-VCS-Directories: app-pda/libplist/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 14287ff6e6cbfb5d79a80d2fc44c931a6426e4cb X-VCS-Branch: master Date: Sun, 17 Jan 2021 04:10:33 +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: 628cc4e3-3241-47c6-9ae3-7ef788541003 X-Archives-Hash: d91325bf8a4b0e9548680cfa10415fd4 commit: 14287ff6e6cbfb5d79a80d2fc44c931a6426e4cb Author: Sam James gentoo org> AuthorDate: Sun Jan 17 03:35:16 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 17 04:10:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14287ff6 app-pda/libplist: fix WhitespaceFound Package-Manager: Portage-3.0.12.0.2-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> app-pda/libplist/libplist-2.2.0-r2.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-pda/libplist/libplist-2.2.0-r2.ebuild b/app-pda/libplist/libplist-2.2.0-r2.ebuild index 059c8ae313f..98d2bb68068 100644 --- a/app-pda/libplist/libplist-2.2.0-r2.ebuild +++ b/app-pda/libplist/libplist-2.2.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -39,7 +39,7 @@ src_prepare() { } src_configure() { - local ECONF_SOURCE=${S} + local ECONF_SOURCE="${S}" local myeconfargs=( $(use_enable static-libs static) ) do_configure() { @@ -101,10 +101,10 @@ src_install() { doins cython/plist.pxd fi - find "${D}" -name '*.la' -delete || die + find "${ED}" -name '*.la' -delete || die - # temporary fix for 2.2.0 release: - # b.g.o 733082, + # temporary fix for 2.2.0 release: + # bug #733082, # https://github.com/libimobiledevice/libplist/issues/163 # upstream commit 137716df3f197a7184c1fba88fcb30480dafd6e0 dosym ./libplist-2.0.pc /usr/$(get_libdir)/pkgconfig/libplist.pc