diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2023-03-22 18:47:05 +0100 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2023-03-22 18:47:05 +0100 |
commit | a19c064f8036149579544321d47d46c86b87c90a (patch) | |
tree | 2e7ad9c13c6fbf24272c580db26e145d46c59d54 /media-gfx/feh | |
parent | mail-client/neomutt: Remove old versions (diff) | |
download | gentoo-a19c064f8036149579544321d47d46c86b87c90a.tar.gz gentoo-a19c064f8036149579544321d47d46c86b87c90a.tar.bz2 gentoo-a19c064f8036149579544321d47d46c86b87c90a.zip |
media-gfx/feh: 3.9.1-r1: Simplify COMMON_DEPEND.
Bug: https://bugs.gentoo.org/902077
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'media-gfx/feh')
-rw-r--r-- | media-gfx/feh/feh-3.9.1-r1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/media-gfx/feh/feh-3.9.1-r1.ebuild b/media-gfx/feh/feh-3.9.1-r1.ebuild index 7ea8a8a2d3be..ccf4a73ffa70 100644 --- a/media-gfx/feh/feh-3.9.1-r1.ebuild +++ b/media-gfx/feh/feh-3.9.1-r1.ebuild @@ -15,10 +15,7 @@ IUSE="debug curl exif test xinerama inotify" RESTRICT="test" # Tests are broken. COMMON_DEPEND=" - || ( - >=media-libs/imlib2-1.11.0[X,text] - <media-libs/imlib2-1.11.0[X] - ) + media-libs/imlib2[X,text(+)] >=media-libs/libpng-1.2:0= x11-libs/libX11 curl? ( net-misc/curl ) |