diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-06-02 15:06:14 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-02 18:36:56 -0400 |
commit | 50826d9b483b6e4124fdd3bca92f24b66da71c4b (patch) | |
tree | 8b3770a3319e217ece257f962776caf53e9c3ef2 /app-cdr | |
parent | app-cdr/mkcdtoc: bump EAPI (diff) | |
download | gentoo-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')
-rw-r--r-- | app-cdr/multicd/multicd-1.7.5-r1.ebuild | 6 |
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 } |