toolchain-binutils.eclass: add PATCH_BINUTILS_VER handling
authorSergei Trofimovich <slyfox@gentoo.org>
Mon, 25 Sep 2017 22:30:15 +0000 (23:30 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Mon, 25 Sep 2017 23:18:00 +0000 (00:18 +0100)
commitcf3086b3e4f3fc319336a66abc7c8f63fdad41c5
tree7c685b9b33e46426f07ff86241987e36be1993f4
parentfdfa518ed6aba1ac75862f8b0cf91838f8794ab7
toolchain-binutils.eclass: add PATCH_BINUTILS_VER handling

PATCH_BINUTILS_VER is handy when one wants to apply
patchset from a different binutils version. For example
to apply a 2.29 patchset on top of 2.29.1 version ebuild
will refer to it as:
    PATCH_BINUTILS_VER="2.29"

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
eclass/toolchain-binutils.eclass