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 930451382C5 for ; Sat, 13 Jun 2020 12:58:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE7CFE0D38; Sat, 13 Jun 2020 12:58:23 +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 910BDE0D38 for ; Sat, 13 Jun 2020 12:58:23 +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 12BFD34F109 for ; Sat, 13 Jun 2020 12:58:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9167291 for ; Sat, 13 Jun 2020 12:58:17 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1592053092.00bb744db062a2c11b40fab12caa559e7d3bd9dc.epsilon-0@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-themes/candy-icon-theme/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-themes/candy-icon-theme/candy-icon-theme-0_pre20200606.ebuild x11-themes/candy-icon-theme/candy-icon-theme-9999.ebuild X-VCS-Directories: x11-themes/candy-icon-theme/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 00bb744db062a2c11b40fab12caa559e7d3bd9dc X-VCS-Branch: dev Date: Sat, 13 Jun 2020 12:58:17 +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: 9d2bfac0-e066-41b6-9568-82b0af33abf4 X-Archives-Hash: d7f08a477b97083465cb23d2d4dff816 commit: 00bb744db062a2c11b40fab12caa559e7d3bd9dc Author: Aisha Tammy aisha cc> AuthorDate: Sat Jun 13 12:58:12 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Sat Jun 13 12:58:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00bb744d x11-themes/candy-icon-theme: added default in src_prepare Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Aisha Tammy aisha.cc> x11-themes/candy-icon-theme/candy-icon-theme-0_pre20200606.ebuild | 1 + x11-themes/candy-icon-theme/candy-icon-theme-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/x11-themes/candy-icon-theme/candy-icon-theme-0_pre20200606.ebuild b/x11-themes/candy-icon-theme/candy-icon-theme-0_pre20200606.ebuild index 1f1499f..3114873 100644 --- a/x11-themes/candy-icon-theme/candy-icon-theme-0_pre20200606.ebuild +++ b/x11-themes/candy-icon-theme/candy-icon-theme-0_pre20200606.ebuild @@ -24,6 +24,7 @@ SLOT="0" # dead symbolic links QA src_prepare() { + default find . -xtype l -delete || die } diff --git a/x11-themes/candy-icon-theme/candy-icon-theme-9999.ebuild b/x11-themes/candy-icon-theme/candy-icon-theme-9999.ebuild index 1f1499f..3114873 100644 --- a/x11-themes/candy-icon-theme/candy-icon-theme-9999.ebuild +++ b/x11-themes/candy-icon-theme/candy-icon-theme-9999.ebuild @@ -24,6 +24,7 @@ SLOT="0" # dead symbolic links QA src_prepare() { + default find . -xtype l -delete || die }