summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-10-12 19:36:06 +0300
committerJoonas Niilola <juippis@gentoo.org>2022-10-12 19:36:06 +0300
commit00821ec714a9c14520fb69fb9fe115abf385ef00 (patch)
tree8409a2e9235253223cb1bac77275450c172daeb5 /app-misc
parentmedia-gfx/tuxpaint: fix LIBDIR, fix doc on 0.9.28 (diff)
downloadgentoo-00821ec714a9c14520fb69fb9fe115abf385ef00.tar.gz
gentoo-00821ec714a9c14520fb69fb9fe115abf385ef00.tar.bz2
gentoo-00821ec714a9c14520fb69fb9fe115abf385ef00.zip
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@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/vcontrold/vcontrold-0.98.11.ebuild5
1 files 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" \