Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/nullmailer/
Date: Mon, 07 Mar 2016 21:40:40
Message-Id: 1457386789.b8413ccc65775dee6709e6a2ab98758ad3ec24b0.vapier@gentoo
1 commit: b8413ccc65775dee6709e6a2ab98758ad3ec24b0
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 7 21:39:44 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 7 21:39:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8413ccc
7
8 mail-mta/nullmailer: enable LFS support #471102
9
10 mail-mta/nullmailer/nullmailer-2.0.ebuild | 4 +++-
11 1 file changed, 3 insertions(+), 1 deletion(-)
12
13 diff --git a/mail-mta/nullmailer/nullmailer-2.0.ebuild b/mail-mta/nullmailer/nullmailer-2.0.ebuild
14 index 859c4b3..c8efc5a 100644
15 --- a/mail-mta/nullmailer/nullmailer-2.0.ebuild
16 +++ b/mail-mta/nullmailer/nullmailer-2.0.ebuild
17 @@ -7,7 +7,7 @@ EAPI=6
18 inherit autotools eutils flag-o-matic multilib systemd user
19
20 DESCRIPTION="Simple relay-only local mail transport agent"
21 -HOMEPAGE="http://untroubled.org/nullmailer/"
22 +HOMEPAGE="http://untroubled.org/nullmailer/ https://github.com/bruceg/nullmailer"
23 SRC_URI="http://untroubled.org/${PN}/archive/${P}.tar.gz"
24
25 LICENSE="GPL-2"
26 @@ -56,6 +56,8 @@ src_prepare() {
27 }
28
29 src_configure() {
30 + # https://github.com/bruceg/nullmailer/pull/31/commits
31 + append-lfs-flags #471102
32 econf \
33 --localstatedir=/var \
34 $(use_enable ssl tls)