Diff aide-0.18.2 with a aide-0.18.3
/usr/portage/app-forensics/aide/aide-0.18.3.ebuild 2023-10-09 14:52:28.748368331 +0300 | ||
---|---|---|
51 | 51 |
src_prepare() { |
52 | 52 |
default |
53 | 53 | |
54 |
sed -i -e 's| -Werror||g' configure.ac || die |
|
55 | ||
56 | 54 |
# Only needed for snapshots. |
57 | 55 |
if [[ ${PV} == *_p* ]] ; then |
58 | 56 |
echo "m4_define([AIDE_VERSION], [${PV}])" > version.m4 || die |