summaryrefslogtreecommitdiff
blob: 9ea9d53f7440bbe0792bbf562166cdf12effbd61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

patch_targets() {
    # If we are not using autoconf 2.6, just skip the patch for the sake of
    # limiting the resulting patche
    [[ $(WANT_AUTOCONF=2.5 autoconf --version | head -n 1) == autoconf*2.6* ]] \
	|| return 0

    # Find the admindir, wherever it is.
    find "${WORKDIR}" -path '*/admin/cvs.sh' -type f
}

# This patch is always required
patch_required() {
    return 0
}