diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-04 23:19:27 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-04 23:19:27 +0000 |
commit | 4de171c260f351d2b4d2cafbe0bb101614d034d5 (patch) | |
tree | 2f31dc83a4afd0f45e68a7c863c80c4e7cf27f50 /dev-php/PEAR-Net_Sieve | |
parent | Fixed typo, closes bug #56049 (diff) | |
download | historical-4de171c260f351d2b4d2cafbe0bb101614d034d5.tar.gz historical-4de171c260f351d2b4d2cafbe0bb101614d034d5.tar.bz2 historical-4de171c260f351d2b4d2cafbe0bb101614d034d5.zip |
stable on x86.
Diffstat (limited to 'dev-php/PEAR-Net_Sieve')
-rw-r--r-- | dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-0.9.0.ebuild b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-0.9.0.ebuild index d1ee0cad22bc..7b61a0936a86 100644 --- a/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-0.9.0.ebuild +++ b/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-0.9.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2004 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-0.9.0.ebuild,v 1.4 2004/06/25 01:20:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Sieve/PEAR-Net_Sieve-0.9.0.ebuild,v 1.5 2004/07/04 23:19:27 robbat2 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 ~ppc alpha" +KEYWORDS="x86 ~sparc ~ppc alpha" IUSE="" |