diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-08 06:27:19 -0500 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-20 21:47:01 +0200 |
commit | c5ae49378648c1f50a1de55a0280e7b2b8582430 (patch) | |
tree | 982b1fb0cf30a32808777592622931db46a68db5 /app-cdr | |
parent | app-cdr/isomaster: remove eutils (diff) | |
download | gentoo-c5ae49378648c1f50a1de55a0280e7b2b8582430.tar.gz gentoo-c5ae49378648c1f50a1de55a0280e7b2b8582430.tar.bz2 gentoo-c5ae49378648c1f50a1de55a0280e7b2b8582430.zip |
app-cdr/isomaster: EAPI bump epatch->default
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/isomaster/isomaster-1.3.13.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/app-cdr/isomaster/isomaster-1.3.13.ebuild b/app-cdr/isomaster/isomaster-1.3.13.ebuild index af9ab4d1ebf7..e2f7f7daa105 100644 --- a/app-cdr/isomaster/isomaster-1.3.13.ebuild +++ b/app-cdr/isomaster/isomaster-1.3.13.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=6 -inherit eutils toolchain-funcs xdg-utils +inherit toolchain-funcs xdg-utils DESCRIPTION="Graphical CD image editor for reading, modifying and writing ISO images" HOMEPAGE="http://littlesvr.ca/isomaster" @@ -20,6 +20,10 @@ DEPEND="${RDEPEND} virtual/pkgconfig nls? ( >=sys-devel/gettext-0.19.1 )" # bug 512448 +PATCHES=( + "${FILESDIR}"/${PN}-1.3.9-iniparser-3.0.0.patch #399629 +) + pkg_setup() { myisoconf=( DEFAULT_EDITOR=leafpad @@ -32,7 +36,7 @@ pkg_setup() { } src_prepare() { - epatch "${FILESDIR}"/${PN}-1.3.9-iniparser-3.0.0.patch #399629 + default rm -R iniparser-2.17 || die } |