diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-04-18 19:01:58 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-04-18 19:03:21 +0200 |
commit | 4fb0fe2a0c65387e0df1fb28af9a01b546917c9c (patch) | |
tree | d91ec7f10d04d4b0d0aa6e62dbe27203d4ae9c9f /sci-biology | |
parent | dev-lang/gdl: Use wxGTK 3.2 (diff) | |
download | gentoo-4fb0fe2a0c65387e0df1fb28af9a01b546917c9c.tar.gz gentoo-4fb0fe2a0c65387e0df1fb28af9a01b546917c9c.tar.bz2 gentoo-4fb0fe2a0c65387e0df1fb28af9a01b546917c9c.zip |
sci-biology/treeviewx: Update icon cache
Closes: https://bugs.gentoo.org/924697
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/treeviewx/treeviewx-0.5.1.20100823_p4.ebuild | 4 |
1 files 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" |