diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-29 16:53:50 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-29 16:53:50 +0000 |
commit | fb454716aa64ce9b6669f24ff1e234c90f070495 (patch) | |
tree | 054f79fbf49450557228e424d0edd45be5bd7cd7 /dev-php4 | |
parent | Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apach... (diff) | |
download | gentoo-2-fb454716aa64ce9b6669f24ff1e234c90f070495.tar.gz gentoo-2-fb454716aa64ce9b6669f24ff1e234c90f070495.tar.bz2 gentoo-2-fb454716aa64ce9b6669f24ff1e234c90f070495.zip |
Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apache (#78622).
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'dev-php4')
-rw-r--r-- | dev-php4/jpgraph/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php4/jpgraph/jpgraph-1.20.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php4/jpgraph/ChangeLog b/dev-php4/jpgraph/ChangeLog index a7a0b7f29e6c..1eaf6107286f 100644 --- a/dev-php4/jpgraph/ChangeLog +++ b/dev-php4/jpgraph/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php4/jpgraph # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/jpgraph/ChangeLog,v 1.16 2007/03/17 23:11:17 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/jpgraph/ChangeLog,v 1.17 2007/07/29 16:53:50 phreak Exp $ + + 29 Jul 2007; Christian Heim <phreak@gentoo.org> jpgraph-1.20.5.ebuild: + Fixing the DEPEND/RDEPEND for the move of net-www/apache to + www-servers/apache (#78622). 17 Mar 2007; Luca Longinotti <chtekk@gentoo.org> jpgraph-1.20.5.ebuild: Update SRC_URI. diff --git a/dev-php4/jpgraph/jpgraph-1.20.5.ebuild b/dev-php4/jpgraph/jpgraph-1.20.5.ebuild index 28171aac5f2c..8400217ed636 100644 --- a/dev-php4/jpgraph/jpgraph-1.20.5.ebuild +++ b/dev-php4/jpgraph/jpgraph-1.20.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/jpgraph/jpgraph-1.20.5.ebuild,v 1.8 2007/03/17 23:11:17 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/jpgraph/jpgraph-1.20.5.ebuild,v 1.9 2007/07/29 16:53:50 phreak Exp $ inherit php-lib-r1 @@ -27,7 +27,7 @@ pkg_setup() { require_gd # check to wich user:group the cache dir will go - if has_version "net-www/apache" ; then + if has_version "www-servers/apache" ; then HTTPD_USER="apache" HTTPD_GROUP="apache" einfo "Configuring ${JPGRAPH_CACHEDIR} for Apache." |