summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'virtual')
-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}]
)"