diff options
Diffstat (limited to 'sys-devel/gdb-apple/gdb-apple-1752.ebuild')
-rw-r--r-- | sys-devel/gdb-apple/gdb-apple-1752.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-devel/gdb-apple/gdb-apple-1752.ebuild b/sys-devel/gdb-apple/gdb-apple-1752.ebuild index cdd5c02629ca..6a6d6a5c511c 100644 --- a/sys-devel/gdb-apple/gdb-apple-1752.ebuild +++ b/sys-devel/gdb-apple/gdb-apple-1752.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI="3" +EAPI="6" inherit eutils flag-o-matic @@ -31,6 +30,8 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-1518-darwin8-9.patch epatch "${FILESDIR}"/${PN}-1705-darwin8-10.patch [[ ${CHOST} == *-darwin8 ]] && epatch "${FILESDIR}"/${PN}-1518-darwin8.patch + + eapply_user } src_configure() { |