diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 19:51:15 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 19:51:15 +0000 |
commit | 1dfa5609864f19c6f4d7d5e2d37492799d83b4c3 (patch) | |
tree | e27d68718c00e33ec550cd257ef524e116ad9648 /media-libs/libv4l | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-1dfa5609864f19c6f4d7d5e2d37492799d83b4c3.tar.gz gentoo-2-1dfa5609864f19c6f4d7d5e2d37492799d83b4c3.tar.bz2 gentoo-2-1dfa5609864f19c6f4d7d5e2d37492799d83b4c3.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/libv4l')
-rw-r--r-- | media-libs/libv4l/ChangeLog | 9 | ||||
-rw-r--r-- | media-libs/libv4l/libv4l-0.9.5-r1.ebuild | 6 | ||||
-rw-r--r-- | media-libs/libv4l/libv4l-1.0.0.ebuild | 6 |
3 files changed, 13 insertions, 8 deletions
diff --git a/media-libs/libv4l/ChangeLog b/media-libs/libv4l/ChangeLog index 8bba992e00b4..25413e485595 100644 --- a/media-libs/libv4l/ChangeLog +++ b/media-libs/libv4l/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/libv4l -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.96 2013/08/06 14:45:36 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/ChangeLog,v 1.97 2014/06/18 19:51:15 mgorny Exp $ + + 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libv4l-0.9.5-r1.ebuild, + libv4l-1.0.0.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. *libv4l-1.0.0 (06 Aug 2013) diff --git a/media-libs/libv4l/libv4l-0.9.5-r1.ebuild b/media-libs/libv4l/libv4l-0.9.5-r1.ebuild index e274ef1c8beb..3ed63ac6a98b 100644 --- a/media-libs/libv4l/libv4l-0.9.5-r1.ebuild +++ b/media-libs/libv4l/libv4l-0.9.5-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/libv4l/libv4l-0.9.5-r1.ebuild,v 1.8 2013/08/05 09:46:43 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.9.5-r1.ebuild,v 1.9 2014/06/18 19:51:15 mgorny Exp $ EAPI=5 inherit eutils linux-info udev multilib-minimal @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x IUSE="" # The libraries only link to -ljpeg, therefore multilib depend only for virtual/jpeg. -RDEPEND=">=virtual/jpeg-0-r1:0=[${MULTILIB_USEDEP}] +RDEPEND=">=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] virtual/glu virtual/opengl x11-libs/libX11:= diff --git a/media-libs/libv4l/libv4l-1.0.0.ebuild b/media-libs/libv4l/libv4l-1.0.0.ebuild index f66360f19fe7..a18fe6c2f8a5 100644 --- a/media-libs/libv4l/libv4l-1.0.0.ebuild +++ b/media-libs/libv4l/libv4l-1.0.0.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/libv4l/libv4l-1.0.0.ebuild,v 1.1 2013/08/06 14:45:36 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-1.0.0.ebuild,v 1.2 2014/06/18 19:51:15 mgorny Exp $ EAPI=5 inherit eutils linux-info udev multilib-minimal @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x IUSE="" # The libraries only link to -ljpeg, therefore multilib depend only for virtual/jpeg. -RDEPEND=">=virtual/jpeg-0-r1:0=[${MULTILIB_USEDEP}] +RDEPEND=">=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] virtual/glu virtual/opengl x11-libs/libX11:= |