diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-29 16:59:40 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-29 16:59:40 +0000 |
commit | 1a2c742b232bcdc71425a6f4c3813d481c6df460 (patch) | |
tree | a0fc2a49c9602da9718f70b7a799e157cd30ddce /net-analyzer | |
parent | Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apach... (diff) | |
download | gentoo-2-1a2c742b232bcdc71425a6f4c3813d481c6df460.tar.gz gentoo-2-1a2c742b232bcdc71425a6f4c3813d481c6df460.tar.bz2 gentoo-2-1a2c742b232bcdc71425a6f4c3813d481c6df460.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 'net-analyzer')
-rw-r--r-- | net-analyzer/smokeping/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/smokeping/smokeping-2.0.9.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/smokeping/ChangeLog b/net-analyzer/smokeping/ChangeLog index 7a4a5ec1b062..8ef0a3c7648f 100644 --- a/net-analyzer/smokeping/ChangeLog +++ b/net-analyzer/smokeping/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/smokeping # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.10 2007/05/17 15:13:05 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/ChangeLog,v 1.11 2007/07/29 16:59:40 phreak Exp $ + + 29 Jul 2007; Christian Heim <phreak@gentoo.org> smokeping-2.0.9.ebuild: + Fixing the DEPEND/RDEPEND for the move of net-www/apache to + www-servers/apache (#78622). 17 May 2007; Luca Longinotti <chtekk@gentoo.org> smokeping-2.0.9.ebuild: Fix bug #157690. diff --git a/net-analyzer/smokeping/smokeping-2.0.9.ebuild b/net-analyzer/smokeping/smokeping-2.0.9.ebuild index 9ec9cf259ae7..ea9421757790 100644 --- a/net-analyzer/smokeping/smokeping-2.0.9.ebuild +++ b/net-analyzer/smokeping/smokeping-2.0.9.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/net-analyzer/smokeping/smokeping-2.0.9.ebuild,v 1.9 2007/05/17 15:13:05 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/smokeping/smokeping-2.0.9.ebuild,v 1.10 2007/07/29 16:59:40 phreak Exp $ inherit perl-module eutils @@ -17,7 +17,7 @@ DEPEND="dev-lang/perl virtual/perl-libnet >=net-analyzer/rrdtool-1.2 net-analyzer/fping - apache2? ( >=net-www/apache-2.0.54-r30 >=www-apache/mod_perl-2.0.1 )" + apache2? ( >=www-servers/apache-2.0.54-r30 >=www-apache/mod_perl-2.0.1 )" RDEPEND="${DEPEND}" pkg_setup() { |