aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-09-24 14:39:44 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-09-24 14:39:44 +0200
commitda1686ed7bb6629656a96c54aa7c4726141ffee1 (patch)
tree74d6e86db9b814111d64309685123bc41a373734 /media-video
parentdev-python/aiopg: eutils --> optfeature (diff)
downloadguru-da1686ed7bb6629656a96c54aa7c4726141ffee1.tar.gz
guru-da1686ed7bb6629656a96c54aa7c4726141ffee1.tar.bz2
guru-da1686ed7bb6629656a96c54aa7c4726141ffee1.zip
media-video/syncplay: bump python targets
eutils --> optfeature Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/syncplay/syncplay-1.6.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/syncplay/syncplay-1.6.5.ebuild b/media-video/syncplay/syncplay-1.6.5.ebuild
index b7dfc1c67..fe57aa046 100644
--- a/media-video/syncplay/syncplay-1.6.5.ebuild
+++ b/media-video/syncplay/syncplay-1.6.5.ebuild
@@ -3,10 +3,10 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1 eutils xdg
+inherit distutils-r1 optfeature xdg
DESCRIPTION="Client/server to synchronize media playback"
HOMEPAGE="https://github.com/Syncplay/syncplay https://syncplay.pl"