summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-07-31 16:17:40 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-07-31 16:17:40 +0000
commite127f2174ada6d51079ee97a09bb4848869890f8 (patch)
treebcede831a0adb231bb0558322f1102699e4194e8 /virtual/jpeg
parentadd the blocker on emul-linux so that it is stacked for baselibs -r4 (diff)
downloadgentoo-2-e127f2174ada6d51079ee97a09bb4848869890f8.tar.gz
gentoo-2-e127f2174ada6d51079ee97a09bb4848869890f8.tar.bz2
gentoo-2-e127f2174ada6d51079ee97a09bb4848869890f8.zip
Fix deps on the providers by using MULTILIB_USEDEP
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'virtual/jpeg')
-rw-r--r--virtual/jpeg/ChangeLog5
-rw-r--r--virtual/jpeg/jpeg-0-r1.ebuild10
2 files changed, 10 insertions, 5 deletions
diff --git a/virtual/jpeg/ChangeLog b/virtual/jpeg/ChangeLog
index 745ed1a4943f..9d85f94a2e46 100644
--- a/virtual/jpeg/ChangeLog
+++ b/virtual/jpeg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for virtual/jpeg
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/jpeg/ChangeLog,v 1.11 2013/07/31 10:13:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/jpeg/ChangeLog,v 1.12 2013/07/31 16:17:40 aballier Exp $
+
+ 31 Jul 2013; Alexis Ballier <aballier@gentoo.org> jpeg-0-r1.ebuild:
+ Fix deps on the providers by using MULTILIB_USEDEP
*jpeg-0-r1 (31 Jul 2013)
diff --git a/virtual/jpeg/jpeg-0-r1.ebuild b/virtual/jpeg/jpeg-0-r1.ebuild
index 78384c96af52..5796fef0c4ac 100644
--- a/virtual/jpeg/jpeg-0-r1.ebuild
+++ b/virtual/jpeg/jpeg-0-r1.ebuild
@@ -1,9 +1,11 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/jpeg/jpeg-0-r1.ebuild,v 1.1 2013/07/31 10:13:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/jpeg/jpeg-0-r1.ebuild,v 1.2 2013/07/31 16:17:40 aballier Exp $
EAPI=5
+inherit multilib-build
+
DESCRIPTION="A virtual for the JPEG implementation"
HOMEPAGE=""
SRC_URI=""
@@ -11,10 +13,10 @@ SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="static-libs abi_x86_32 abi_x86_64 abi_x86_x32"
+IUSE="static-libs"
RDEPEND="|| (
- >=media-libs/libjpeg-turbo-1.3.0-r1:0[static-libs?,abi_x86_32?]
- >=media-libs/jpeg-8d-r1:0[static-libs?,abi_x86_32?]
+ >=media-libs/libjpeg-turbo-1.3.0-r1:0[static-libs?,${MULTILIB_USEDEP}]
+ >=media-libs/jpeg-8d-r1:0[static-libs?,${MULTILIB_USEDEP}]
)"
DEPEND=""