diff options
author | David Seifert <soap@gentoo.org> | 2019-05-27 19:39:42 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-05-27 19:39:42 +0200 |
commit | 15f8c32a171cca665574bbfbd936a4dea34317ed (patch) | |
tree | a1fa793d14dfc84a5ab4f9dd9a4ecf2a2b7879bf /virtual/jpeg | |
parent | sci-geosciences/liblas: amd64 stable wrt bug #678482 (diff) | |
download | gentoo-15f8c32a171cca665574bbfbd936a4dea34317ed.tar.gz gentoo-15f8c32a171cca665574bbfbd936a4dea34317ed.tar.bz2 gentoo-15f8c32a171cca665574bbfbd936a4dea34317ed.zip |
virtual/jpeg-compat: New binary compatibility virtual
Closes: https://github.com/gentoo/gentoo/pull/12115
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'virtual/jpeg')
-rw-r--r-- | virtual/jpeg/jpeg-62.ebuild | 15 | ||||
-rw-r--r-- | virtual/jpeg/metadata.xml | 6 |
2 files changed, 0 insertions, 21 deletions
diff --git a/virtual/jpeg/jpeg-62.ebuild b/virtual/jpeg/jpeg-62.ebuild deleted file mode 100644 index 3b40ab4281ee..000000000000 --- a/virtual/jpeg/jpeg-62.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit multilib-build - -DESCRIPTION="A virtual for the libjpeg.so.62 ABI for binary-only programs" -SLOT="62" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -RDEPEND="|| ( - >=media-libs/libjpeg-turbo-1.3.0-r3:0[${MULTILIB_USEDEP}] - >=media-libs/jpeg-6b-r12:62[${MULTILIB_USEDEP}] - )" diff --git a/virtual/jpeg/metadata.xml b/virtual/jpeg/metadata.xml index d5a42ca38ba3..899a49093b0d 100644 --- a/virtual/jpeg/metadata.xml +++ b/virtual/jpeg/metadata.xml @@ -5,10 +5,4 @@ <email>graphics@gentoo.org</email> <name>Gentoo Graphics Project</name> </maintainer> - <slots> - <slot name="0">For building against. This is the only slot - that provides headers and command line tools.</slot> - <slot name="62">For binary compatibility, provides - libjpeg.so.62 only.</slot> - </slots> </pkgmetadata> |