diff options
Diffstat (limited to 'dev-php/PEAR-File')
-rw-r--r-- | dev-php/PEAR-File/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-File/PEAR-File-1.0.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-File/ChangeLog b/dev-php/PEAR-File/ChangeLog index 1c27440618b0..496ccba4d450 100644 --- a/dev-php/PEAR-File/ChangeLog +++ b/dev-php/PEAR-File/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-File # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File/ChangeLog,v 1.1 2005/02/16 06:53:19 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File/ChangeLog,v 1.2 2005/02/19 07:05:30 sebastian Exp $ + + 19 Feb 2005; Sebastian Bergmann <sebastian@gentoo.org> + PEAR-File-1.0.3.ebuild: + Mask ~amd64. *PEAR-File-1.0.3 (16 Feb 2005) diff --git a/dev-php/PEAR-File/PEAR-File-1.0.3.ebuild b/dev-php/PEAR-File/PEAR-File-1.0.3.ebuild index 980dc4121abb..9915623a61aa 100644 --- a/dev-php/PEAR-File/PEAR-File-1.0.3.ebuild +++ b/dev-php/PEAR-File/PEAR-File-1.0.3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File/PEAR-File-1.0.3.ebuild,v 1.1 2005/02/16 06:53:19 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-File/PEAR-File-1.0.3.ebuild,v 1.2 2005/02/19 07:05:30 sebastian Exp $ inherit php-pear DESCRIPTION="Common file and directory routines." LICENSE="PHP" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="" |