mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
sci-electronics/verilator: fix UNKNOWN_REV version
https://github.com/verilator/verilator/issues/3352 Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
@@ -38,5 +38,9 @@ BDEPEND="
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
if [[ ! "${PV}" == "9999" ]] ; then
|
||||
# https://github.com/verilator/verilator/issues/3352
|
||||
sed -i "s/UNKNOWN_REV/(Gentoo ${PVR})/g" "${S}"/src/config_rev || die
|
||||
fi
|
||||
eautoconf --force
|
||||
}
|
||||
|
||||
@@ -38,5 +38,9 @@ BDEPEND="
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
if [[ ! "${PV}" == "9999" ]] ; then
|
||||
# https://github.com/verilator/verilator/issues/3352
|
||||
sed -i "s/UNKNOWN_REV/(Gentoo ${PVR})/g" "${S}"/src/config_rev || die
|
||||
fi
|
||||
eautoconf --force
|
||||
}
|
||||
|
||||
@@ -38,5 +38,9 @@ BDEPEND="
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
if [[ ! "${PV}" == "9999" ]] ; then
|
||||
# https://github.com/verilator/verilator/issues/3352
|
||||
sed -i "s/UNKNOWN_REV/(Gentoo ${PVR})/g" "${S}"/src/config_rev || die
|
||||
fi
|
||||
eautoconf --force
|
||||
}
|
||||
|
||||
@@ -38,5 +38,9 @@ BDEPEND="
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
if [[ ! "${PV}" == "9999" ]] ; then
|
||||
# https://github.com/verilator/verilator/issues/3352
|
||||
sed -i "s/UNKNOWN_REV/(Gentoo ${PVR})/g" "${S}"/src/config_rev || die
|
||||
fi
|
||||
eautoconf --force
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user