Skip to content

Commit

Permalink
media-sound/bladeenc: 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 May 27, 2018
1 parent 49ec4ad commit 147c350
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions media-sound/bladeenc/bladeenc-0.94.2-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Copyright 1999-2009 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=2
inherit eutils
EAPI=6

DESCRIPTION="An mp3 encoder"
SRC_URI="http://bladeenc.mp3.no/source/${P}-src-stable.tar.gz"
Expand All @@ -13,11 +12,9 @@ SLOT="0"
KEYWORDS="amd64 ppc ppc64 sparc x86"
IUSE=""

src_prepare() {
epatch "${FILESDIR}"/${P}-secfix.diff
}
PATCHES=( "${FILESDIR}/${P}-secfix.diff" )

src_install () {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog README TODO
default
}

0 comments on commit 147c350

Please sign in to comment.