diff options
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Net_Ping/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Net_Ping/ChangeLog b/dev-php/PEAR-Net_Ping/ChangeLog index c1ba8b0c7e27..2725255e8f75 100644 --- a/dev-php/PEAR-Net_Ping/ChangeLog +++ b/dev-php/PEAR-Net_Ping/ChangeLog @@ -1,6 +1,10 @@ # 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.4 2006/05/27 11:09:08 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Ping/ChangeLog,v 1.5 2006/11/25 19:49:56 kloeri Exp $ + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> + PEAR-Net_Ping-2.4.1.ebuild: + Add ~alpha + ~ia64 keywords, bug 134270. 27 May 2006; Luca Longinotti <chtekk@gentoo.org> PEAR-Net_Ping-2.4.1.ebuild: 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 2ac8c1969056..241eb494912a 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.4 2006/05/27 11:09:08 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Ping/PEAR-Net_Ping-2.4.1.ebuild,v 1.5 2006/11/25 19:49:56 kloeri Exp $ inherit php-pear-r1 @@ -8,5 +8,5 @@ DESCRIPTION="OS independet wrapper class for executing ping calls." LICENSE="PHP" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" |