summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2015-07-12 00:53:58 +0000
committerPatrick Lauer <patrick@gentoo.org>2015-07-12 00:53:58 +0000
commitd2f9aa0478c2d0d22cfbd63256ddf4fb1e8c1cce (patch)
treece9a20e07cf2f548d73b6d47555d572468bd97e7 /media-video
parentWhitespace (diff)
downloadgentoo-2-d2f9aa0478c2d0d22cfbd63256ddf4fb1e8c1cce.tar.gz
gentoo-2-d2f9aa0478c2d0d22cfbd63256ddf4fb1e8c1cce.tar.bz2
gentoo-2-d2f9aa0478c2d0d22cfbd63256ddf4fb1e8c1cce.zip
Fix slotting #554046
(Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/movit/ChangeLog6
-rw-r--r--media-video/movit/movit-1.1.1.ebuild6
-rw-r--r--media-video/movit/movit-1.1.2.ebuild6
-rw-r--r--media-video/movit/movit-1.1.3.ebuild4
-rw-r--r--media-video/movit/movit-1.1.ebuild6
5 files changed, 16 insertions, 12 deletions
diff --git a/media-video/movit/ChangeLog b/media-video/movit/ChangeLog
index a8c41bd4cc62..a9b3d7951525 100644
--- a/media-video/movit/ChangeLog
+++ b/media-video/movit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/movit
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/movit/ChangeLog,v 1.4 2015/04/02 06:02:47 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/movit/ChangeLog,v 1.5 2015/07/12 00:53:58 patrick Exp $
+
+ 12 Jul 2015; Patrick Lauer <patrick@gentoo.org> movit-1.1.1.ebuild,
+ movit-1.1.2.ebuild, movit-1.1.3.ebuild, movit-1.1.ebuild:
+ Fix slotting #554046
*movit-1.1.3 (02 Apr 2015)
diff --git a/media-video/movit/movit-1.1.1.ebuild b/media-video/movit/movit-1.1.1.ebuild
index 2f4c5b6d22cb..c8ae7655e8b5 100644
--- a/media-video/movit/movit-1.1.1.ebuild
+++ b/media-video/movit/movit-1.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/movit/movit-1.1.1.ebuild,v 1.1 2014/05/03 04:41:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/movit/movit-1.1.1.ebuild,v 1.2 2015/07/12 00:53:58 patrick Exp $
EAPI=5
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="media-libs/mesa
- =dev-cpp/eigen-3*
+ dev-cpp/eigen:3
media-libs/libepoxy
sci-libs/fftw
media-libs/libsdl2
diff --git a/media-video/movit/movit-1.1.2.ebuild b/media-video/movit/movit-1.1.2.ebuild
index db6ef2fddbfd..4cdf818c2662 100644
--- a/media-video/movit/movit-1.1.2.ebuild
+++ b/media-video/movit/movit-1.1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/movit/movit-1.1.2.ebuild,v 1.1 2014/08/14 05:30:39 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/movit/movit-1.1.2.ebuild,v 1.2 2015/07/12 00:53:58 patrick Exp $
EAPI=5
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="media-libs/mesa
- =dev-cpp/eigen-3*
+ dev-cpp/eigen:3
media-libs/libepoxy
sci-libs/fftw
media-libs/libsdl2
diff --git a/media-video/movit/movit-1.1.3.ebuild b/media-video/movit/movit-1.1.3.ebuild
index a114fe0fed85..604dce9c9bad 100644
--- a/media-video/movit/movit-1.1.3.ebuild
+++ b/media-video/movit/movit-1.1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/movit/movit-1.1.3.ebuild,v 1.1 2015/04/02 06:02:47 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/movit/movit-1.1.3.ebuild,v 1.2 2015/07/12 00:53:58 patrick Exp $
EAPI=5
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="media-libs/mesa
- =dev-cpp/eigen-3*
+ dev-cpp/eigen:3
media-libs/libepoxy
sci-libs/fftw
media-libs/libsdl2
diff --git a/media-video/movit/movit-1.1.ebuild b/media-video/movit/movit-1.1.ebuild
index 0e1923a78e7c..dd9b01c3ee42 100644
--- a/media-video/movit/movit-1.1.ebuild
+++ b/media-video/movit/movit-1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/movit/movit-1.1.ebuild,v 1.1 2014/04/15 03:59:29 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/movit/movit-1.1.ebuild,v 1.2 2015/07/12 00:53:58 patrick Exp $
EAPI=5
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="media-libs/mesa
- =dev-cpp/eigen-3*
+ dev-cpp/eigen:3
media-libs/libepoxy
sci-libs/fftw
"