commit:     b8413ccc65775dee6709e6a2ab98758ad3ec24b0
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 21:39:44 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 21:39:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8413ccc

mail-mta/nullmailer: enable LFS support #471102

 mail-mta/nullmailer/nullmailer-2.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/mail-mta/nullmailer/nullmailer-2.0.ebuild 
b/mail-mta/nullmailer/nullmailer-2.0.ebuild
index 859c4b3..c8efc5a 100644
--- a/mail-mta/nullmailer/nullmailer-2.0.ebuild
+++ b/mail-mta/nullmailer/nullmailer-2.0.ebuild
@@ -7,7 +7,7 @@ EAPI=6
 inherit autotools eutils flag-o-matic multilib systemd user
 
 DESCRIPTION="Simple relay-only local mail transport agent"
-HOMEPAGE="http://untroubled.org/nullmailer/";
+HOMEPAGE="http://untroubled.org/nullmailer/ 
https://github.com/bruceg/nullmailer";
 SRC_URI="http://untroubled.org/${PN}/archive/${P}.tar.gz";
 
 LICENSE="GPL-2"
@@ -56,6 +56,8 @@ src_prepare() {
 }
 
 src_configure() {
+       # https://github.com/bruceg/nullmailer/pull/31/commits
+       append-lfs-flags #471102
        econf \
                --localstatedir=/var \
                $(use_enable ssl tls)

Reply via email to