commit: 418162f21ba60d7bafb32d38d9f7d7c650c8cea0 Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org> AuthorDate: Mon Mar 22 16:37:04 2021 +0000 Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> 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 <billie <AT> 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
