diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2005-03-12 12:22:37 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2005-03-12 12:22:37 +0000 |
commit | ac45b8750f69cf1a539506cd14336e1ea98492f3 (patch) | |
tree | c3898ae7a21f82e978a43b90f228fbff288dc48a /dev-php/PEAR-Net_Sieve | |
parent | Fixed gcc-3.4 patch path (diff) | |
download | historical-ac45b8750f69cf1a539506cd14336e1ea98492f3.tar.gz historical-ac45b8750f69cf1a539506cd14336e1ea98492f3.tar.bz2 historical-ac45b8750f69cf1a539506cd14336e1ea98492f3.zip |
Stable on x86 and amd64, see bug 84525.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-php/PEAR-Net_Sieve')
-rw-r--r-- | dev-php/PEAR-Net_Sieve/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Net_Sieve/ChangeLog b/dev-php/PEAR-Net_Sieve/ChangeLog index f8635bcfb4df..e80683490218 100644 --- a/dev-php/PEAR-Net_Sieve/ChangeLog +++ b/dev-php/PEAR-Net_Sieve/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Net_Sieve # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog,v 1.19 2005/03/09 18:02:22 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/ChangeLog,v 1.20 2005/03/12 12:18:47 sebastian Exp $ + + 12 Mar 2005; Sebastian Bergmann <sebastian@gentoo.org> + PEAR-Net_Sieve-1.1.1.ebuild: + Stable on x86 and amd64, see bug 84525. 09 Mar 2005; Markus Rothe <corsair@gentoo.org> PEAR-Net_Sieve-1.1.1.ebuild: Added ~ppc64 to KEYWORDS; bug #84525 diff --git a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.1.ebuild b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.1.ebuild index 9228bad42cb3..163b710b0263 100644 --- a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.1.ebuild +++ b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.1.ebuild @@ -1,12 +1,12 @@ # 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_Sieve/PEAR-Net_Sieve-1.1.1.ebuild,v 1.3 2005/03/09 18:02:22 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-1.1.1.ebuild,v 1.4 2005/03/12 12:18:47 sebastian Exp $ inherit php-pear DESCRIPTION="Provides an API to talk to the timsieved server that comes with Cyrus IMAPd. Can be used to install, remove, mark active etc sieve scripts." LICENSE="PHP" SLOT="0" -KEYWORDS="~x86 ~sparc ~alpha ~ppc ~ia64 ~amd64 ~hppa ~ppc64" +KEYWORDS="x86 ~sparc ~alpha ~ppc ~ia64 amd64 ~hppa ~ppc64" IUSE="" RDEPEND=">=dev-php/PEAR-Net_Socket-1.0.0" |