commit: 2e2a44a0ddf231603288104fce0673ed121c1ec6 Author: Mathijs Saey <mathijs <AT> mathsaey <DOT> be> AuthorDate: Sun Dec 1 15:06:49 2024 +0000 Commit: Mathijs Saey <mathijs <AT> mathsaey <DOT> be> CommitDate: Sun Dec 1 15:06:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2e2a44a0
x11-misc/rofi-emoji: Add missing cairo dependency Adds x11-libs/cairo as a dependency. No revision as both x11-misc/rofi and gui-apps/rofi-wayland (which this package depends on) depend on this package. Closes: https://bugs.gentoo.org/945535 Signed-off-by: Mathijs Saey <mathijs <AT> mathsaey.be> x11-misc/rofi-emoji/rofi-emoji-3.4.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-misc/rofi-emoji/rofi-emoji-3.4.1.ebuild b/x11-misc/rofi-emoji/rofi-emoji-3.4.1.ebuild index 2df128311..220aedd9b 100644 --- a/x11-misc/rofi-emoji/rofi-emoji-3.4.1.ebuild +++ b/x11-misc/rofi-emoji/rofi-emoji-3.4.1.ebuild @@ -17,6 +17,7 @@ IUSE="wayland" DEPEND=" dev-libs/glib:2 + x11-libs/cairo[X] !wayland? ( x11-misc/rofi ) wayland? ( gui-apps/rofi-wayland ) "
