summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-18 19:52:22 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-18 19:52:22 +0000
commit923e3aa37e7ab1593e3d2b31782136a18cafb92b (patch)
treebfb633864e02b25f1ca7303fe44c6b5412570c5e /media-libs/oyranos
parentUpdate dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff)
downloadgentoo-2-923e3aa37e7ab1593e3d2b31782136a18cafb92b.tar.gz
gentoo-2-923e3aa37e7ab1593e3d2b31782136a18cafb92b.tar.bz2
gentoo-2-923e3aa37e7ab1593e3d2b31782136a18cafb92b.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 'media-libs/oyranos')
-rw-r--r--media-libs/oyranos/ChangeLog8
-rw-r--r--media-libs/oyranos/oyranos-0.9.4-r1.ebuild16
2 files changed, 14 insertions, 10 deletions
diff --git a/media-libs/oyranos/ChangeLog b/media-libs/oyranos/ChangeLog
index 75508caa4708..60e7e74bd7e7 100644
--- a/media-libs/oyranos/ChangeLog
+++ b/media-libs/oyranos/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/oyranos
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/oyranos/ChangeLog,v 1.21 2013/08/15 03:38:17 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/oyranos/ChangeLog,v 1.22 2014/06/18 19:52:22 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <mgorny@gentoo.org> oyranos-0.9.4-r1.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
15 Aug 2013; Patrick Lauer <patrick@gentoo.org> oyranos-0.9.4-r1.ebuild,
oyranos-9999.ebuild:
diff --git a/media-libs/oyranos/oyranos-0.9.4-r1.ebuild b/media-libs/oyranos/oyranos-0.9.4-r1.ebuild
index dd1a96125be1..33d26473caf9 100644
--- a/media-libs/oyranos/oyranos-0.9.4-r1.ebuild
+++ b/media-libs/oyranos/oyranos-0.9.4-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/oyranos/oyranos-0.9.4-r1.ebuild,v 1.5 2013/08/15 03:38:17 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/oyranos/oyranos-0.9.4-r1.ebuild,v 1.6 2014/06/18 19:52:22 mgorny Exp $
EAPI=5
@@ -16,14 +16,14 @@ KEYWORDS="~amd64 ~x86"
IUSE="X cairo cups doc exif fltk qt4 raw test"
RDEPEND="=app-admin/elektra-0.7*[${MULTILIB_USEDEP}]
- dev-libs/yajl[${MULTILIB_USEDEP}]
+ >=dev-libs/yajl-2.0.4-r1[${MULTILIB_USEDEP}]
media-libs/icc-profiles-basiccolor-printing2009
media-libs/icc-profiles-basiccolor-printing2009
- >=media-libs/libXcm-0.5.2[${MULTILIB_USEDEP}]
- X? ( x11-libs/libXfixes[${MULTILIB_USEDEP}]
- x11-libs/libXrandr[${MULTILIB_USEDEP}]
- x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
- x11-libs/libXinerama[${MULTILIB_USEDEP}] )
+ >=media-libs/libXcm-0.5.2-r1[${MULTILIB_USEDEP}]
+ X? ( >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
+ >=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}]
+ >=x11-libs/libXxf86vm-1.1.3[${MULTILIB_USEDEP}]
+ >=x11-libs/libXinerama-1.1.3[${MULTILIB_USEDEP}] )
!amd64? (
dev-libs/libxml2
cairo? ( x11-libs/cairo )