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 203FC1382C5 for ; Mon, 22 Mar 2021 16:38:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A1C7E0821; Mon, 22 Mar 2021 16:38:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 F074CE0821 for ; Mon, 22 Mar 2021 16:38:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1C9DE33BE34 for ; Mon, 22 Mar 2021 16:38:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE438C3 for ; Mon, 22 Mar 2021 16:38:11 +0000 (UTC) From: "Daniel Pielmeier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daniel Pielmeier" Message-ID: <1616431059.418162f21ba60d7bafb32d38d9f7d7c650c8cea0.billie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/conky/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/conky/conky-1.12.1.ebuild X-VCS-Directories: app-admin/conky/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: 418162f21ba60d7bafb32d38d9f7d7c650c8cea0 X-VCS-Branch: master Date: Mon, 22 Mar 2021 16:38:11 +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: 24494306-c51a-47e2-8c66-cc34ac94844c X-Archives-Hash: 1fa471b3bd0e294a4b13832c00adb48d commit: 418162f21ba60d7bafb32d38d9f7d7c650c8cea0 Author: Daniel Pielmeier gentoo org> AuthorDate: Mon Mar 22 16:37:04 2021 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Mon Mar 22 16:37:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=418162f2 app-admin/conky: Add IPV6 patch to conky-1.12.1. Thanks to Duncan for the report. Closes: https://bugs.gentoo.org/762163 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Daniel Pielmeier gentoo.org> app-admin/conky/conky-1.12.1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-admin/conky/conky-1.12.1.ebuild b/app-admin/conky/conky-1.12.1.ebuild index 4534b4f2733..9b3c67b5103 100644 --- a/app-admin/conky/conky-1.12.1.ebuild +++ b/app-admin/conky/conky-1.12.1.ebuild @@ -76,6 +76,10 @@ CONFIG_CHECK="~IPV6" DOCS=( README.md AUTHORS ) +PATCHES=( + "${FILESDIR}"/${PN}-1.11.6-ipv6.patch +) + DISABLE_AUTOFORMATTING="yes" DOC_CONTENTS="You can find sample configurations at ${ROOT}/usr/share/doc/${PF}. To customize, copy to \${XDG_CONFIG_HOME}/conky/conky.conf