commit: 8e303326966b434c90c5bb5715ff49889d2d5fa3 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Thu Apr 11 17:24:47 2019 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Thu Apr 11 17:24:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e303326
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 <AT> gentoo.org> virtual/jpeg/{jpeg-0-r2.ebuild => jpeg-0-r3.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/virtual/jpeg/jpeg-0-r2.ebuild b/virtual/jpeg/jpeg-0-r3.ebuild similarity index 73% rename from virtual/jpeg/jpeg-0-r2.ebuild rename to virtual/jpeg/jpeg-0-r3.ebuild index 8811bfb84df..ee9a4e48562 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}] )"