summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2005-12-12 20:13:50 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2005-12-12 20:13:50 +0000
commit3a96cc0bf688566d93a66e64fe4005f66a07a20f (patch)
treebe50db282ffac8ca05ba67f3bf72a676fd7c15ee /www-apps
parentFixed digests (diff)
downloadoverlay-3a96cc0bf688566d93a66e64fe4005f66a07a20f.tar.gz
overlay-3a96cc0bf688566d93a66e64fe4005f66a07a20f.tar.bz2
overlay-3a96cc0bf688566d93a66e64fe4005f66a07a20f.zip
Try to solve the jpgraph dependency
svn path=/; revision=575
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/outreach/outreach-1.2.6.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/www-apps/outreach/outreach-1.2.6.ebuild b/www-apps/outreach/outreach-1.2.6.ebuild
index 8578551..df8f18a 100644
--- a/www-apps/outreach/outreach-1.2.6.ebuild
+++ b/www-apps/outreach/outreach-1.2.6.ebuild
@@ -5,6 +5,7 @@
inherit eutils webapp
MY_PV=${PV//./-}
+
DESCRIPTION="Outreach Project Tool (OPT) is a PHP general-purpose virtual commonplace for customers and \
developers to collaborate in developing projects."
HOMEPAGE="http://outreach.sourceforge.net/"
@@ -15,7 +16,7 @@ IUSE=""
KEYWORDS="~x86"
RDEPEND="virtual/php
- dev-php/jpgraph
+ (dev-php4/jpgraph || dev-php5/jpgraph)
media-fonts/corefonts
dev-db/mysql"