diff options
author | Maurice van der Pot <griffon26@gentoo.org> | 2004-08-26 13:50:28 +0000 |
---|---|---|
committer | Maurice van der Pot <griffon26@gentoo.org> | 2004-08-26 13:50:28 +0000 |
commit | 08907fb068c365eb58d700ff2b542b4755937a92 (patch) | |
tree | d3b9466b032ebe73bdce037fe1b554fbf8761e85 /net-mail/tpop3d/tpop3d-1.5.3.ebuild | |
parent | Bump (Manifest recommit) (diff) | |
download | gentoo-2-08907fb068c365eb58d700ff2b542b4755937a92.tar.gz gentoo-2-08907fb068c365eb58d700ff2b542b4755937a92.tar.bz2 gentoo-2-08907fb068c365eb58d700ff2b542b4755937a92.zip |
Fixed error message and marked stable on x86
Diffstat (limited to 'net-mail/tpop3d/tpop3d-1.5.3.ebuild')
-rw-r--r-- | net-mail/tpop3d/tpop3d-1.5.3.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-mail/tpop3d/tpop3d-1.5.3.ebuild b/net-mail/tpop3d/tpop3d-1.5.3.ebuild index 826b312a041a..3f1e04b7f9b6 100644 --- a/net-mail/tpop3d/tpop3d-1.5.3.ebuild +++ b/net-mail/tpop3d/tpop3d-1.5.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/tpop3d/tpop3d-1.5.3.ebuild,v 1.7 2004/08/26 01:29:51 griffon26 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/tpop3d/tpop3d-1.5.3.ebuild,v 1.8 2004/08/26 13:50:28 griffon26 Exp $ + +inherit eutils DESCRIPTION="An extensible POP3 server with vmail-sql/MySQL support." HOMEPAGE="http://www.ex-parrot.com/~chris/tpop3d/" @@ -8,7 +10,7 @@ SRC_URI="http://www.ex-parrot.com/~chris/tpop3d/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="ssl ldap mysql perl pam tcpd maildir debug" DEPEND="virtual/libc @@ -22,6 +24,7 @@ DEPEND="virtual/libc src_unpack() { unpack ${P}.tar.gz cd ${S} + epatch ${FILESDIR}/${P}-invalid-user-message.patch } src_compile() { |