diff options
author | 2012-04-22 20:37:42 +0000 | |
---|---|---|
committer | 2012-04-22 20:37:42 +0000 | |
commit | 080d09a5ea8be6e216764da098c8ddff932e37bb (patch) | |
tree | 660736673d14bdd89af5ee196a60d326dffd8a3a /media-gfx/gnome-raw-thumbnailer | |
parent | Depend on <dev-libs/icu-49 in beta and dev channel. (diff) | |
download | gentoo-2-080d09a5ea8be6e216764da098c8ddff932e37bb.tar.gz gentoo-2-080d09a5ea8be6e216764da098c8ddff932e37bb.tar.bz2 gentoo-2-080d09a5ea8be6e216764da098c8ddff932e37bb.zip |
Move media-gfx/raw-thumbnailer block from DEPEND to RDEPEND wrt #413147
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/gnome-raw-thumbnailer')
-rw-r--r-- | media-gfx/gnome-raw-thumbnailer/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild | 27 |
2 files changed, 18 insertions, 15 deletions
diff --git a/media-gfx/gnome-raw-thumbnailer/ChangeLog b/media-gfx/gnome-raw-thumbnailer/ChangeLog index 466825a10f61..38566dcae978 100644 --- a/media-gfx/gnome-raw-thumbnailer/ChangeLog +++ b/media-gfx/gnome-raw-thumbnailer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/gnome-raw-thumbnailer # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-raw-thumbnailer/ChangeLog,v 1.11 2012/04/18 20:53:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-raw-thumbnailer/ChangeLog,v 1.12 2012/04/22 20:37:42 ssuominen Exp $ + + 22 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + gnome-raw-thumbnailer-3.0.0.ebuild: + Move media-gfx/raw-thumbnailer block from DEPEND to RDEPEND wrt #413147 18 Apr 2012; Agostino Sarubbo <ago@gentoo.org> gnome-raw-thumbnailer-3.0.0.ebuild: diff --git a/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild b/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild index 838a5ef2ac9e..d55dfe5de152 100644 --- a/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild +++ b/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild,v 1.3 2012/04/18 20:53:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild,v 1.4 2012/04/22 20:37:42 ssuominen Exp $ -EAPI="4" -GCONF_DEBUG="no" - -inherit autotools eutils gnome2 +EAPI=4 +GCONF_DEBUG=no +inherit gnome2 MY_P=${PN/gnome-}-${PV} @@ -19,16 +18,16 @@ KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=">=media-libs/libopenraw-0.0.9[gtk] - x11-libs/gdk-pixbuf:2 - >=dev-libs/glib-2.26:2 -" + >=x11-libs/gdk-pixbuf-2 + >=dev-libs/glib-2.26 + !media-gfx/raw-thumbnailer" DEPEND="${RDEPEND} - >=dev-util/intltool-0.21 + dev-util/intltool dev-util/pkgconfig - sys-devel/gettext - !media-gfx/raw-thumbnailer -" + sys-devel/gettext" -S="${WORKDIR}/${MY_P}" +S=${WORKDIR}/${MY_P} -DOCS="AUTHORS ChangeLog NEWS" +pkg_setup() { + DOCS="AUTHORS ChangeLog NEWS" +} |