Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/jpeg/
Date: Thu, 11 Apr 2019 17:25:13
Message-Id: 1555003487.8e303326966b434c90c5bb5715ff49889d2d5fa3.soap@gentoo
1 commit: 8e303326966b434c90c5bb5715ff49889d2d5fa3
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 11 17:24:47 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 11 17:24:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e303326
7
8 virtual/jpeg: Bump minimum versions
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Closes: https://github.com/gentoo/gentoo/pull/11654
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 virtual/jpeg/{jpeg-0-r2.ebuild => jpeg-0-r3.ebuild} | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/virtual/jpeg/jpeg-0-r2.ebuild b/virtual/jpeg/jpeg-0-r3.ebuild
18 similarity index 73%
19 rename from virtual/jpeg/jpeg-0-r2.ebuild
20 rename to virtual/jpeg/jpeg-0-r3.ebuild
21 index 8811bfb84df..ee9a4e48562 100644
22 --- a/virtual/jpeg/jpeg-0-r2.ebuild
23 +++ b/virtual/jpeg/jpeg-0-r3.ebuild
24 @@ -1,7 +1,7 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 -EAPI=5
30 +EAPI=7
31
32 inherit multilib-build
33
34 @@ -11,6 +11,6 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86
35 IUSE="static-libs"
36
37 RDEPEND="|| (
38 - >=media-libs/libjpeg-turbo-1.3.0-r3:0[static-libs?,${MULTILIB_USEDEP}]
39 - >=media-libs/jpeg-8d-r1:0[static-libs?,${MULTILIB_USEDEP}]
40 + >=media-libs/libjpeg-turbo-1.5.3-r2:0[static-libs?,${MULTILIB_USEDEP}]
41 + >=media-libs/jpeg-9c:0[static-libs?,${MULTILIB_USEDEP}]
42 )"