diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:42:53 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:42:53 +0000 |
commit | 50aef0f48cf301e1c1c595aeec4613c477d15cc5 (patch) | |
tree | de134e2b5b7c2ae0ce46e16fab2f4c141ddc365e /www-apps/xoops | |
parent | Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apach... (diff) | |
download | gentoo-2-50aef0f48cf301e1c1c595aeec4613c477d15cc5.tar.gz gentoo-2-50aef0f48cf301e1c1c595aeec4613c477d15cc5.tar.bz2 gentoo-2-50aef0f48cf301e1c1c595aeec4613c477d15cc5.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 'www-apps/xoops')
-rw-r--r-- | www-apps/xoops/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/xoops/xoops-2.2.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www-apps/xoops/ChangeLog b/www-apps/xoops/ChangeLog index 9163a924f9b2..a9a7f1b016d5 100644 --- a/www-apps/xoops/ChangeLog +++ b/www-apps/xoops/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/xoops # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/xoops/ChangeLog,v 1.15 2007/01/02 22:58:09 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/xoops/ChangeLog,v 1.16 2007/07/29 17:42:53 phreak Exp $ + + 29 Jul 2007; Christian Heim <phreak@gentoo.org> xoops-2.2.4.ebuild: + Fixing the DEPEND/RDEPEND for the move of net-www/apache to + www-servers/apache (#78622). 02 Jan 2007; Renat Lumpau <rl03@gentoo.org> xoops-2.2.4.ebuild: Drop mysql dep wrt bug 159781 diff --git a/www-apps/xoops/xoops-2.2.4.ebuild b/www-apps/xoops/xoops-2.2.4.ebuild index 8bc6b87b0635..dac064365115 100644 --- a/www-apps/xoops/xoops-2.2.4.ebuild +++ b/www-apps/xoops/xoops-2.2.4.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/www-apps/xoops/xoops-2.2.4.ebuild,v 1.4 2007/07/13 06:13:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/xoops/xoops-2.2.4.ebuild,v 1.5 2007/07/29 17:42:53 phreak Exp $ inherit webapp @@ -16,7 +16,7 @@ S=${WORKDIR} IUSE="" RDEPEND="virtual/php - net-www/apache" + www-servers/apache" src_unpack() { unpack ${A} && cd ${S} |