Skip to content

Commit

Permalink
media-sound/meterbridge: QA fix: Drop epatch in EAPI 6
Browse files Browse the repository at this point in the history
Closes: gentoo#6400
  • Loading branch information
simonvanderveldt authored and a17r committed Dec 4, 2017
1 parent edb3cab commit 064ac9f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions media-sound/meterbridge/meterbridge-0.9.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,15 @@ RDEPEND="media-sound/jack-audio-connection-kit
DEPEND="${RDEPEND}
virtual/pkgconfig"

PATCHES=(
"${FILESDIR}/${P}-gcc41.patch"
"${FILESDIR}/${P}-asneeded.patch"
"${FILESDIR}/${P}-cflags.patch"
"${FILESDIR}/${P}-setrgba.patch"
)

src_prepare() {
epatch "${FILESDIR}"/${P}-gcc41.patch
epatch "${FILESDIR}"/${P}-asneeded.patch
epatch "${FILESDIR}"/${P}-cflags.patch
epatch "${FILESDIR}"/${P}-setrgba.patch
eapply_user
default
eautoreconf
}

Expand Down

0 comments on commit 064ac9f

Please sign in to comment.