diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 08:10:19 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-05 08:10:19 +0000 |
commit | 21d3c88fd8d17bdfb6dcb9c450c62106e74d6967 (patch) | |
tree | 1763be772b788ab4c39ee11fc600e94ffd7e940a /app-emacs/thumbs | |
parent | fix repoman warnings (diff) | |
download | gentoo-2-21d3c88fd8d17bdfb6dcb9c450c62106e74d6967.tar.gz gentoo-2-21d3c88fd8d17bdfb6dcb9c450c62106e74d6967.tar.bz2 gentoo-2-21d3c88fd8d17bdfb6dcb9c450c62106e74d6967.zip |
set explicit RDEPEND
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'app-emacs/thumbs')
-rw-r--r-- | app-emacs/thumbs/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/thumbs/thumbs-2.0.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emacs/thumbs/ChangeLog b/app-emacs/thumbs/ChangeLog index a6f83d9f871d..5a6feb03c181 100644 --- a/app-emacs/thumbs/ChangeLog +++ b/app-emacs/thumbs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/thumbs -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v 1.19 2008/06/14 23:30:42 ulm Exp $ +# 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 $ + + 05 May 2009; Christian Faulhammer <fauli@gentoo.org> thumbs-2.0.ebuild: + set explicit RDEPEND 14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> thumbs-2.0.ebuild: Do not assign SIMPLE_ELISP since elisp.eclass now detects this case diff --git a/app-emacs/thumbs/thumbs-2.0.ebuild b/app-emacs/thumbs/thumbs-2.0.ebuild index 6ffb113d16b7..00eea118ca12 100644 --- a/app-emacs/thumbs/thumbs-2.0.ebuild +++ b/app-emacs/thumbs/thumbs-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.5 2008/06/14 23:30:42 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/thumbs-2.0.ebuild,v 1.6 2009/05/05 08:10:19 fauli Exp $ inherit elisp eutils @@ -14,5 +14,6 @@ KEYWORDS="amd64 ~ppc sparc x86" IUSE="" DEPEND="media-gfx/imagemagick" +RDEPEND="${DEPEND}" SITEFILE=51${PN}-gentoo.el |