diff options
author | Nicola Smaniotto <smaniotto.nicola@gmail.com> | 2021-07-24 17:59:59 +0200 |
---|---|---|
committer | Nicola Smaniotto <smaniotto.nicola@gmail.com> | 2021-07-24 18:01:18 +0200 |
commit | 897c0a0671342b569b5fff74a540d07e9888e720 (patch) | |
tree | 573b2828871e735ca2d45aa03d44006f777ba743 /net-voip | |
parent | dev-python/python-pidfile: fix python versions (diff) | |
download | guru-897c0a0671342b569b5fff74a540d07e9888e720.tar.gz guru-897c0a0671342b569b5fff74a540d07e9888e720.tar.bz2 guru-897c0a0671342b569b5fff74a540d07e9888e720.zip |
net-voip/discover-overlay: fix python version, add PYTHON_USEDEP
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/discover-overlay/discover-overlay-0.3.3.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/net-voip/discover-overlay/discover-overlay-0.3.3.ebuild b/net-voip/discover-overlay/discover-overlay-0.3.3.ebuild index 6cdd877fc..552d39f48 100644 --- a/net-voip/discover-overlay/discover-overlay-0.3.3.ebuild +++ b/net-voip/discover-overlay/discover-overlay-0.3.3.ebuild @@ -1,13 +1,13 @@ # Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 -DESCRIPTION="Yet another Discord overlay for Linux written in Python using GTK3." +DESCRIPTION="Yet another Discord overlay for Linux written in Python using GTK3" HOMEPAGE="https://github.com/trigg/Discover" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" @@ -15,9 +15,9 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -RDEPEND=">=dev-python/pygobject-3.22 - dev-python/websocket-client - dev-python/pyxdg - dev-python/requests - >=dev-python/python-pidfile-3.0.0 - dev-python/pillow" +RDEPEND=">=dev-python/pygobject-3.22[${PYTHON_USEDEP}] + dev-python/websocket-client[${PYTHON_USEDEP}] + dev-python/pyxdg[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + >=dev-python/python-pidfile-3.0.0[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}]" |