dev-lang/quickjs: Remove TTY check in test.

Closes: https://bugs.gentoo.org/783987
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2021-04-30 00:09:16 +02:00
parent 0bbe59f19e
commit cb92f64988
2 changed files with 27 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
PATCHES=( "${FILESDIR}/${PN}-2020.11.08_Remove-TTY-check-in-test.patch" )
src_prepare() {
sed -i \
-e 's;prefix=/usr/local;prefix=/usr;' \