mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
media-sound/pamixer: increase cpp version to fix build faliure
Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
@@ -25,3 +25,8 @@ RDEPEND="
|
|||||||
"
|
"
|
||||||
|
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
eapply_user
|
||||||
|
sed -i 's/1.6/1.17/;s/c++11/c++17/' meson.build || die "Sed failed!"
|
||||||
|
}
|
||||||
|
|||||||
@@ -25,3 +25,8 @@ RDEPEND="
|
|||||||
"
|
"
|
||||||
|
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
eapply_user
|
||||||
|
sed -i 's/1.7-dev/1.17/;s/c++11/c++17/' meson.build || die "Sed failed!"
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user