diff options
author | Renat Lumpau <rl03@gentoo.org> | 2007-01-02 22:49:38 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2007-01-02 22:49:38 +0000 |
commit | 31d067f0ba69050660f1fa9f7de9389fb8889da6 (patch) | |
tree | 93d64ae0a55916aa39aa7d7cf17b588d6100feae /www-apps/phpwebsite | |
parent | Drop mysql dep wrt bug 159781 (diff) | |
download | gentoo-2-31d067f0ba69050660f1fa9f7de9389fb8889da6.tar.gz gentoo-2-31d067f0ba69050660f1fa9f7de9389fb8889da6.tar.bz2 gentoo-2-31d067f0ba69050660f1fa9f7de9389fb8889da6.zip |
Drop mysql dep wrt bug 159781
(Portage version: 2.1.2_rc4-r4)
Diffstat (limited to 'www-apps/phpwebsite')
-rw-r--r-- | www-apps/phpwebsite/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/phpwebsite/phpwebsite-0.10.2.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www-apps/phpwebsite/ChangeLog b/www-apps/phpwebsite/ChangeLog index b955e75559e9..6f174ea50cfa 100644 --- a/www-apps/phpwebsite/ChangeLog +++ b/www-apps/phpwebsite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/phpwebsite -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.57 2006/11/23 17:25:10 vivo Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.58 2007/01/02 22:49:38 rl03 Exp $ + + 02 Jan 2007; Renat Lumpau <rl03@gentoo.org> phpwebsite-0.10.2.ebuild: + Drop mysql dep wrt bug 159781 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> phpwebsite-0.10.2.ebuild: dev-db/mysql => virtual/mysql diff --git a/www-apps/phpwebsite/phpwebsite-0.10.2.ebuild b/www-apps/phpwebsite/phpwebsite-0.10.2.ebuild index 2632358c62db..e3219f3858f3 100644 --- a/www-apps/phpwebsite/phpwebsite-0.10.2.ebuild +++ b/www-apps/phpwebsite/phpwebsite-0.10.2.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/www-apps/phpwebsite/phpwebsite-0.10.2.ebuild,v 1.6 2006/11/23 17:25:10 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-0.10.2.ebuild,v 1.7 2007/01/02 22:49:38 rl03 Exp $ inherit webapp @@ -13,8 +13,7 @@ LICENSE="LGPL-2.1" KEYWORDS="alpha ppc sparc x86" IUSE="" -RDEPEND="virtual/httpd-php - virtual/mysql" +RDEPEND="virtual/httpd-php" S=${WORKDIR} |