media-sound/ogg2mp3: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Tue, 29 May 2018 21:25:44 +0000 (17:25 -0400)
committerAaron Bauman <bman@gentoo.org>
Wed, 30 May 2018 00:27:33 +0000 (20:27 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-sound/ogg2mp3/ogg2mp3-0.6.1.ebuild

index 469306c080f71655658eb95bff572a1dc2d97d8b..e62c87864b426831a17c8cfd0ef6c28b411ebc42 100644 (file)
@@ -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}
 }