summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-06-02 15:06:14 -0400
committerAaron Bauman <bman@gentoo.org>2018-06-02 18:36:56 -0400
commit50826d9b483b6e4124fdd3bca92f24b66da71c4b (patch)
tree8b3770a3319e217ece257f962776caf53e9c3ef2 /app-cdr/multicd
parentapp-cdr/mkcdtoc: bump EAPI (diff)
downloadgentoo-50826d9b483b6e4124fdd3bca92f24b66da71c4b.tar.gz
gentoo-50826d9b483b6e4124fdd3bca92f24b66da71c4b.tar.bz2
gentoo-50826d9b483b6e4124fdd3bca92f24b66da71c4b.zip
app-cdr/multicd: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-cdr/multicd')
-rw-r--r--app-cdr/multicd/multicd-1.7.5-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-cdr/multicd/multicd-1.7.5-r1.ebuild b/app-cdr/multicd/multicd-1.7.5-r1.ebuild
index cdfc6a6c33a5..a0811c55ef76 100644
--- a/app-cdr/multicd/multicd-1.7.5-r1.ebuild
+++ b/app-cdr/multicd/multicd-1.7.5-r1.ebuild
@@ -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
}