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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E9F215815E for ; Sun, 11 Feb 2024 13:16:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5529CE2A95; Sun, 11 Feb 2024 13:16:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32B82E2A95 for ; Sun, 11 Feb 2024 13:16:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40907343129 for ; Sun, 11 Feb 2024 13:16:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A45BD1437 for ; Sun, 11 Feb 2024 13:16:21 +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: <1707657331.dec7cdc6630a94f89bc1b9e38f85b72a25386407.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.19.6-r2.ebuild X-VCS-Directories: app-admin/conky/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: dec7cdc6630a94f89bc1b9e38f85b72a25386407 X-VCS-Branch: master Date: Sun, 11 Feb 2024 13:16:21 +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: c2c77520-7bdd-4bca-abb9-b8bb030a5082 X-Archives-Hash: ce66c90f47e314ebcac2911ae63c959d commit: dec7cdc6630a94f89bc1b9e38f85b72a25386407 Author: Daniel Pielmeier gentoo org> AuthorDate: Sun Feb 11 13:12:30 2024 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Sun Feb 11 13:15:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec7cdc6 app-admin/conky: Remove py3.9 and ROOT from DOC_CONTENTS Signed-off-by: Daniel Pielmeier gentoo.org> app-admin/conky/conky-1.19.6-r2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-admin/conky/conky-1.19.6-r2.ebuild b/app-admin/conky/conky-1.19.6-r2.ebuild index 1819ca6c3b75..780a97784f42 100644 --- a/app-admin/conky/conky-1.19.6-r2.ebuild +++ b/app-admin/conky/conky-1.19.6-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( lua5-4 ) -PYTHON_COMPAT=( python{3_9,3_10,3_11} ) +PYTHON_COMPAT=( python{3_10,3_11} ) inherit cmake linux-info lua-single python-any-r1 readme.gentoo-r1 xdg @@ -17,8 +17,8 @@ SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ppc64 ~riscv sparc x86" IUSE="apcupsd bundled-toluapp cmus curl doc extras hddtemp ical iconv imlib intel-backlight iostats irc lua-cairo lua-imlib lua-rsvg math moc mpd - mysql ncurses nvidia +portmon pulseaudio rss systemd test thinkpad truetype - wayland webserver wifi X xinerama xmms2" + mysql ncurses nvidia +portmon pulseaudio rss systemd test thinkpad + truetype wayland webserver wifi X xinerama xmms2" RESTRICT="!test? ( test )" COMMON_DEPEND=" @@ -115,7 +115,7 @@ CONFIG_CHECK="~IPV6" DOCS=( README.md AUTHORS ) DISABLE_AUTOFORMATTING="yes" -DOC_CONTENTS="You can find sample configurations at ${ROOT}/usr/share/doc/${PF}. +DOC_CONTENTS="You can find sample configurations at /usr/share/doc/${PF}. To customize, copy to \${XDG_CONFIG_HOME}/conky/conky.conf and edit it to your liking. There are pretty html docs available at https://conky.cc/.