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 06AA4158020 for ; Wed, 12 Oct 2022 16:40:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 502A8E041F; Wed, 12 Oct 2022 16:40:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CC7AE041F for ; Wed, 12 Oct 2022 16:40:41 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62782341081 for ; Wed, 12 Oct 2022 16:40:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B925F5A0 for ; Wed, 12 Oct 2022 16:40:38 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1665592566.00821ec714a9c14520fb69fb9fe115abf385ef00.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/vcontrold/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/vcontrold/vcontrold-0.98.11.ebuild X-VCS-Directories: app-misc/vcontrold/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 00821ec714a9c14520fb69fb9fe115abf385ef00 X-VCS-Branch: master Date: Wed, 12 Oct 2022 16:40:38 +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: ad2a1c1d-d072-4e07-8484-c924798db941 X-Archives-Hash: 2a594ae95c689d513bb0984bfc5f9ba2 commit: 00821ec714a9c14520fb69fb9fe115abf385ef00 Author: Joonas Niilola gentoo org> AuthorDate: Wed Oct 12 16:36:06 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Oct 12 16:36:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00821ec7 app-misc/vcontrold: drop PYTHON_COMPAT from 0.98.11 - we don't need to double-guarantee from the ebuild to have a working docutils package installed. Signed-off-by: Joonas Niilola gentoo.org> app-misc/vcontrold/vcontrold-0.98.11.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-misc/vcontrold/vcontrold-0.98.11.ebuild b/app-misc/vcontrold/vcontrold-0.98.11.ebuild index e6de901e68b8..7449624ff874 100644 --- a/app-misc/vcontrold/vcontrold-0.98.11.ebuild +++ b/app-misc/vcontrold/vcontrold-0.98.11.ebuild @@ -2,9 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) -inherit cmake python-any-r1 +inherit cmake DESCRIPTION="Daemon for communication with Viessmann Vito heatings" HOMEPAGE="https://github.com/openv/vcontrold/" @@ -17,7 +16,7 @@ IUSE="+man +vclient vsim" DEPEND="dev-libs/libxml2:2" RDEPEND="${DEPEND}" -BDEPEND="man? ( $(python_gen_any_dep 'dev-python/docutils[${PYTHON_USEDEP}]') )" +BDEPEND="man? ( dev-python/docutils )" src_prepare() { sed "s/@VERSION@/${PV}/" "src/version.h.in" \