diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-08-30 17:32:34 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-08-30 17:32:34 +0000 |
commit | 7528fee0319ebf20a3797e4b97972c40910d6cfe (patch) | |
tree | 8cb7a8240251547380b9c4a488a2a6c596d7e7dd /net-mail | |
parent | Remove myself and proxy maintainer from maintainers (diff) | |
download | gentoo-2-7528fee0319ebf20a3797e4b97972c40910d6cfe.tar.gz gentoo-2-7528fee0319ebf20a3797e4b97972c40910d6cfe.tar.bz2 gentoo-2-7528fee0319ebf20a3797e4b97972c40910d6cfe.zip |
Inherit user eclass and add quotes to appease repoman.
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/fetchmail/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.3.21.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-mail/fetchmail/ChangeLog b/net-mail/fetchmail/ChangeLog index 879d0ad4c73a..2a7520e1973c 100644 --- a/net-mail/fetchmail/ChangeLog +++ b/net-mail/fetchmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/fetchmail # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.226 2012/08/30 17:27:23 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.227 2012/08/30 17:32:34 radhermit Exp $ + + 30 Aug 2012; Tim Harder <radhermit@gentoo.org> fetchmail-6.3.21.ebuild: + Inherit user eclass and add quotes to appease repoman. *fetchmail-6.3.22 (30 Aug 2012) diff --git a/net-mail/fetchmail/fetchmail-6.3.21.ebuild b/net-mail/fetchmail/fetchmail-6.3.21.ebuild index 07009d4e2229..cd39642d177f 100644 --- a/net-mail/fetchmail/fetchmail-6.3.21.ebuild +++ b/net-mail/fetchmail/fetchmail-6.3.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.21.ebuild,v 1.8 2012/06/16 11:06:27 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.21.ebuild,v 1.9 2012/08/30 17:32:34 radhermit Exp $ EAPI=3 @@ -8,7 +8,7 @@ PYTHON_DEPEND="tk? 2" PYTHON_USE_WITH_OPT="tk" PYTHON_USE_WITH="tk" -inherit python eutils autotools +inherit python eutils autotools user DESCRIPTION="the legendary remote-mail retrieval and forwarding utility" HOMEPAGE="http://fetchmail.berlios.de" @@ -56,7 +56,7 @@ src_configure() { --enable-NTLM \ --enable-SDPS \ $(use_enable nls) \ - $(use_with ssl ssl ${EPREFIX}/usr) \ + $(use_with ssl ssl "${EPREFIX}/usr") \ $(use kerberos && echo "--with-ssl=${EPREFIX}/usr" ) \ $(use_with kerberos gssapi) \ $(use_with kerberos kerberos5) \ |