diff options
author | David Seifert <soap@gentoo.org> | 2022-07-26 21:27:12 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-07-26 21:27:12 +0200 |
commit | 1699710358f89df6e93dec405518dc99843b0040 (patch) | |
tree | c6277f4547838ff494a15cf23f2f1c62d5a74543 /app-cdr/multicd | |
parent | app-cdr/mirage2iso: sync live ebuild (diff) | |
download | gentoo-1699710358f89df6e93dec405518dc99843b0040.tar.gz gentoo-1699710358f89df6e93dec405518dc99843b0040.tar.bz2 gentoo-1699710358f89df6e93dec405518dc99843b0040.zip |
app-cdr/multicd: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-cdr/multicd')
-rw-r--r-- | app-cdr/multicd/multicd-1.7.5-r2.ebuild (renamed from app-cdr/multicd/multicd-1.7.5-r1.ebuild) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-cdr/multicd/multicd-1.7.5-r1.ebuild b/app-cdr/multicd/multicd-1.7.5-r2.ebuild index aaba8ca308a8..6060d9c2af62 100644 --- a/app-cdr/multicd/multicd-1.7.5-r1.ebuild +++ b/app-cdr/multicd/multicd-1.7.5-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DESCRIPTION="Tool for making direct copies of your files to multiple cd's" HOMEPAGE="http://danborn.net/multicd/" @@ -10,12 +10,10 @@ SRC_URI="http://danborn.net/multicd/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc x86" -IUSE="" RDEPEND=" app-cdr/cdrtools - >=dev-lang/perl-5.8.6 -" + dev-lang/perl" src_install() { dobin multicd |