diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-08-16 21:16:28 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-08-16 21:16:28 +0000 |
commit | 2338b6217505fed5f4feb4a797990a6d76575815 (patch) | |
tree | 49cf32949c3468dbde069ba0120bbb407610acd5 /www-apps/phpwebsite | |
parent | Initial Import. Closes #59117 (Manifest recommit) (diff) | |
download | gentoo-2-2338b6217505fed5f4feb4a797990a6d76575815.tar.gz gentoo-2-2338b6217505fed5f4feb4a797990a6d76575815.tar.bz2 gentoo-2-2338b6217505fed5f4feb4a797990a6d76575815.zip |
Changing dep per Stuart's note in Bug #60458
Diffstat (limited to 'www-apps/phpwebsite')
-rw-r--r-- | www-apps/phpwebsite/phpwebsite-0.9.3_p4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/phpwebsite/phpwebsite-0.9.3_p4.ebuild b/www-apps/phpwebsite/phpwebsite-0.9.3_p4.ebuild index 9566425f338a..1a5ff55efc6c 100644 --- a/www-apps/phpwebsite/phpwebsite-0.9.3_p4.ebuild +++ b/www-apps/phpwebsite/phpwebsite-0.9.3_p4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-0.9.3_p4.ebuild,v 1.1 2004/08/16 20:24:15 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-0.9.3_p4.ebuild,v 1.2 2004/08/16 21:16:28 rizzo Exp $ inherit webapp @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}-full.tar.gz" LICENSE="LGPL-2.1" KEYWORDS="~x86 ~ppc ~sparc ~alpha" IUSE="" -RDEPEND="<=dev-php/mod_php-5 +RDEPEND="<=virtual/httpd-php-5 >=dev-db/mysql-3.23.23" DEPEND="${DEPEND} ${RDEPEND} >=net-www/webapp-config-1.10-r5" |