diff options
author | Matti Bickel <mabi@gentoo.org> | 2010-09-11 15:15:28 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2010-09-11 15:15:28 +0000 |
commit | b4bc8ff4a34a7afdd85adbd20654b2cb25dc7eb9 (patch) | |
tree | 1d219bf57b98d19b5533d17d8827cd0d9aa80f38 /www-apps | |
parent | change virtual/php to dev-lang/php (bug #319623) (diff) | |
download | gentoo-2-b4bc8ff4a34a7afdd85adbd20654b2cb25dc7eb9.tar.gz gentoo-2-b4bc8ff4a34a7afdd85adbd20654b2cb25dc7eb9.tar.bz2 gentoo-2-b4bc8ff4a34a7afdd85adbd20654b2cb25dc7eb9.zip |
change virtual/php to dev-lang/php (bug #319623)
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/openwebstats/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/openwebstats/openwebstats-1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/www-apps/openwebstats/ChangeLog b/www-apps/openwebstats/ChangeLog index 8ffafd162b1e..d2480052d033 100644 --- a/www-apps/openwebstats/ChangeLog +++ b/www-apps/openwebstats/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/openwebstats -# 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 $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/openwebstats/ChangeLog,v 1.6 2010/09/11 15:15:28 mabi Exp $ + + 11 Sep 2010; Matti Bickel <mabi@gentoo.org> openwebstats-1.1.ebuild: + change virtual/php to dev-lang/php (bug #319623) 02 Jan 2007; Renat Lumpau <rl03@gentoo.org> openwebstats-1.1.ebuild: Drop mysql dep wrt bug 159781 diff --git a/www-apps/openwebstats/openwebstats-1.1.ebuild b/www-apps/openwebstats/openwebstats-1.1.ebuild index c9d439910957..9097322274a7 100644 --- a/www-apps/openwebstats/openwebstats-1.1.ebuild +++ b/www-apps/openwebstats/openwebstats-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 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.4 2007/01/02 22:43:39 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/openwebstats/openwebstats-1.1.ebuild,v 1.5 2010/09/11 15:15:28 mabi Exp $ inherit webapp @@ -12,7 +12,7 @@ LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" -DEPEND="virtual/php" +DEPEND="dev-lang/php" S=${WORKDIR}/${PN} |