diff options
author | Peter Volkov <pva@gentoo.org> | 2010-08-09 08:40:25 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-08-09 08:40:25 +0000 |
commit | fb90216399b03ac49ec503cf84efbd43d19189c1 (patch) | |
tree | 7eb00e4f6fc02076b2fe96b58e2331fc037410ac /net-mail/tpop3d/tpop3d-1.5.4-r2.ebuild | |
parent | Fix openssl breakage due to missed md2 support, bug 331299, thank Rion for re... (diff) | |
download | historical-fb90216399b03ac49ec503cf84efbd43d19189c1.tar.gz historical-fb90216399b03ac49ec503cf84efbd43d19189c1.tar.bz2 historical-fb90216399b03ac49ec503cf84efbd43d19189c1.zip |
Move drac back, bug #280933.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'net-mail/tpop3d/tpop3d-1.5.4-r2.ebuild')
-rw-r--r-- | net-mail/tpop3d/tpop3d-1.5.4-r2.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net-mail/tpop3d/tpop3d-1.5.4-r2.ebuild b/net-mail/tpop3d/tpop3d-1.5.4-r2.ebuild index ce01fe52698a..595d838f65c7 100644 --- a/net-mail/tpop3d/tpop3d-1.5.4-r2.ebuild +++ b/net-mail/tpop3d/tpop3d-1.5.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/tpop3d/tpop3d-1.5.4-r2.ebuild,v 1.1 2010/08/03 21:00:10 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/tpop3d/tpop3d-1.5.4-r2.ebuild,v 1.2 2010/08/09 08:40:25 pva Exp $ EAPI=1 @@ -13,7 +13,7 @@ SRC_URI="http://download.savannah.nongnu.org/releases/tpop3d/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" -IUSE="authexternal debug flatfile gdbm ldap maildir mbox mysql offensive +IUSE="authexternal debug drac flatfile gdbm ldap maildir mbox mysql offensive pam passwd perl postgres +sha1 shadow ssl tcpd" RDEPEND="sha1? ( >=dev-libs/openssl-0.9.6 ) @@ -26,7 +26,8 @@ RDEPEND="sha1? ( >=dev-libs/openssl-0.9.6 ) >=net-mail/mailbase-0.00-r8 ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + drac? ( mail-client/drac )" src_compile() { local myconf="" @@ -66,6 +67,9 @@ src_compile() { use ssl && myconf="${myconf} --enable-tls" use tcpd && myconf="${myconf} --enable-tcp-wrappers" + # Install mail-client/drac for integration with tpop3d + use drac && myconf="${myconf} --enable-drac" + econf ${myconf} || die "./configure failed" # Causes crash with "stack smashing attack" on connect, because of bug in |