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 778EA158043 for ; Thu, 18 Apr 2024 17:03:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E388E29E6; Thu, 18 Apr 2024 17:03:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 1C1B3E29E6 for ; Thu, 18 Apr 2024 17:03:47 +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 452FB3434C5 for ; Thu, 18 Apr 2024 17:03:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A4171710 for ; Thu, 18 Apr 2024 17:03:44 +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: <1713459801.4fb0fe2a0c65387e0df1fb28af9a01b546917c9c.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/treeviewx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/treeviewx/treeviewx-0.5.1.20100823_p4.ebuild X-VCS-Directories: sci-biology/treeviewx/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 4fb0fe2a0c65387e0df1fb28af9a01b546917c9c X-VCS-Branch: master Date: Thu, 18 Apr 2024 17:03:44 +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: fc9b7c89-354f-402a-b3eb-4399d52b94a5 X-Archives-Hash: cc00f2994a3c12a3dbe5f0add8c03cfe commit: 4fb0fe2a0c65387e0df1fb28af9a01b546917c9c Author: Pacho Ramos gentoo org> AuthorDate: Thu Apr 18 17:01:58 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Apr 18 17:03:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb0fe2a sci-biology/treeviewx: Update icon cache Closes: https://bugs.gentoo.org/924697 Signed-off-by: Pacho Ramos gentoo.org> sci-biology/treeviewx/treeviewx-0.5.1.20100823_p4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/treeviewx/treeviewx-0.5.1.20100823_p4.ebuild b/sci-biology/treeviewx/treeviewx-0.5.1.20100823_p4.ebuild index c5233f056c4d..ca5cbd152ba2 100644 --- a/sci-biology/treeviewx/treeviewx-0.5.1.20100823_p4.ebuild +++ b/sci-biology/treeviewx/treeviewx-0.5.1.20100823_p4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 WX_GTK_VER="3.2-gtk3" -inherit autotools desktop wxwidgets +inherit autotools desktop wxwidgets xdg DESCRIPTION="A phylogenetic tree viewer" HOMEPAGE="https://github.com/rdmpage/treeviewx"