diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-29 16:58:37 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-29 16:58:37 +0000 |
commit | d032fb419cf5afbff146f0e576b23bb68ba2d3ce (patch) | |
tree | 2f3b9185d484b27b81f660cf1ebf9d86a3bc2f46 /media-sound/mserv | |
parent | ppc stable, bug #187007 (diff) | |
download | historical-d032fb419cf5afbff146f0e576b23bb68ba2d3ce.tar.gz historical-d032fb419cf5afbff146f0e576b23bb68ba2d3ce.tar.bz2 historical-d032fb419cf5afbff146f0e576b23bb68ba2d3ce.zip |
Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apache (#78622).
Package-Manager: portage-2.1.3_rc9
Diffstat (limited to 'media-sound/mserv')
-rw-r--r-- | media-sound/mserv/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/mserv/mserv-0.35-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/mserv/ChangeLog b/media-sound/mserv/ChangeLog index 899dd5b83976..58d29c3ea519 100644 --- a/media-sound/mserv/ChangeLog +++ b/media-sound/mserv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/mserv # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mserv/ChangeLog,v 1.22 2007/06/15 16:14:32 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mserv/ChangeLog,v 1.23 2007/07/29 16:58:37 phreak Exp $ + + 29 Jul 2007; Christian Heim <phreak@gentoo.org> mserv-0.35-r1.ebuild: + Fixing the DEPEND/RDEPEND for the move of net-www/apache to + www-servers/apache (#78622). 15 Jun 2007; Alexis Ballier <aballier@gentoo.org> -mserv-0.35.ebuild: remove version using obsolete webapp-apache eclass, bug #182129 diff --git a/media-sound/mserv/mserv-0.35-r1.ebuild b/media-sound/mserv/mserv-0.35-r1.ebuild index a5ad4c0a82fb..1c4065150cf1 100644 --- a/media-sound/mserv/mserv-0.35-r1.ebuild +++ b/media-sound/mserv/mserv-0.35-r1.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/media-sound/mserv/mserv-0.35-r1.ebuild,v 1.9 2007/02/10 04:17:31 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mserv/mserv-0.35-r1.ebuild,v 1.10 2007/07/29 16:58:37 phreak Exp $ inherit webapp eutils toolchain-funcs @@ -18,7 +18,7 @@ SLOT="0" RDEPEND=">=dev-lang/perl-5.6.1 virtual/mpg123 media-sound/sox - net-www/apache + www-servers/apache vorbis? ( media-sound/vorbis-tools )" pkg_setup() { |