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 0ED171581C1 for ; Tue, 9 Jul 2024 18:37:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E8452BC040; Tue, 9 Jul 2024 18:37:28 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B1A22BC040 for ; Tue, 9 Jul 2024 18:37:28 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51EC4343005 for ; Tue, 9 Jul 2024 18:37:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5EA8DC4 for ; Tue, 9 Jul 2024 18:37:25 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1720550206.16df9953fac511b43972ebee85e55318972d73b2.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/tqsl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/tqsl/tqsl-2.7.3.ebuild X-VCS-Directories: media-radio/tqsl/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 16df9953fac511b43972ebee85e55318972d73b2 X-VCS-Branch: master Date: Tue, 9 Jul 2024 18:37:25 +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: 3ef03b98-1899-4100-bcc0-f21eb27b9443 X-Archives-Hash: bb7772ced5b333e498ab122e31f393c7 commit: 16df9953fac511b43972ebee85e55318972d73b2 Author: Pacho Ramos gentoo org> AuthorDate: Tue Jul 9 18:36:46 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Jul 9 18:36:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16df9953 media-radio/tqsl: Update icon cache Thanks-to: Agostino Sarubbo Closes: https://bugs.gentoo.org/935623 Signed-off-by: Pacho Ramos gentoo.org> media-radio/tqsl/tqsl-2.7.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-radio/tqsl/tqsl-2.7.3.ebuild b/media-radio/tqsl/tqsl-2.7.3.ebuild index fac65b432b32..03cd3caba5e0 100644 --- a/media-radio/tqsl/tqsl-2.7.3.ebuild +++ b/media-radio/tqsl/tqsl-2.7.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 WX_GTK_VER="3.2-gtk3" -inherit cmake wxwidgets +inherit cmake wxwidgets xdg DESCRIPTION="ARRL Logbook of the World" HOMEPAGE="https://www.arrl.org/tqsl-download"