app-cdr/multicd: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 19:06:14 +0000 (15:06 -0400)
committerAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 22:36:56 +0000 (18:36 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-cdr/multicd/multicd-1.7.5-r1.ebuild

index cdfc6a6c33a51a37bb5110d764651c917854cf1d..a0811c55ef76a989c2b9b625ded394de3212a2d0 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=6
 
 DESCRIPTION="Tool for making direct copies of your files to multiple cd's"
 HOMEPAGE="http://danborn.net/multicd/"
@@ -16,7 +16,7 @@ RDEPEND=">=dev-lang/perl-5.8.6
        virtual/cdrtools"
 
 src_install() {
-       dobin multicd || die "dobin failed."
+       dobin multicd
        insinto /etc
-       newins sample_multicdrc multicdrc || die "newins failed."
+       newins sample_multicdrc multicdrc
 }