media-gfx/aewan: bump to EAPI=7
authorMikle Kolyada <zlogene@gentoo.org>
Thu, 25 Jul 2019 13:31:09 +0000 (16:31 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Thu, 25 Jul 2019 13:31:09 +0000 (16:31 +0300)
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
media-gfx/aewan/aewan-1.0.01-r1.ebuild

index 85aeae9dc11fb4782e0a4e613dd94ff98d45f337..b9d7e155d04736f065c0559184cd8ffb2d6cacb9 100644 (file)
@@ -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