summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hartmann <ian@gentoo.org>2006-07-04 08:52:03 +0000
committerChristian Hartmann <ian@gentoo.org>2006-07-04 08:52:03 +0000
commitf2aacc032fe1553b66ac4b6cf1d1d4e76f04d2a6 (patch)
treedc33fea5a5fb65a4f5cf49a9e1aea87386436821 /dev-perl/GD/GD-2.30.ebuild
parentFixed RDEPEND wrt bug #134781 (diff)
downloadgentoo-2-f2aacc032fe1553b66ac4b6cf1d1d4e76f04d2a6.tar.gz
gentoo-2-f2aacc032fe1553b66ac4b6cf1d1d4e76f04d2a6.tar.bz2
gentoo-2-f2aacc032fe1553b66ac4b6cf1d1d4e76f04d2a6.zip
Fixed RDEPEND wrt bug #134781
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-perl/GD/GD-2.30.ebuild')
-rw-r--r--dev-perl/GD/GD-2.30.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/GD/GD-2.30.ebuild b/dev-perl/GD/GD-2.30.ebuild
index 1630a6bee5f8..7b3c83407235 100644
--- a/dev-perl/GD/GD-2.30.ebuild
+++ b/dev-perl/GD/GD-2.30.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD/GD-2.30.ebuild,v 1.11 2006/04/24 15:16:15 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD/GD-2.30.ebuild,v 1.12 2006/07/04 08:52:03 ian Exp $
inherit eutils perl-module
@@ -19,6 +19,7 @@ DEPEND=">=media-libs/gd-2.0.28
truetype? ( =media-libs/freetype-2* )
xpm? ( || ( x11-libs/libXpm virtual/x11 ) )
gif? ( media-libs/giflib )"
+RDEPEND="${DEPEND}"
src_compile() {
myconf=""
@@ -31,4 +32,4 @@ src_compile() {
perl-module_src_compile
}
-mydoc="GD.html"
+mydoc="GD.html" \ No newline at end of file