diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-10-08 16:18:04 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-10-08 16:18:04 +0000 |
commit | 95d35a19db1cbfbb3c1f092209eebd6a8470a70c (patch) | |
tree | a91b6137b20b04a692212657020fe36927a0ffe5 /dev-php/PEAR-Net_Socket | |
parent | Fix from upstream for detection of block devices with -s #108287 by Preston C... (diff) | |
download | historical-95d35a19db1cbfbb3c1f092209eebd6a8470a70c.tar.gz historical-95d35a19db1cbfbb3c1f092209eebd6a8470a70c.tar.bz2 historical-95d35a19db1cbfbb3c1f092209eebd6a8470a70c.zip |
adding ~ppc
Package-Manager: portage-2.0.53_rc3
Diffstat (limited to 'dev-php/PEAR-Net_Socket')
-rw-r--r-- | dev-php/PEAR-Net_Socket/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.6-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Net_Socket/ChangeLog b/dev-php/PEAR-Net_Socket/ChangeLog index f3cf12a48974..806c2d649b02 100644 --- a/dev-php/PEAR-Net_Socket/ChangeLog +++ b/dev-php/PEAR-Net_Socket/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Net_Socket # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Socket/ChangeLog,v 1.31 2005/09/11 17:59:42 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Socket/ChangeLog,v 1.32 2005/10/08 16:09:43 cardoe Exp $ + + 08 Oct 2005; Doug Goldstein <cardoe@gentoo.org> + PEAR-Net_Socket-1.0.6-r1.ebuild: + adding ~ppc 11 Sep 2005; Jason Wever <weeve@gentoo.org> PEAR-Net_Socket-1.0.6-r1.ebuild: diff --git a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.6-r1.ebuild b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.6-r1.ebuild index cb741b3f802d..8edf903c239e 100644 --- a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.6-r1.ebuild +++ b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.6-r1.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/PEAR-Net_Socket/PEAR-Net_Socket-1.0.6-r1.ebuild,v 1.3 2005/09/11 17:59:42 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.6-r1.ebuild,v 1.4 2005/10/08 16:09:43 cardoe Exp $ inherit php-pear-r1 @@ -8,5 +8,5 @@ DESCRIPTION="class interface to TCP sockets" LICENSE="PHP" SLOT="0" -KEYWORDS="~sparc ~x86" +KEYWORDS="~ppc ~sparc ~x86" IUSE="" |