dev-debug/gprofng-gui: inherit xdg

Closes: https://bugs.gentoo.org/954295
Closes: https://bugs.gentoo.org/954296
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-04-23 18:34:13 +01:00
parent 7556aac308
commit 06e1da9ea1
3 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 2024 Gentoo Authors
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit java-pkg-2
inherit java-pkg-2 xdg
DESCRIPTION="Full-fledged graphical interface to operate gprofng"
HOMEPAGE="https://www.gnu.org/software/gprofng-gui/"

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit java-pkg-2
inherit java-pkg-2 xdg
DESCRIPTION="Full-fledged graphical interface to operate gprofng"
HOMEPAGE="https://www.gnu.org/software/gprofng-gui/"

View File

@@ -1,9 +1,9 @@
# Copyright 2024 Gentoo Authors
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit java-pkg-2
inherit java-pkg-2 xdg
DESCRIPTION="Full-fledged graphical interface to operate gprofng"
HOMEPAGE="https://www.gnu.org/software/gprofng-gui/"