commit: a1b53669fcf6624d30104064c40aa234baf97625 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Mar 20 13:03:16 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Mar 20 13:05:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b53669
xfce-extra/xfce4-panel-profiles: Add missing psutil dep Closes: https://bugs.gentoo.org/949383 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> ...el-profiles-1.0.15.ebuild => xfce4-panel-profiles-1.0.15-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.15.ebuild b/xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.15-r1.ebuild similarity index 93% rename from xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.15.ebuild rename to xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.15-r1.ebuild index cb66b48f35e9..52e5c2d3dbb0 100644 --- a/xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.15.ebuild +++ b/xfce-extra/xfce4-panel-profiles/xfce4-panel-profiles-1.0.15-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,6 +28,7 @@ RDEPEND=" ${BDEPEND} dev-libs/gobject-introspection $(python_gen_cond_dep ' + dev-python/psutil[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] ') x11-libs/gtk+:3[introspection]