diff options
author | Renat Lumpau <rl03@gentoo.org> | 2007-01-02 22:43:39 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2007-01-02 22:43:39 +0000 |
commit | 5802e42d09a04aca3b255030b2080c8fd308be2c (patch) | |
tree | 3889e584a75624fb13b9f76cacef799613714066 /www-apps/openwebstats | |
parent | Drop mysql dep wrt bug 159781 (diff) | |
download | gentoo-2-5802e42d09a04aca3b255030b2080c8fd308be2c.tar.gz gentoo-2-5802e42d09a04aca3b255030b2080c8fd308be2c.tar.bz2 gentoo-2-5802e42d09a04aca3b255030b2080c8fd308be2c.zip |
Drop mysql dep wrt bug 159781
(Portage version: 2.1.2_rc4-r4)
Diffstat (limited to 'www-apps/openwebstats')
-rw-r--r-- | www-apps/openwebstats/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/openwebstats/openwebstats-1.1.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www-apps/openwebstats/ChangeLog b/www-apps/openwebstats/ChangeLog index 84cba2dfbf4f..8ffafd162b1e 100644 --- a/www-apps/openwebstats/ChangeLog +++ b/www-apps/openwebstats/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/openwebstats -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/openwebstats/ChangeLog,v 1.4 2006/11/23 17:21:11 vivo Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/openwebstats/ChangeLog,v 1.5 2007/01/02 22:43:39 rl03 Exp $ + + 02 Jan 2007; Renat Lumpau <rl03@gentoo.org> openwebstats-1.1.ebuild: + Drop mysql dep wrt bug 159781 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> openwebstats-1.1.ebuild: dev-db/mysql => virtual/mysql diff --git a/www-apps/openwebstats/openwebstats-1.1.ebuild b/www-apps/openwebstats/openwebstats-1.1.ebuild index ef9ef624d5ac..c9d439910957 100644 --- a/www-apps/openwebstats/openwebstats-1.1.ebuild +++ b/www-apps/openwebstats/openwebstats-1.1.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/openwebstats/openwebstats-1.1.ebuild,v 1.3 2006/11/23 17:21:11 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/openwebstats/openwebstats-1.1.ebuild,v 1.4 2007/01/02 22:43:39 rl03 Exp $ inherit webapp @@ -12,8 +12,7 @@ LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" -DEPEND="virtual/php - virtual/mysql" +DEPEND="virtual/php" S=${WORKDIR}/${PN} |