commit: a2e035ee19594327658a181d2ce48ecc4fb857b0 Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Tue May 29 21:25:44 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed May 30 00:27:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e035ee
media-sound/ogg2mp3: bump EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-sound/ogg2mp3/ogg2mp3-0.6.1.ebuild | 6 +++--- 1 file 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 469306c080f..e62c87864b4 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} }
