commit: b499dd87ad1bcf51f62c508e30c1953280915d1d Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Thu Sep 11 13:27:34 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Thu Sep 11 13:29:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b499dd87
x11-themes/fedora-backgrounds: Fix MissingUseDepDefault warning Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> x11-themes/fedora-backgrounds/fedora-backgrounds-42.0.0.ebuild | 2 +- x11-themes/fedora-backgrounds/fedora-backgrounds-43.0.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-42.0.0.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-42.0.0.ebuild index dfd9d57ae097..dcb5a53c864f 100644 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-42.0.0.ebuild +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-42.0.0.ebuild @@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~x86" # Migrate to virtual/imagemagick-tools when it supports jpegxl: # https://bugs.gentoo.org/953960 BDEPEND="|| ( - media-gfx/imagemagick[jpegxl,png] + media-gfx/imagemagick[jpegxl(-),png] media-gfx/graphicsmagick[imagemagick,jpegxl,png] ) " diff --git a/x11-themes/fedora-backgrounds/fedora-backgrounds-43.0.1.ebuild b/x11-themes/fedora-backgrounds/fedora-backgrounds-43.0.1.ebuild index 9ff11c8fd89e..491512fc510c 100644 --- a/x11-themes/fedora-backgrounds/fedora-backgrounds-43.0.1.ebuild +++ b/x11-themes/fedora-backgrounds/fedora-backgrounds-43.0.1.ebuild @@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~x86" # Migrate to virtual/imagemagick-tools when it supports jpegxl: # https://bugs.gentoo.org/953960 BDEPEND="|| ( - media-gfx/imagemagick[jpegxl,png] + media-gfx/imagemagick[jpegxl(-),png] media-gfx/graphicsmagick[imagemagick,jpegxl,png] ) "
