diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-06-25 14:37:02 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-06-25 14:37:02 +0000 |
commit | a87ce8ce77d09aa55062d74ab6438fb90d7ebc97 (patch) | |
tree | 5455cd7d8a4f0e2d8695a3e751e05defa400a862 /dev-php | |
parent | - worked around BREG compile errors while building. version bumped to current... (diff) | |
download | historical-a87ce8ce77d09aa55062d74ab6438fb90d7ebc97.tar.gz historical-a87ce8ce77d09aa55062d74ab6438fb90d7ebc97.tar.bz2 historical-a87ce8ce77d09aa55062d74ab6438fb90d7ebc97.zip |
dep typo
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/phpconfig/Manifest | 18 | ||||
-rw-r--r-- | dev-php/phpconfig/phpconfig-5.0.4.ebuild | 4 |
2 files changed, 16 insertions, 6 deletions
diff --git a/dev-php/phpconfig/Manifest b/dev-php/phpconfig/Manifest index 2fdede27e271..4e5d6e899b96 100644 --- a/dev-php/phpconfig/Manifest +++ b/dev-php/phpconfig/Manifest @@ -1,8 +1,18 @@ -MD5 a337cb2c7926716bbee9bb67fd55945a phpconfig-4.3.10.ebuild 475 -MD5 77bca7c7383a4e8518c897436978e6ec phpconfig-5.0.4.ebuild 503 -MD5 4aaa700474b3b39a5ee0df8c9533be3f phpconfig-5.1.0_beta.ebuild 509 -MD5 20a839261a245831bebc798717c34cec metadata.xml 272 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 e83da8eba1a19dbb7735e9641207af1d ChangeLog 413 MD5 f8b0f67c9699e97ba131dfe1294d1c74 files/digest-phpconfig-4.3.10 68 MD5 6e51126168d1b338861e5590d5aa58f5 files/digest-phpconfig-5.0.4 68 MD5 b838a7be804caad9551e86ddf531f1a9 files/digest-phpconfig-5.1.0_beta 73 +MD5 20a839261a245831bebc798717c34cec metadata.xml 272 +MD5 a337cb2c7926716bbee9bb67fd55945a phpconfig-4.3.10.ebuild 475 +MD5 5538b25024843e11ac3231154083d8f1 phpconfig-5.0.4.ebuild 506 +MD5 4aaa700474b3b39a5ee0df8c9533be3f phpconfig-5.1.0_beta.ebuild 509 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCvWwmI1lqEGTUzyQRAijBAJ44hm+xhrkyxIUp72BCazx8m3YK7QCcDhBM +bjOlEMv4synuL9gYgXEDros= +=s6cP +-----END PGP SIGNATURE----- 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() { |