diff options
author | Alexey Sokolov <alexey+gentoo@asokolov.org> | 2023-01-12 19:33:11 +0000 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-01-13 12:55:42 +0200 |
commit | ec01f558d82f618015d2e2b576862ec58f0c2d38 (patch) | |
tree | b8ae3b40f72aacf1ce445343c7dd76eeae14fdb9 /x11-terms | |
parent | sci-astronomy/stellarium: add 1.2 (diff) | |
download | gentoo-ec01f558d82f618015d2e2b576862ec58f0c2d38.tar.gz gentoo-ec01f558d82f618015d2e2b576862ec58f0c2d38.tar.bz2 gentoo-ec01f558d82f618015d2e2b576862ec58f0c2d38.zip |
x11-terms/terminator: remove xdg env reset
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/29082
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/terminator/terminator-2.1.2.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-terms/terminator/terminator-2.1.2.ebuild b/x11-terms/terminator/terminator-2.1.2.ebuild index e0735b91eeb1..73ab11641b33 100644 --- a/x11-terms/terminator/terminator-2.1.2.ebuild +++ b/x11-terms/terminator/terminator-2.1.2.ebuild @@ -47,7 +47,6 @@ PATCHES=( ) src_prepare() { - xdg_environment_reset sed -i -e '/pytest-runner/d' setup.py || die distutils-r1_src_prepare } |