commit: 9c3b30dfd11488e3f4e09cf51565a87013bd492a Author: Alexander Kurakin <kuraga333 <AT> mail <DOT> ru> AuthorDate: Sat Jan 3 19:03:07 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jan 3 19:26:11 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c3b30df
x11-themes/elementary-xfce-icon-theme-0.22: fix BDEPEND See https://github.com/shimmerproject/elementary-xfce/commit/067ec3e13fec5e5ccfde0804bfcb6359272b07cd . Signed-off-by: Alexander Kurakin <kuraga333 <AT> mail.ru> Part-of: https://github.com/gentoo/gentoo/pull/45238 Closes: https://github.com/gentoo/gentoo/pull/45238 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.22.ebuild b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.22.ebuild index 7630f7e6c423..8993a27f70db 100644 --- a/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.22.ebuild +++ b/x11-themes/elementary-xfce-icon-theme/elementary-xfce-icon-theme-0.22.ebuild @@ -23,7 +23,7 @@ KEYWORDS="~amd64 ~riscv ~x86" BDEPEND=" media-gfx/optipng x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3" + gnome-base/librsvg" src_prepare() { sed -i -e 's:-Werror -O0 -pipe:${CFLAGS} ${CPPFLAGS} ${LDFLAGS}:' \
