Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-image/
Date: Wed, 02 May 2018 16:23:34
Message-Id: 1525276178.45f55b304021df879ccc919c6bdb5ec58e9ae513.mgorny@gentoo
1 commit: 45f55b304021df879ccc919c6bdb5ec58e9ae513
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 2 15:48:21 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 2 15:49:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f55b30
7
8 media-libs/sdl-image: Add := on media-libs/libwebp
9
10 Add a subslot rebuild operator on media-libs/libwebp. This package
11 has incompatible ABI changes since last sdl-image bump, and upstream
12 apparently fails to bump SONAME.
13
14 .../{sdl-image-1.2.12-r1.ebuild => sdl-image-1.2.12-r2.ebuild} | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 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
18 similarity index 93%
19 rename from media-libs/sdl-image/sdl-image-1.2.12-r1.ebuild
20 rename to media-libs/sdl-image/sdl-image-1.2.12-r2.ebuild
21 index 540b0e286e8..6a9bc4aa1f1 100644
22 --- a/media-libs/sdl-image/sdl-image-1.2.12-r1.ebuild
23 +++ b/media-libs/sdl-image/sdl-image-1.2.12-r2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2017 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=5
30 @@ -20,7 +20,7 @@ RDEPEND="
31 png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
32 jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
33 tiff? ( >=media-libs/tiff-3.9.7-r1:0[${MULTILIB_USEDEP}] )
34 - webp? ( >=media-libs/libwebp-0.3.0[${MULTILIB_USEDEP}] )"
35 + webp? ( >=media-libs/libwebp-0.3.0:=[${MULTILIB_USEDEP}] )"
36 DEPEND="${RDEPEND}"
37
38 S=${WORKDIR}/${MY_P}