diff options
author | 2020-09-27 09:55:14 +0100 | |
---|---|---|
committer | 2020-09-27 09:55:25 +0100 | |
commit | a887bd2d76e02b7842fc72ecd69f8fbf32f98a36 (patch) | |
tree | bbc42d696bbc3e4250c1e309d741dc72fd4dfccc /app-emulation/ski/ski-1.3.2-r4.ebuild | |
parent | net-proxy/shadowsocks-libev: version bump, 3.3.5 (diff) | |
download | gentoo-a887bd2d76e02b7842fc72ecd69f8fbf32f98a36.tar.gz gentoo-a887bd2d76e02b7842fc72ecd69f8fbf32f98a36.tar.bz2 gentoo-a887bd2d76e02b7842fc72ecd69f8fbf32f98a36.zip |
app-emulation/ski: fix lexter/parser generation race
Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/744676
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-emulation/ski/ski-1.3.2-r4.ebuild')
-rw-r--r-- | app-emulation/ski/ski-1.3.2-r4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/ski/ski-1.3.2-r4.ebuild b/app-emulation/ski/ski-1.3.2-r4.ebuild index 3d904abf6d44..ed996625c01d 100644 --- a/app-emulation/ski/ski-1.3.2-r4.ebuild +++ b/app-emulation/ski/ski-1.3.2-r4.ebuild @@ -39,6 +39,7 @@ PATCHES=( "${FILESDIR}"/${P}-prototypes.patch "${FILESDIR}"/${P}-glibc-2.28.patch "${FILESDIR}"/${P}-gcc-10.patch #707144 + "${FILESDIR}"/${P}-lex-deps.patch #744676 ) src_prepare() { |