summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-29 17:25:44 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-29 20:27:33 -0400
commita2e035ee19594327658a181d2ce48ecc4fb857b0 (patch)
treef4a170b6a284b1107779598e4dfd5a6f8b1716f3
parentmedia-sound/mp32ogg: bump EAPI and drop eutils (diff)
downloadgentoo-a2e035ee.tar.gz
gentoo-a2e035ee.tar.bz2
gentoo-a2e035ee.zip
media-sound/ogg2mp3: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--media-sound/ogg2mp3/ogg2mp3-0.6.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/ogg2mp3/ogg2mp3-0.6.1.ebuild b/media-sound/ogg2mp3/ogg2mp3-0.6.1.ebuild
index 469306c080f7..e62c87864b42 100644
--- a/media-sound/ogg2mp3/ogg2mp3-0.6.1.ebuild
+++ b/media-sound/ogg2mp3/ogg2mp3-0.6.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=2
+EAPI=6
DESCRIPTION="A perl script to convert Ogg Vorbis files to MP3 files"
HOMEPAGE="http://www.gitorious.org/ogg2mp3/pages/Home"
@@ -18,6 +18,6 @@ RDEPEND="media-sound/lame
DEPEND=""
src_install() {
- dobin ogg2mp3 || die "dobin failed"
+ dobin ogg2mp3
dodoc doc/{AUTHORS,ChangeLog,README,TODO}
}