Skip to content

Commit

Permalink
media-libs/sdl-image: Add := on media-libs/libwebp
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mgorny committed May 2, 2018
1 parent 224e7a6 commit 45f55b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}
Expand Down

0 comments on commit 45f55b3

Please sign in to comment.