diff options
-rw-r--r-- | dev-php/PEAR-Net_Ping/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-Net_Ping/ChangeLog b/dev-php/PEAR-Net_Ping/ChangeLog index 14049cf1b169..86075450ac16 100644 --- a/dev-php/PEAR-Net_Ping/ChangeLog +++ b/dev-php/PEAR-Net_Ping/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Net_Ping # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Ping/ChangeLog,v 1.1 2006/05/18 06:45:37 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Ping/ChangeLog,v 1.2 2006/05/25 18:57:52 nixnut Exp $ + + 25 May 2006; <nixnut@gentoo.org> PEAR-Net_Ping-2.4.1.ebuild: + Added ~ppc. bug #134270 *PEAR-Net_Ping-2.4.1 (18 May 2006) diff --git a/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.1.ebuild b/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.1.ebuild index 3e12983b3932..0dfb1affb08a 100644 --- a/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.1.ebuild +++ b/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.1.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-Net_Ping/PEAR-Net_Ping-2.4.1.ebuild,v 1.1 2006/05/18 06:45:37 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.1.ebuild,v 1.2 2006/05/25 18:57:52 nixnut Exp $ inherit php-pear-r1 @@ -8,5 +8,5 @@ DESCRIPTION="OS independet wrapper class for executing ping calls." LICENSE="PHP" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~ppc ~x86" IUSE="" |