diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-06-25 14:39:04 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-06-25 14:39:04 +0000 |
commit | b598b7e65702e30049f09641e461ff30fbc42430 (patch) | |
tree | 90f09a6c122a24d32f4ebd539f26ee18fcd7ed31 /dev-php/phpconfig | |
parent | version bump thanks to meatoo (diff) | |
download | gentoo-2-b598b7e65702e30049f09641e461ff30fbc42430.tar.gz gentoo-2-b598b7e65702e30049f09641e461ff30fbc42430.tar.bz2 gentoo-2-b598b7e65702e30049f09641e461ff30fbc42430.zip |
dep typo
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-php/phpconfig')
-rw-r--r-- | dev-php/phpconfig/phpconfig-5.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/phpconfig/phpconfig-5.0.4.ebuild b/dev-php/phpconfig/phpconfig-5.0.4.ebuild index ff280d0348da..87cd9e414a4f 100644 --- a/dev-php/phpconfig/phpconfig-5.0.4.ebuild +++ b/dev-php/phpconfig/phpconfig-5.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/phpconfig/phpconfig-5.0.4.ebuild,v 1.1 2005/06/12 15:16:17 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/phpconfig/phpconfig-5.0.4.ebuild,v 1.2 2005/06/25 14:37:02 swegener Exp $ DESCRIPTION="PECL build environment for PHP" HOMEPAGE="http://www.php.net/" @@ -9,7 +9,7 @@ LICENSE="PHP-3" SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="|| ( =virtual/php-5* =virtual/httpd-php-5*)" +DEPEND="|| ( =virtual/php-5* =virtual/httpd-php-5* )" #RDEPEND="" src_install() { |