diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-05-02 17:48:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-02 17:49:38 +0200 |
commit | 45f55b304021df879ccc919c6bdb5ec58e9ae513 (patch) | |
tree | 968febcd57d1283ff85bae2059b187bf43528e30 /media-libs/sdl-image | |
parent | gnome-extra/synapse: drop optional zeitgeist support (diff) | |
download | gentoo-45f55b304021df879ccc919c6bdb5ec58e9ae513.tar.gz gentoo-45f55b304021df879ccc919c6bdb5ec58e9ae513.tar.bz2 gentoo-45f55b304021df879ccc919c6bdb5ec58e9ae513.zip |
media-libs/sdl-image: Add := on media-libs/libwebp
Add a subslot rebuild operator on media-libs/libwebp. This package
has incompatible ABI changes since last sdl-image bump, and upstream
apparently fails to bump SONAME.
Diffstat (limited to 'media-libs/sdl-image')
-rw-r--r-- | media-libs/sdl-image/sdl-image-1.2.12-r2.ebuild (renamed from media-libs/sdl-image/sdl-image-1.2.12-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/sdl-image/sdl-image-1.2.12-r1.ebuild b/media-libs/sdl-image/sdl-image-1.2.12-r2.ebuild index 540b0e286e8a..6a9bc4aa1f1a 100644 --- a/media-libs/sdl-image/sdl-image-1.2.12-r1.ebuild +++ b/media-libs/sdl-image/sdl-image-1.2.12-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,7 +20,7 @@ RDEPEND=" png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] ) jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] ) tiff? ( >=media-libs/tiff-3.9.7-r1:0[${MULTILIB_USEDEP}] ) - webp? ( >=media-libs/libwebp-0.3.0[${MULTILIB_USEDEP}] )" + webp? ( >=media-libs/libwebp-0.3.0:=[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} |