summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2011-05-11 12:31:43 +0000
committerJim Ramsay <lack@gentoo.org>2011-05-11 12:31:43 +0000
commit9d8d3f9025d81fd5571c2b0f9c65e36deb14746f (patch)
tree3c61e75630d0d66809ea3e2f9d3a2269665817d2
parentnet-irc/inspircd: Remove use of die in a subshell. (diff)
downloadgentoo-2-9d8d3f9025d81fd5571c2b0f9c65e36deb14746f.tar.gz
gentoo-2-9d8d3f9025d81fd5571c2b0f9c65e36deb14746f.tar.bz2
gentoo-2-9d8d3f9025d81fd5571c2b0f9c65e36deb14746f.zip
Adding graphicsmagick dependency (Bug #314407)
(Portage version: 2.1.9.34/cvs/Linux i686)
-rw-r--r--x11-plugins/gkrellshoot/ChangeLog7
-rw-r--r--x11-plugins/gkrellshoot/gkrellshoot-0.4.4.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-plugins/gkrellshoot/ChangeLog b/x11-plugins/gkrellshoot/ChangeLog
index cb648b60d673..ce09c17cba16 100644
--- a/x11-plugins/gkrellshoot/ChangeLog
+++ b/x11-plugins/gkrellshoot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/gkrellshoot
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/ChangeLog,v 1.29 2007/06/12 21:21:36 lack Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/ChangeLog,v 1.30 2011/05/11 12:31:43 lack Exp $
+
+ 11 May 2011; Jim Ramsay <lack@gentoo.org> gkrellshoot-0.4.4.ebuild:
+ Adding graphicsmagick dependency (Bug #314407)
12 Jun 2007; Jim Ramsay <lack@gentoo.org> -gkrellshoot-0.4.1.ebuild,
-gkrellshoot-0.4.3.ebuild:
diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4.ebuild b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4.ebuild
index 91724bc4a582..dfa02a4e72d5 100644
--- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4.ebuild
+++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/gkrellshoot-0.4.4.ebuild,v 1.7 2007/07/11 20:39:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellshoot/gkrellshoot-0.4.4.ebuild,v 1.8 2011/05/11 12:31:43 lack Exp $
+EAPI=4
inherit gkrellm-plugin
S=${WORKDIR}/${P/s/S}
@@ -14,4 +15,4 @@ SLOT="2"
KEYWORDS="alpha amd64 ppc sparc x86"
IUSE=""
-RDEPEND="media-gfx/imagemagick"
+RDEPEND="|| ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"