commit: 10af71f868b9b812f74343d3d2289da40bd7d699
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 16:52:56 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 19:08:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10af71f8
x11-terms/guake: remove unnecessary toml workaround
The issue was with pytest's dependencies, not this package.
See commit a13a726700307ff92f9ac26f1f3195414ba67396
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
x11-terms/guake/guake-3.8.0.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/x11-terms/guake/guake-3.8.0.ebuild
b/x11-terms/guake/guake-3.8.0.ebuild
index c4f5e779132f..1ca6858689bd 100644
--- a/x11-terms/guake/guake-3.8.0.ebuild
+++ b/x11-terms/guake/guake-3.8.0.ebuild
@@ -46,8 +46,6 @@ python_prepare_all() {
emake PREFIX="${EPREFIX}/usr" prepare-install # paths.py.in -> paths.py
- rm pyproject.toml || die # pytest fails if toml isn't installed
-
export PBR_VERSION=${PV} # needed if using github's tarball
}