diff options
author | David Seifert <soap@gentoo.org> | 2019-04-11 19:24:47 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-04-11 19:24:47 +0200 |
commit | 8e303326966b434c90c5bb5715ff49889d2d5fa3 (patch) | |
tree | f6ce14c8f76ffb60d68d10e3fd041d92e42c5fb1 /virtual/jpeg/jpeg-0-r3.ebuild | |
parent | games-action/lugaru: Port to EAPI 7 (diff) | |
download | gentoo-8e303326966b434c90c5bb5715ff49889d2d5fa3.tar.gz gentoo-8e303326966b434c90c5bb5715ff49889d2d5fa3.tar.bz2 gentoo-8e303326966b434c90c5bb5715ff49889d2d5fa3.zip |
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@gentoo.org>
Diffstat (limited to 'virtual/jpeg/jpeg-0-r3.ebuild')
-rw-r--r-- | virtual/jpeg/jpeg-0-r3.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/virtual/jpeg/jpeg-0-r3.ebuild b/virtual/jpeg/jpeg-0-r3.ebuild new file mode 100644 index 000000000000..ee9a4e48562f --- /dev/null +++ b/virtual/jpeg/jpeg-0-r3.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="Virtual to select between libjpeg-turbo and IJG jpeg for source-based packages" +SLOT="0" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~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}] + )" |