diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-05-05 17:33:16 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-05-05 17:33:16 +0000 |
commit | 0f8787601abd6693278112f334881708ec55d9ea (patch) | |
tree | 42f0ba36abe9dc3702be4df6bc8a121538dac566 /app-emacs/thumbs | |
parent | Fix dependencies: postgresql-server is not needed at build time. (diff) | |
download | gentoo-2-0f8787601abd6693278112f334881708ec55d9ea.tar.gz gentoo-2-0f8787601abd6693278112f334881708ec55d9ea.tar.bz2 gentoo-2-0f8787601abd6693278112f334881708ec55d9ea.zip |
Fix dependencies: media-gfx/imagemagick is not needed at build time. Don't inherit eutils.
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'app-emacs/thumbs')
-rw-r--r-- | app-emacs/thumbs/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/thumbs/thumbs-2.0.ebuild | 9 |
2 files changed, 10 insertions, 7 deletions
diff --git a/app-emacs/thumbs/ChangeLog b/app-emacs/thumbs/ChangeLog index 5a6feb03c181..149175d40ef7 100644 --- a/app-emacs/thumbs/ChangeLog +++ b/app-emacs/thumbs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/thumbs -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v 1.20 2009/05/05 08:10:19 fauli Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v 1.21 2009/05/05 17:33:16 ulm Exp $ + + 05 May 2009; Ulrich Mueller <ulm@gentoo.org> thumbs-2.0.ebuild: + Fix dependencies: media-gfx/imagemagick is not needed at build time. + Don't inherit eutils. 05 May 2009; Christian Faulhammer <fauli@gentoo.org> thumbs-2.0.ebuild: set explicit RDEPEND diff --git a/app-emacs/thumbs/thumbs-2.0.ebuild b/app-emacs/thumbs/thumbs-2.0.ebuild index 00eea118ca12..af21de7696bd 100644 --- a/app-emacs/thumbs/thumbs-2.0.ebuild +++ b/app-emacs/thumbs/thumbs-2.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/thumbs-2.0.ebuild,v 1.6 2009/05/05 08:10:19 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/thumbs-2.0.ebuild,v 1.7 2009/05/05 17:33:16 ulm Exp $ -inherit elisp eutils +inherit elisp DESCRIPTION="Emacs thumbnail previewer for image files" HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki.pl?ThumbsMode" @@ -13,7 +13,6 @@ SLOT="0" KEYWORDS="amd64 ~ppc sparc x86" IUSE="" -DEPEND="media-gfx/imagemagick" -RDEPEND="${DEPEND}" +RDEPEND="media-gfx/imagemagick" -SITEFILE=51${PN}-gentoo.el +SITEFILE="51${PN}-gentoo.el" |