diff options
author | Tal Peer <coredumb@gentoo.org> | 2003-06-30 18:59:47 +0000 |
---|---|---|
committer | Tal Peer <coredumb@gentoo.org> | 2003-06-30 18:59:47 +0000 |
commit | a09616331f44d25e0cd8490c45fb569e24cd2607 (patch) | |
tree | e21fc3678d78e771dfefb48051d551db07b58035 /dev-php/php-cvs | |
parent | set ppc in keywords (diff) | |
download | gentoo-2-a09616331f44d25e0cd8490c45fb569e24cd2607.tar.gz gentoo-2-a09616331f44d25e0cd8490c45fb569e24cd2607.tar.bz2 gentoo-2-a09616331f44d25e0cd8490c45fb569e24cd2607.zip |
Possible fix for the aux_get probs some users were experiencing.
Diffstat (limited to 'dev-php/php-cvs')
-rw-r--r-- | dev-php/php-cvs/Manifest | 2 | ||||
-rw-r--r-- | dev-php/php-cvs/php-cvs-5.0.ebuild | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/dev-php/php-cvs/Manifest b/dev-php/php-cvs/Manifest index 66e70dc651a7..f455052f7c0a 100644 --- a/dev-php/php-cvs/Manifest +++ b/dev-php/php-cvs/Manifest @@ -1,3 +1,3 @@ -MD5 d18e4bc620e634b54ee8892ce3cc7526 php-cvs-5.0.ebuild 1302 +MD5 65fd9d07d744cdd12207e839b4024c00 php-cvs-5.0.ebuild 1366 MD5 d5bf04463d9c5ef5b7adb6b3f01bac56 ChangeLog 650 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-php-cvs-5.0 0 diff --git a/dev-php/php-cvs/php-cvs-5.0.ebuild b/dev-php/php-cvs/php-cvs-5.0.ebuild index 53e424c0fff4..fe2ca9643787 100644 --- a/dev-php/php-cvs/php-cvs-5.0.ebuild +++ b/dev-php/php-cvs/php-cvs-5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cvs/php-cvs-5.0.ebuild,v 1.3 2003/06/03 18:12:46 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php-cvs/php-cvs-5.0.ebuild,v 1.4 2003/06/30 18:59:32 coredumb Exp $ ECVS_SERVER="cvs.php.net:/repository" ECVS_MODULE="php5" @@ -9,6 +9,8 @@ ECVS_PASS="phpfi" ECVS_AUTH="pserver" ECVS_BRANCH="" +PHPSAPI="cli" + inherit php cvs MY_P=php-${PV} @@ -36,6 +38,7 @@ src_compile() { src_install() { + installtargets="${installtargets} install-cli" php_src_install cp sapi/cli/php . |