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 D53B513933E for ; Tue, 6 Jul 2021 06:58:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FDA4E0950; Tue, 6 Jul 2021 06:58:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 17A66E0950 for ; Tue, 6 Jul 2021 06:58:34 +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 114B1342A7E for ; Tue, 6 Jul 2021 06:58:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E2207BA for ; Tue, 6 Jul 2021 06:58:31 +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: <1625554694.5f4aad60f2498ecbf950c0847b0053e6720b1b79.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/piper/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/piper/piper-0.5.1-r1.ebuild app-misc/piper/piper-0.5.1-r2.ebuild X-VCS-Directories: app-misc/piper/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 5f4aad60f2498ecbf950c0847b0053e6720b1b79 X-VCS-Branch: master Date: Tue, 6 Jul 2021 06:58: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: 9e764fb8-e936-4793-9c04-3a4394d4a50d X-Archives-Hash: af96991ff077b491eae617777c50c777 commit: 5f4aad60f2498ecbf950c0847b0053e6720b1b79 Author: Alexander Barker 1stleg com> AuthorDate: Mon Jul 5 15:32:31 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Jul 6 06:58:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4aad60 app-misc/piper-0.5.1-r1 installs icons but does not update icon cache Closes: https://bugs.gentoo.org/795714 Signed-off-by: Alex Barker 1stleg.com> Closes: https://github.com/gentoo/gentoo/pull/21537 Signed-off-by: Lars Wendler gentoo.org> app-misc/piper/{piper-0.5.1-r1.ebuild => piper-0.5.1-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/piper/piper-0.5.1-r1.ebuild b/app-misc/piper/piper-0.5.1-r2.ebuild similarity index 96% rename from app-misc/piper/piper-0.5.1-r1.ebuild rename to app-misc/piper/piper-0.5.1-r2.ebuild index 594522ebf5c..b4605779800 100644 --- a/app-misc/piper/piper-0.5.1-r1.ebuild +++ b/app-misc/piper/piper-0.5.1-r2.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) -inherit meson python-single-r1 udev +inherit meson python-single-r1 udev xdg DESCRIPTION="GTK configuration application for libratbag" HOMEPAGE="https://github.com/libratbag/piper"