From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5306C138334 for ; Sat, 29 Dec 2018 15:56:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54807E0A9C; Sat, 29 Dec 2018 15:56:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2696AE0A9C for ; Sat, 29 Dec 2018 15:55:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 868D6335C8C for ; Sat, 29 Dec 2018 15:55:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D4EC4CE for ; Sat, 29 Dec 2018 15:55:56 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1546098940.71b4f76ba0dfffd1c867d5e5ead865d8add05075.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rsyslog/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/rsyslog/rsyslog-8.40.0-r1.ebuild X-VCS-Directories: app-admin/rsyslog/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 71b4f76ba0dfffd1c867d5e5ead865d8add05075 X-VCS-Branch: master Date: Sat, 29 Dec 2018 15:55:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 86277aa2-3159-46c7-ac71-8ff72c6bf553 X-Archives-Hash: c3ffcb510b84b15aba068d6fc234b818 commit: 71b4f76ba0dfffd1c867d5e5ead865d8add05075 Author: Anthony G. Basile gentoo org> AuthorDate: Sat Dec 29 15:55:40 2018 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Dec 29 15:55:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b4f76b app-admin/rsyslog: add support for musl Signed-off-by: Anthony G. Basile gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-admin/rsyslog/rsyslog-8.40.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-admin/rsyslog/rsyslog-8.40.0-r1.ebuild b/app-admin/rsyslog/rsyslog-8.40.0-r1.ebuild index b471841628f..fe2cba9b115 100644 --- a/app-admin/rsyslog/rsyslog-8.40.0-r1.ebuild +++ b/app-admin/rsyslog/rsyslog-8.40.0-r1.ebuild @@ -81,6 +81,7 @@ RDEPEND=" DEPEND="${RDEPEND} >=sys-devel/autoconf-archive-2015.02.24 virtual/pkgconfig + elibc_musl? ( sys-libs/queue-standalone ) test? ( >=dev-libs/liblogging-1.0.1[stdlog] jemalloc? (