diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-03-30 06:53:59 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-03-30 06:55:33 -0400 |
commit | 180989a1160bf61d0c00d19fa073631a18c63a09 (patch) | |
tree | 1e48bef154c995922fa03343ab9f006dc0b346f1 /dev-libs/isl | |
parent | media-video/ffmpeg: bump to 3.4.6 for the 3.4 branch (diff) | |
download | gentoo-180989a1160bf61d0c00d19fa073631a18c63a09.tar.gz gentoo-180989a1160bf61d0c00d19fa073631a18c63a09.tar.bz2 gentoo-180989a1160bf61d0c00d19fa073631a18c63a09.zip |
dev-libs/isl: bump version 0.21 to EAPI=6
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-libs/isl')
-rw-r--r-- | dev-libs/isl/isl-0.21.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-libs/isl/isl-0.21.ebuild b/dev-libs/isl/isl-0.21.ebuild index a45e6ce68851..593ac2f4e212 100644 --- a/dev-libs/isl/isl-0.21.ebuild +++ b/dev-libs/isl/isl-0.21.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI="6" inherit eutils multilib-minimal preserve-libs @@ -22,11 +22,13 @@ DEPEND="${RDEPEND} DOCS=( ChangeLog AUTHORS doc/manual.pdf ) src_prepare() { - epatch "${FILESDIR}"/${PN}-0.19-gdb-autoload-dir.patch + eapply "${FILESDIR}"/${PN}-0.19-gdb-autoload-dir.patch # m4/ax_create_pkgconfig_info.m4 is broken but avoid eautoreconf # https://groups.google.com/group/isl-development/t/37ad876557e50f2c sed -i -e '/Libs:/s:@LDFLAGS@ ::' configure || die #382737 + + eapply_user } multilib_src_configure() { @@ -35,7 +37,7 @@ multilib_src_configure() { multilib_src_install_all() { einstalldocs - prune_libtool_files + find "${ED}" -type f -name '*.la' -delete } pkg_preinst() { |