parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 461b5c4abd8a6930d37687c2da5195e935bc94b2
parent 40339705d1df9404e21ff0d596ca89801580a161
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 29 Jun 2023 09:57:22 +0200

dev-python/qbittorrent-api: Attempt to set proper workdir.

Diffstat:
Mdev-python/qbittorrent-api/qbittorrent-api-2023.6.50.ebuild | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/dev-python/qbittorrent-api/qbittorrent-api-2023.6.50.ebuild b/dev-python/qbittorrent-api/qbittorrent-api-2023.6.50.ebuild @@ -12,6 +12,8 @@ HOMEPAGE="https://github.com/rmartin16/qbittorrent-api/ https://pypi.org/project PYPI_NO_NORMALIZE=1 SRC_URI="$(pypi_sdist_url --no-normalize "${PN}" "${PV}")" +S="${WORKDIR}/${PN}-${PV}" + LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86"