summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-05-27 19:39:42 +0200
committerDavid Seifert <soap@gentoo.org>2019-05-27 19:39:42 +0200
commit15f8c32a171cca665574bbfbd936a4dea34317ed (patch)
treea1fa793d14dfc84a5ab4f9dd9a4ecf2a2b7879bf /virtual/jpeg-compat/jpeg-compat-62.ebuild
parentsci-geosciences/liblas: amd64 stable wrt bug #678482 (diff)
downloadgentoo-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-compat/jpeg-compat-62.ebuild')
-rw-r--r--virtual/jpeg-compat/jpeg-compat-62.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/virtual/jpeg-compat/jpeg-compat-62.ebuild b/virtual/jpeg-compat/jpeg-compat-62.ebuild
new file mode 100644
index 000000000000..cc4ce8125f6a
--- /dev/null
+++ b/virtual/jpeg-compat/jpeg-compat-62.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit multilib-build
+
+DESCRIPTION="A virtual for the libjpeg.so.62 ABI for binary-only programs"
+SLOT="62"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+
+RDEPEND="
+ || (
+ >=media-libs/libjpeg-turbo-1.3.0-r3:0[${MULTILIB_USEDEP}]
+ >=media-libs/jpeg-6b-r12:62[${MULTILIB_USEDEP}]
+ )"