From fef9c9189fa4e2ad0724b6f09cf7c1d5f419c989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 6 Apr 2022 18:16:07 +0200 Subject: [PATCH] virtual/jpeg: Remove obsolete media-libs/jpeg provider MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit media-libs/jpeg has been removed from ::gentoo. Remove its entry and revbump in order to enforce upgrade to media-libs/libjpeg-turbo on the remaining Gentoo systems. Signed-off-by: Michał Górny --- virtual/jpeg/{jpeg-100.ebuild => jpeg-100-r1.ebuild} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) rename virtual/jpeg/{jpeg-100.ebuild => jpeg-100-r1.ebuild} (68%) diff --git a/virtual/jpeg/jpeg-100.ebuild b/virtual/jpeg/jpeg-100-r1.ebuild similarity index 68% rename from virtual/jpeg/jpeg-100.ebuild rename to virtual/jpeg/jpeg-100-r1.ebuild index 9f8f55c5ff206..871f682b4bfb4 100644 --- a/virtual/jpeg/jpeg-100.ebuild +++ b/virtual/jpeg/jpeg-100-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,6 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" -RDEPEND="|| ( - >=media-libs/libjpeg-turbo-1.5.3-r2:0[static-libs?,${MULTILIB_USEDEP}] - >=media-libs/jpeg-9c:0[static-libs?,${MULTILIB_USEDEP}] - )" +RDEPEND=" + >=media-libs/libjpeg-turbo-1.5.3-r2:0[static-libs?,${MULTILIB_USEDEP}] +"