diff options
Diffstat (limited to 'sci-libs/cbflib')
-rw-r--r-- | sci-libs/cbflib/cbflib-0.9.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/cbflib/cbflib-0.9.3.3.ebuild b/sci-libs/cbflib/cbflib-0.9.3.3.ebuild index 066ea3ca26ea..1cd25e42ef7a 100644 --- a/sci-libs/cbflib/cbflib-0.9.3.3.ebuild +++ b/sci-libs/cbflib/cbflib-0.9.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -36,7 +36,7 @@ PATCHES=( "${FILESDIR}"/${P}-unbundle.patch ) -src_prepare(){ +src_prepare() { rm -rf Py* drel* dRel* ply* || die append-fflags -fno-range-check |