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: app-admin/rsyslog/
Date: Sat, 29 Dec 2018 15:56:01
Message-Id: 1546098940.71b4f76ba0dfffd1c867d5e5ead865d8add05075.blueness@gentoo
1 commit: 71b4f76ba0dfffd1c867d5e5ead865d8add05075
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 29 15:55:40 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 15:55:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b4f76b
7
8 app-admin/rsyslog: add support for musl
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-admin/rsyslog/rsyslog-8.40.0-r1.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/app-admin/rsyslog/rsyslog-8.40.0-r1.ebuild b/app-admin/rsyslog/rsyslog-8.40.0-r1.ebuild
17 index b471841628f..fe2cba9b115 100644
18 --- a/app-admin/rsyslog/rsyslog-8.40.0-r1.ebuild
19 +++ b/app-admin/rsyslog/rsyslog-8.40.0-r1.ebuild
20 @@ -81,6 +81,7 @@ RDEPEND="
21 DEPEND="${RDEPEND}
22 >=sys-devel/autoconf-archive-2015.02.24
23 virtual/pkgconfig
24 + elibc_musl? ( sys-libs/queue-standalone )
25 test? (
26 >=dev-libs/liblogging-1.0.1[stdlog]
27 jemalloc? ( <sys-libs/libfaketime-0.9.7 )