Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/mailx/
Date: Mon, 01 Jan 2018 20:27:01
Message-Id: 1514838407.09fdb4c2479ee46d08db92ebb909fce218f1f0db.blueness@gentoo
1 commit: 09fdb4c2479ee46d08db92ebb909fce218f1f0db
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 20:21:44 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 20:26:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09fdb4c2
7
8 mail-client/mailx: depend on dev-libs/libbsd for <bsd/string.h>
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 mail-client/mailx/mailx-8.1.2.20160123.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/mail-client/mailx/mailx-8.1.2.20160123.ebuild b/mail-client/mailx/mailx-8.1.2.20160123.ebuild
16 index c900c0745c8..2ab7139e503 100644
17 --- a/mail-client/mailx/mailx-8.1.2.20160123.ebuild
18 +++ b/mail-client/mailx/mailx-8.1.2.20160123.ebuild
19 @@ -22,6 +22,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
20 IUSE=""
21
22 DEPEND=">=net-libs/liblockfile-1.03
23 + dev-libs/libbsd
24 virtual/mta
25 mail-client/mailx-support"