diff options
Diffstat (limited to 'app-cdr/isomaster')
-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 } |