diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2006-03-14 10:14:27 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2006-03-14 10:14:27 +0000 |
commit | b97107eaaa70168e0b7dcfc211237b8bfb69cebc (patch) | |
tree | 5d2fbd68f47c7a1321c74824b90e3826a4f2ef67 /dev-php/PEAR-PEAR/PEAR-PEAR-1.4.8.ebuild | |
parent | Manifest signed (diff) | |
download | gentoo-2-b97107eaaa70168e0b7dcfc211237b8bfb69cebc.tar.gz gentoo-2-b97107eaaa70168e0b7dcfc211237b8bfb69cebc.tar.bz2 gentoo-2-b97107eaaa70168e0b7dcfc211237b8bfb69cebc.zip |
Add pear.phing.info channel.
(Portage version: 2.1_pre6-r2)
Diffstat (limited to 'dev-php/PEAR-PEAR/PEAR-PEAR-1.4.8.ebuild')
-rw-r--r-- | dev-php/PEAR-PEAR/PEAR-PEAR-1.4.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.8.ebuild b/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.8.ebuild index 5c45dea29005..c02934203805 100644 --- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.8.ebuild +++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.8.ebuild,v 1.2 2006/03/13 08:46:13 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.8.ebuild,v 1.3 2006/03/14 10:14:27 sebastian Exp $ inherit depend.php @@ -124,7 +124,7 @@ pkg_postinst() { fi # Update PEAR channels as needed, add new ones to the list if needed - pearchans="pear.php.net pecl.php.net components.ez.no pear.phpdb.org" + pearchans="pear.php.net pecl.php.net components.ez.no pear.phpdb.org pear.phing.info" for chan in ${pearchans} ; do pear channel-discover ${chan} |