mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 12:18:08 -07:00
media-sound/meterbridge: QA fix: Drop epatch in EAPI 6
Closes: https://github.com/gentoo/gentoo/pull/6400
This commit is contained in:
committed by
Andreas Sturmlechner
parent
edb3cab881
commit
064ac9fddb
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user