commit: 536d4e7a4b305bcee8fed13c6f69b93d90ceb74d Author: Joe Kappus <joe <AT> wt <DOT> gd> AuthorDate: Fri May 24 05:19:11 2024 +0000 Commit: Joe Kappus <joe <AT> wt <DOT> gd> CommitDate: Fri May 24 05:19:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=536d4e7a
gui-apps/hyprpicker: RDEPEND QA fixup Closes: https://bugs.gentoo.org/932561 Signed-off-by: Joe Kappus <joe <AT> wt.gd> gui-apps/hyprpicker/hyprpicker-0.2.0.ebuild | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/gui-apps/hyprpicker/hyprpicker-0.2.0.ebuild b/gui-apps/hyprpicker/hyprpicker-0.2.0.ebuild index a938e3acc..6ae449d89 100644 --- a/gui-apps/hyprpicker/hyprpicker-0.2.0.ebuild +++ b/gui-apps/hyprpicker/hyprpicker-0.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,14 +13,18 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -BDEPEND=" +RDEPEND=" dev-libs/wayland + x11-libs/cairo + x11-libs/pango +" + +BDEPEND=" + ${RDEPEND} dev-libs/wayland-protocols dev-util/wayland-scanner media-libs/libglvnd media-libs/libjpeg-turbo - x11-libs/cairo - x11-libs/pango x11-libs/libxkbcommon "