summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-04-22 20:39:06 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-04-22 20:39:06 +0000
commit5e401f8be5ae7936a12b67cdef70c0383983d196 (patch)
tree2d5122def6886c65fbd37a832481a89f9a52fae8 /media-gfx
parentMove media-gfx/raw-thumbnailer block from DEPEND to RDEPEND wrt #413147 (diff)
downloadgentoo-2-5e401f8be5ae7936a12b67cdef70c0383983d196.tar.gz
gentoo-2-5e401f8be5ae7936a12b67cdef70c0383983d196.tar.bz2
gentoo-2-5e401f8be5ae7936a12b67cdef70c0383983d196.zip
Move media-gfx/gnome-raw-thumbnailer block from DEPEND to RDEPEND wrt #413147
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/raw-thumbnailer/ChangeLog6
-rw-r--r--media-gfx/raw-thumbnailer/raw-thumbnailer-0.2.1.ebuild10
2 files changed, 10 insertions, 6 deletions
diff --git a/media-gfx/raw-thumbnailer/ChangeLog b/media-gfx/raw-thumbnailer/ChangeLog
index bb7f7efd7640..35b3f010c22d 100644
--- a/media-gfx/raw-thumbnailer/ChangeLog
+++ b/media-gfx/raw-thumbnailer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/raw-thumbnailer
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/raw-thumbnailer/ChangeLog,v 1.37 2012/02/02 14:58:03 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/raw-thumbnailer/ChangeLog,v 1.38 2012/04/22 20:39:06 ssuominen Exp $
+
+ 22 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
+ raw-thumbnailer-0.2.1.ebuild:
+ Move media-gfx/gnome-raw-thumbnailer block from DEPEND to RDEPEND wrt #413147
02 Feb 2012; Samuli Suominen <ssuominen@gentoo.org>
-raw-thumbnailer-0.2.ebuild, -raw-thumbnailer-0.2-r1.ebuild,
diff --git a/media-gfx/raw-thumbnailer/raw-thumbnailer-0.2.1.ebuild b/media-gfx/raw-thumbnailer/raw-thumbnailer-0.2.1.ebuild
index 0832b0184036..c64e4af1da50 100644
--- a/media-gfx/raw-thumbnailer/raw-thumbnailer-0.2.1.ebuild
+++ b/media-gfx/raw-thumbnailer/raw-thumbnailer-0.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/raw-thumbnailer/raw-thumbnailer-0.2.1.ebuild,v 1.8 2012/02/02 14:56:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/raw-thumbnailer/raw-thumbnailer-0.2.1.ebuild,v 1.9 2012/04/22 20:39:06 ssuominen Exp $
EAPI=4
@@ -13,10 +13,10 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
IUSE=""
-RDEPEND="media-libs/libopenraw[gtk]
- x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
+RDEPEND=">=media-libs/libopenraw-0.0.9[gtk]
+ x11-libs/gtk+:2
!media-gfx/gnome-raw-thumbnailer"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
DOCS=( AUTHORS ChangeLog )