commit:     00821ec714a9c14520fb69fb9fe115abf385ef00
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 16:36:06 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> 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 <juippis <AT> 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" \

Reply via email to