diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 06:11:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:54:18 +0100 |
commit | 360f8b1e3aecc6d8485754e83924556aad31cca2 (patch) | |
tree | 63b1f09d04d13970962d508f97afe1612eeec38a /dev-libs/gf-complete | |
parent | dev-games/aseprite: eutils -> desktop (diff) | |
download | gentoo-360f8b1e3aecc6d8485754e83924556aad31cca2.tar.gz gentoo-360f8b1e3aecc6d8485754e83924556aad31cca2.tar.bz2 gentoo-360f8b1e3aecc6d8485754e83924556aad31cca2.zip |
dev-libs/gf-complete: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/gf-complete')
-rw-r--r-- | dev-libs/gf-complete/gf-complete-2.0.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/gf-complete/gf-complete-2.0.0-r1.ebuild b/dev-libs/gf-complete/gf-complete-2.0.0-r1.ebuild index df56d538b824..50550ea6c716 100644 --- a/dev-libs/gf-complete/gf-complete-2.0.0-r1.ebuild +++ b/dev-libs/gf-complete/gf-complete-2.0.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" -inherit autotools eutils +inherit autotools DESCRIPTION="A Comprehensive Open Source Library for Galois Field Arithmetic" HOMEPAGE="http://jerasure.org" @@ -30,5 +30,5 @@ src_configure() { src_install() { default - find "${D}" -name '*.la' -delete || die + find "${ED}" -name '*.la' -delete || die } |