diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-06 18:16:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-06 18:16:26 +0200 |
commit | fef9c9189fa4e2ad0724b6f09cf7c1d5f419c989 (patch) | |
tree | c7d65bd74d7dc1d4c345cc1109b36d46c07d2706 /virtual | |
parent | dev-ruby/parallel: add 1.22.1 (diff) | |
download | gentoo-fef9c9189fa4e2ad0724b6f09cf7c1d5f419c989.tar.gz gentoo-fef9c9189fa4e2ad0724b6f09cf7c1d5f419c989.tar.bz2 gentoo-fef9c9189fa4e2ad0724b6f09cf7c1d5f419c989.zip |
virtual/jpeg: Remove obsolete media-libs/jpeg provider
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 <mgorny@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/jpeg/jpeg-100-r1.ebuild (renamed from virtual/jpeg/jpeg-100.ebuild) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/virtual/jpeg/jpeg-100.ebuild b/virtual/jpeg/jpeg-100-r1.ebuild index 9f8f55c5ff20..871f682b4bfb 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}] +" |