diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 20:55:05 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 20:55:05 +0000 |
commit | 37d828d6c3c5296079296f210bcd3b9dba192a7b (patch) | |
tree | 438e1aa382b8480cbcfe9a033e8f74764d67c83c /virtual/jpeg/jpeg-62.ebuild | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-37d828d6c3c5296079296f210bcd3b9dba192a7b.tar.gz gentoo-2-37d828d6c3c5296079296f210bcd3b9dba192a7b.tar.bz2 gentoo-2-37d828d6c3c5296079296f210bcd3b9dba192a7b.zip |
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'virtual/jpeg/jpeg-62.ebuild')
-rw-r--r-- | virtual/jpeg/jpeg-62.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/virtual/jpeg/jpeg-62.ebuild b/virtual/jpeg/jpeg-62.ebuild index e3e468b8bf65..3e4acb4bfe76 100644 --- a/virtual/jpeg/jpeg-62.ebuild +++ b/virtual/jpeg/jpeg-62.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/jpeg/jpeg-62.ebuild,v 1.13 2014/06/09 23:23:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/jpeg/jpeg-62.ebuild,v 1.14 2014/06/18 20:55:05 mgorny Exp $ EAPI=5 @@ -16,7 +16,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 IUSE="" RDEPEND="|| ( - >=media-libs/libjpeg-turbo-1.3.0-r2:0[${MULTILIB_USEDEP}] - media-libs/jpeg:62[${MULTILIB_USEDEP}] + >=media-libs/libjpeg-turbo-1.3.0-r3:0[${MULTILIB_USEDEP}] + >=media-libs/jpeg-6b-r12:62[${MULTILIB_USEDEP}] )" DEPEND="" |