Skip to content

Commit

Permalink
app-cdr/multicd: bump EAPI
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
FuzzyGophers committed Jun 2, 2018
1 parent 142b6ef commit 50826d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app-cdr/multicd/multicd-1.7.5-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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/"
Expand All @@ -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
}

0 comments on commit 50826d9

Please sign in to comment.