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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1171D15808B for ; Sat, 2 Apr 2022 04:16:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 399EDE0841; Sat, 2 Apr 2022 04:16:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AD270E0841 for ; Sat, 2 Apr 2022 04:16:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0CAD9341064 for ; Sat, 2 Apr 2022 04:15:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5ABD12E0 for ; Sat, 2 Apr 2022 04:15:57 +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: <1648872283.65773d96c6f753ab95a0ede710e56ccb8ad0cf3e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/fontconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/fontconfig/fontconfig-2.14.0-r1.ebuild media-libs/fontconfig/fontconfig-2.14.0.ebuild X-VCS-Directories: media-libs/fontconfig/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 65773d96c6f753ab95a0ede710e56ccb8ad0cf3e X-VCS-Branch: master Date: Sat, 2 Apr 2022 04:15:57 +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: ce923435-b3a4-4d98-9854-7dc4d789e901 X-Archives-Hash: 8a96129d40ebf93c27f9e1311333984c commit: 65773d96c6f753ab95a0ede710e56ccb8ad0cf3e Author: Sam James gentoo org> AuthorDate: Sat Apr 2 04:04:43 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 2 04:04:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65773d96 media-libs/fontconfig: drop /var/cache too Not sure why I didn't see this earlier? Closes: https://bugs.gentoo.org/587492 Signed-off-by: Sam James gentoo.org> .../{fontconfig-2.14.0.ebuild => fontconfig-2.14.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/fontconfig/fontconfig-2.14.0.ebuild b/media-libs/fontconfig/fontconfig-2.14.0-r1.ebuild similarity index 99% rename from media-libs/fontconfig/fontconfig-2.14.0.ebuild rename to media-libs/fontconfig/fontconfig-2.14.0-r1.ebuild index 3a7bd142a1aa..569d95035ed8 100644 --- a/media-libs/fontconfig/fontconfig-2.14.0.ebuild +++ b/media-libs/fontconfig/fontconfig-2.14.0-r1.ebuild @@ -181,7 +181,7 @@ multilib_src_install_all() { # We allow the cache generation to make this later # bug #587492 - rm -r "${ED}"/var/cache/fontconfig || die + rm -r "${ED}"/var/cache/ || die } pkg_preinst() {