summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-05-17 20:46:09 +0000
committerUlrich Müller <ulm@gentoo.org>2011-05-17 20:46:09 +0000
commitf5c3c072f335e146a4cd6cca827ef8db79d9f38c (patch)
tree4022f03138b82e7225f8c382718da7b759a8776a /app-emacs
parentx86 stable wrt bug #367271 (diff)
downloadgentoo-2-f5c3c072f335e146a4cd6cca827ef8db79d9f38c.tar.gz
gentoo-2-f5c3c072f335e146a4cd6cca827ef8db79d9f38c.tar.bz2
gentoo-2-f5c3c072f335e146a4cd6cca827ef8db79d9f38c.zip
Depend on imagemagick or graphicsmagick, bug 314207.
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/thumbs/ChangeLog7
-rw-r--r--app-emacs/thumbs/thumbs-2.0.ebuild8
2 files changed, 10 insertions, 5 deletions
diff --git a/app-emacs/thumbs/ChangeLog b/app-emacs/thumbs/ChangeLog
index 5ea7ff50ece9..885c09c085c7 100644
--- a/app-emacs/thumbs/ChangeLog
+++ b/app-emacs/thumbs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/thumbs
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v 1.23 2010/10/12 22:36:11 ulm Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v 1.24 2011/05/17 20:46:09 ulm Exp $
+
+ 17 May 2011; Ulrich Mueller <ulm@gentoo.org> thumbs-2.0.ebuild:
+ Depend on imagemagick or graphicsmagick, bug 314207.
12 Oct 2010; Ulrich Mueller <ulm@gentoo.org>
-files/thumbs.el-gentoo.patch:
diff --git a/app-emacs/thumbs/thumbs-2.0.ebuild b/app-emacs/thumbs/thumbs-2.0.ebuild
index 5608fc72a8aa..eb9daed45b80 100644
--- a/app-emacs/thumbs/thumbs-2.0.ebuild
+++ b/app-emacs/thumbs/thumbs-2.0.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.8 2010/05/22 15:30:45 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/thumbs-2.0.ebuild,v 1.9 2011/05/17 20:46:09 ulm Exp $
+
+EAPI=4
inherit elisp
@@ -13,6 +15,6 @@ SLOT="0"
KEYWORDS="amd64 ~ppc sparc x86"
IUSE=""
-RDEPEND="media-gfx/imagemagick"
+RDEPEND="|| ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
SITEFILE="50${PN}-gentoo.el"