diff options
author | 2009-05-26 17:04:42 +0000 | |
---|---|---|
committer | 2009-05-26 17:04:42 +0000 | |
commit | 22ecf808c98fbd5c0af8d342c67f6a17670e17e7 (patch) | |
tree | 15c6a7c32d6993c40851a97e64f2f1be639fceb5 /net-analyzer | |
parent | Call depend.apache_pkg_setup() in pkg_setup() (bug #268371). (diff) | |
download | gentoo-2-22ecf808c98fbd5c0af8d342c67f6a17670e17e7.tar.gz gentoo-2-22ecf808c98fbd5c0af8d342c67f6a17670e17e7.tar.bz2 gentoo-2-22ecf808c98fbd5c0af8d342c67f6a17670e17e7.zip |
Call depend.apache_pkg_setup() in pkg_setup() (bug #268371).
(Portage version: 13625-svn/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/cacti/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/cacti/cacti-0.8.6j-r8.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-analyzer/cacti/ChangeLog b/net-analyzer/cacti/ChangeLog index 89af8a95634a..f2fbbba2a2ad 100644 --- a/net-analyzer/cacti/ChangeLog +++ b/net-analyzer/cacti/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/cacti -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/ChangeLog,v 1.149 2009/03/08 11:26:58 pva Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/ChangeLog,v 1.150 2009/05/26 17:04:42 arfrever Exp $ + + 26 May 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + cacti-0.8.6j-r8.ebuild: + Call depend.apache_pkg_setup() in pkg_setup() (bug #268371). *cacti-0.8.7d (08 Mar 2009) diff --git a/net-analyzer/cacti/cacti-0.8.6j-r8.ebuild b/net-analyzer/cacti/cacti-0.8.6j-r8.ebuild index f5e8b32a5123..028673604f05 100644 --- a/net-analyzer/cacti/cacti-0.8.6j-r8.ebuild +++ b/net-analyzer/cacti/cacti-0.8.6j-r8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/cacti-0.8.6j-r8.ebuild,v 1.6 2008/02/25 19:24:32 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti/cacti-0.8.6j-r8.ebuild,v 1.7 2009/05/26 17:04:42 arfrever Exp $ inherit eutils webapp depend.apache depend.php @@ -63,6 +63,7 @@ src_unpack() { } pkg_setup() { + depend.apache_pkg_setup webapp_pkg_setup has_php if [ $PHP_VERSION = 5 ] ; then |