diff options
author | Renat Lumpau <rl03@gentoo.org> | 2007-01-02 22:58:09 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2007-01-02 22:58:09 +0000 |
commit | 1db5e22225b48ae4aabb76074f5b7ea0efc838e6 (patch) | |
tree | b158648f31dcc9a0c36117d25affec7664287151 /www-apps/openwebstats/openwebstats-1.1.ebuild | |
parent | www-apache/mod_mono: Removed unused apache2 USE flag (addressing bug #150083) (diff) | |
download | historical-1db5e22225b48ae4aabb76074f5b7ea0efc838e6.tar.gz historical-1db5e22225b48ae4aabb76074f5b7ea0efc838e6.tar.bz2 historical-1db5e22225b48ae4aabb76074f5b7ea0efc838e6.zip |
Drop mysql dep wrt bug 159781
Package-Manager: portage-2.1.2_rc4-r4
Diffstat (limited to 'www-apps/openwebstats/openwebstats-1.1.ebuild')
-rw-r--r-- | www-apps/openwebstats/openwebstats-1.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
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} |