summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-04-11 19:24:47 +0200
committerDavid Seifert <soap@gentoo.org>2019-04-11 19:24:47 +0200
commit8e303326966b434c90c5bb5715ff49889d2d5fa3 (patch)
treef6ce14c8f76ffb60d68d10e3fd041d92e42c5fb1 /virtual/jpeg
parentgames-action/lugaru: Port to EAPI 7 (diff)
downloadgentoo-8e303326966b434c90c5bb5715ff49889d2d5fa3.tar.gz
gentoo-8e303326966b434c90c5bb5715ff49889d2d5fa3.tar.bz2
gentoo-8e303326966b434c90c5bb5715ff49889d2d5fa3.zip
virtual/jpeg: Bump minimum versions
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Closes: https://github.com/gentoo/gentoo/pull/11654 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'virtual/jpeg')
-rw-r--r--virtual/jpeg/jpeg-0-r3.ebuild (renamed from virtual/jpeg/jpeg-0-r2.ebuild)8
1 files changed, 4 insertions, 4 deletions
diff --git a/virtual/jpeg/jpeg-0-r2.ebuild b/virtual/jpeg/jpeg-0-r3.ebuild
index 8811bfb84df5..ee9a4e48562f 100644
--- a/virtual/jpeg/jpeg-0-r2.ebuild
+++ b/virtual/jpeg/jpeg-0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit multilib-build
@@ -11,6 +11,6 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86
IUSE="static-libs"
RDEPEND="|| (
- >=media-libs/libjpeg-turbo-1.3.0-r3:0[static-libs?,${MULTILIB_USEDEP}]
- >=media-libs/jpeg-8d-r1:0[static-libs?,${MULTILIB_USEDEP}]
+ >=media-libs/libjpeg-turbo-1.5.3-r2:0[static-libs?,${MULTILIB_USEDEP}]
+ >=media-libs/jpeg-9c:0[static-libs?,${MULTILIB_USEDEP}]
)"