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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A88DC158094 for ; Sat, 17 Sep 2022 17:00:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0944E0903; Sat, 17 Sep 2022 17:00:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DC23FE0903 for ; Sat, 17 Sep 2022 17:00:33 +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 1C03D340F68 for ; Sat, 17 Sep 2022 17:00:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BB065DA for ; Sat, 17 Sep 2022 17:00:31 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1663434005.47bd676d92bbb3fa2c554a503af807ec38415e66.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/tela-icon-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild X-VCS-Directories: x11-themes/tela-icon-theme/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 47bd676d92bbb3fa2c554a503af807ec38415e66 X-VCS-Branch: master Date: Sat, 17 Sep 2022 17:00:31 +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: fe3db558-f49f-48c5-b2e7-deb68d7da88c X-Archives-Hash: f7daa97af2d1166c353919693b639d6c commit: 47bd676d92bbb3fa2c554a503af807ec38415e66 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Sep 17 17:00:05 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Sep 17 17:00:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47bd676d x11-themes/tela-icon-theme: sync live ebuild Signed-off-by: Georgy Yakovlev gentoo.org> x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild b/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild index 8396dac63033..8c860c8bc138 100644 --- a/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild +++ b/x11-themes/tela-icon-theme/tela-icon-theme-99999999.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit edo + # eg. 20211225 -> 2021-12-25 MY_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}" MY_PN="${PN^}" @@ -62,7 +64,7 @@ src_install() { # installs broken symlink (by design, but we remove it due to QA warnings) # https://bugs.gentoo.org/830467 - find "${ED}" -xtype l -name uav.svg -delete || die "removing broken symlinks failed" + edob find "${ED}" -xtype l -print -delete einstalldocs }