-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
src_prepare() {
default
+ # Below files are verbatim copy. Effectively apply ${P}-gcc7.patch
+ # to all of them.
+ local s='oathtool/gl/intprops.h' d
+ for d in {liboath/gl/tests,libpskc/gl,pskctool/gl}/intprops.h; do
+ echo "Copy '${s}' to '${d}'"
+ cp "${s}" "${d}" || die
+ done
+
# These tests need git/cvs and don't reflect anything in the final app
sed -i -r \
-e '/TESTS/s,test-vc-list-files-(git|cvs).sh,,g' \