diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-13 13:32:32 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-13 13:32:32 +0000 |
commit | 730d1dd13d51a01c3ea572d84639a6f4f64ea966 (patch) | |
tree | 28a0c89dd53a2f5fd5543a4567cce303d739336c /net-mail/teapop | |
parent | unmask (diff) | |
download | gentoo-2-730d1dd13d51a01c3ea572d84639a6f4f64ea966.tar.gz gentoo-2-730d1dd13d51a01c3ea572d84639a6f4f64ea966.tar.bz2 gentoo-2-730d1dd13d51a01c3ea572d84639a6f4f64ea966.zip |
unmask, changelog and repoman fixes
Diffstat (limited to 'net-mail/teapop')
-rw-r--r-- | net-mail/teapop/teapop-0.3.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/teapop/teapop-0.3.5.ebuild b/net-mail/teapop/teapop-0.3.5.ebuild index c9149b25a611..0d0ca7a44ad2 100644 --- a/net-mail/teapop/teapop-0.3.5.ebuild +++ b/net-mail/teapop/teapop-0.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/teapop/teapop-0.3.5.ebuild,v 1.3 2003/02/13 14:42:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/teapop/teapop-0.3.5.ebuild,v 1.4 2003/07/13 13:32:32 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Tiny POP3 server" @@ -13,7 +13,7 @@ DEPEND="virtual/glibc IUSE="mysql postgres ldap" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~sparc " +KEYWORDS="x86 ~sparc " src_compile() { local myconf |