From: Mikle Kolyada Date: Thu, 25 Jul 2019 13:31:09 +0000 (+0300) Subject: media-gfx/aewan: bump to EAPI=7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9e69fb65938a3eb2794616dab7d67123b44f87a2;p=gentoo.git media-gfx/aewan: bump to EAPI=7 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Mikle Kolyada --- diff --git a/media-gfx/aewan/aewan-1.0.01-r1.ebuild b/media-gfx/aewan/aewan-1.0.01-r1.ebuild index 85aeae9dc11f..b9d7e155d047 100644 --- a/media-gfx/aewan/aewan-1.0.01-r1.ebuild +++ b/media-gfx/aewan/aewan-1.0.01-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit autotools eutils +inherit autotools DESCRIPTION="A curses-based ascii-art editor" HOMEPAGE="http://aewan.sourceforge.net/" @@ -16,12 +16,13 @@ KEYWORDS="amd64 x86" DOCS=( CHANGELOG README TODO ) DEPEND="sys-libs/zlib - >=sys-libs/ncurses-5.0" + >=sys-libs/ncurses-5.0:0=" RDEPEND="${DEPEND}" src_prepare() { - epatch \ + default + eapply \ "${FILESDIR}/${P}-debug_aewl-warnings.patch" \ "${FILESDIR}/${P}-tinfo.patch" eautoreconf