diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:25:26 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:25:26 +0000 |
commit | f92af0aea8b53729d25a7d8a2983d399a32f7e31 (patch) | |
tree | 1a2e6b22089470ea1e0f99f9c936d07044f73282 | |
parent | sync IUSE (-build) (Manifest recommit) (diff) | |
download | gentoo-2-f92af0aea8b53729d25a7d8a2983d399a32f7e31.tar.gz gentoo-2-f92af0aea8b53729d25a7d8a2983d399a32f7e31.tar.bz2 gentoo-2-f92af0aea8b53729d25a7d8a2983d399a32f7e31.zip |
sync IUSE (-doc, -gtk, -gtk2), trim trailing whitespace
-rw-r--r-- | net-mail/quotient/quotient-0.8.8.ebuild | 4 | ||||
-rw-r--r-- | net-mail/quotient/quotient-0.9.1.ebuild | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net-mail/quotient/quotient-0.8.8.ebuild b/net-mail/quotient/quotient-0.8.8.ebuild index e3d8f7e4e5eb..2b60a861e9ef 100644 --- a/net-mail/quotient/quotient-0.8.8.ebuild +++ b/net-mail/quotient/quotient-0.8.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/quotient/quotient-0.8.8.ebuild,v 1.4 2004/06/24 23:29:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/quotient/quotient-0.8.8.ebuild,v 1.5 2004/07/15 02:25:26 agriffis Exp $ inherit distutils @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/divmod/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" -IUSE="gtk gtk2 doc" +IUSE="" DEPEND=">=dev-python/twisted-1.1.1 >=mail-filter/spambayes-1.0_alpha9 diff --git a/net-mail/quotient/quotient-0.9.1.ebuild b/net-mail/quotient/quotient-0.9.1.ebuild index 9f6bea2ba57b..af178409d6c4 100644 --- a/net-mail/quotient/quotient-0.9.1.ebuild +++ b/net-mail/quotient/quotient-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/quotient/quotient-0.9.1.ebuild,v 1.4 2004/06/24 23:29:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/quotient/quotient-0.9.1.ebuild,v 1.5 2004/07/15 02:25:26 agriffis Exp $ inherit distutils @@ -13,7 +13,7 @@ SRC_URI="http://www.divmod.org/users/release/divmod/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86 ~ppc" -IUSE="gtk gtk2 doc" +IUSE="" DEPEND=">=dev-python/twisted-1.3.0 >=mail-filter/spambayes-1.0_rc1 @@ -36,4 +36,3 @@ src_install() { insinto /usr/share/doc/${P}/admin || die "admin failed" doins admin/* || die "admin/* failed" } - |