diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-05-27 11:11:09 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-05-27 11:11:09 +0000 |
commit | 17be61f1fa08aba783085c50bca51ebc8a4af880 (patch) | |
tree | ee0aefec02d5165af7e918e6939bc829351f8356 /dev-php/PEAR-Net_Ping | |
parent | Stable on alpha wrt bug #129091 (diff) | |
download | historical-17be61f1fa08aba783085c50bca51ebc8a4af880.tar.gz historical-17be61f1fa08aba783085c50bca51ebc8a4af880.tar.bz2 historical-17be61f1fa08aba783085c50bca51ebc8a4af880.zip |
Added to ~amd64. See bug #134270.
Package-Manager: portage-2.1_rc1-r3
Diffstat (limited to 'dev-php/PEAR-Net_Ping')
-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 9840cf919140..c1ba8b0c7e27 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.3 2006/05/25 22:36:39 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Ping/ChangeLog,v 1.4 2006/05/27 11:09:08 chtekk Exp $ + + 27 May 2006; Luca Longinotti <chtekk@gentoo.org> + PEAR-Net_Ping-2.4.1.ebuild: + Added to ~amd64. See bug #134270. 25 May 2006; Michael Hanselmann <hansmi@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 245a13fa6c4d..2ac8c1969056 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.3 2006/05/25 22:36:39 hansmi Exp $ +# $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 $ inherit php-pear-r1 @@ -8,5 +8,5 @@ DESCRIPTION="OS independet wrapper class for executing ping calls." LICENSE="PHP" SLOT="0" -KEYWORDS="~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="" |