diff options
-rw-r--r-- | app-text/refbase/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/refbase/refbase-0.8.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-text/refbase/ChangeLog b/app-text/refbase/ChangeLog index 934fc43b0615..0cd57a68f0f0 100644 --- a/app-text/refbase/ChangeLog +++ b/app-text/refbase/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/refbase -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/refbase/ChangeLog,v 1.3 2006/11/23 20:11:51 vivo Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/refbase/ChangeLog,v 1.4 2007/07/29 16:44:22 phreak Exp $ + + 29 Jul 2007; Christian Heim <phreak@gentoo.org> refbase-0.8.0.ebuild: + Fixing the DEPEND/RDEPEND for the move of net-www/apache to + www-servers/apache (#78622). 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> refbase-0.8.0.ebuild: dev-db/mysql => virtual/mysql diff --git a/app-text/refbase/refbase-0.8.0.ebuild b/app-text/refbase/refbase-0.8.0.ebuild index 185929835845..a7b29564e221 100644 --- a/app-text/refbase/refbase-0.8.0.ebuild +++ b/app-text/refbase/refbase-0.8.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/refbase/refbase-0.8.0.ebuild,v 1.2 2006/11/23 20:11:51 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/refbase/refbase-0.8.0.ebuild,v 1.3 2007/07/29 16:44:22 phreak Exp $ inherit webapp @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" -RDEPEND="net-www/apache +RDEPEND="www-servers/apache app-admin/webapp-config >=virtual/php-4.1.0 >=virtual/mysql-4.1 |