commit: 06e1da9ea1abdbdf41471e5efc2bcfdc292a025d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Apr 23 17:34:13 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 23 17:34:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e1da9e
dev-debug/gprofng-gui: inherit xdg Closes: https://bugs.gentoo.org/954295 Closes: https://bugs.gentoo.org/954296 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild | 4 ++-- dev-debug/gprofng-gui/gprofng-gui-2.0.ebuild | 2 +- dev-debug/gprofng-gui/gprofng-gui-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild b/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild index a97566fb7708..562dab19b40b 100644 --- a/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild +++ b/dev-debug/gprofng-gui/gprofng-gui-1.1.ebuild @@ -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/" diff --git a/dev-debug/gprofng-gui/gprofng-gui-2.0.ebuild b/dev-debug/gprofng-gui/gprofng-gui-2.0.ebuild index e3357af2f53c..562dab19b40b 100644 --- a/dev-debug/gprofng-gui/gprofng-gui-2.0.ebuild +++ b/dev-debug/gprofng-gui/gprofng-gui-2.0.ebuild @@ -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/" diff --git a/dev-debug/gprofng-gui/gprofng-gui-9999.ebuild b/dev-debug/gprofng-gui/gprofng-gui-9999.ebuild index a97566fb7708..562dab19b40b 100644 --- a/dev-debug/gprofng-gui/gprofng-gui-9999.ebuild +++ b/dev-debug/gprofng-gui/gprofng-gui-9999.ebuild @@ -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/"
