eclass: libtool - Update to the latest stable elt-patches
authorBrian Evans <grknight@gentoo.org>
Mon, 10 Sep 2018 17:09:05 +0000 (13:09 -0400)
committerBrian Evans <grknight@gentoo.org>
Mon, 10 Sep 2018 17:09:05 +0000 (13:09 -0400)
As suggested by Chewi on the gentoo-dev ML

Signed-off-by: Brian Evans <grknight@gentoo.org>
eclass/libtool.eclass

index 942bf34aa27838db354b544835c45d307f781839..4565c8a8f6f8ac9c3d52358c6f89b0862591417f 100644 (file)
@@ -18,8 +18,8 @@ if [[ -z ${_LIBTOOL_ECLASS} ]]; then
 _LIBTOOL_ECLASS=1
 
 case ${EAPI:-0} in
-       0|1|2|3|4|5|6) DEPEND=">=app-portage/elt-patches-20170422" ;;
-       7) BDEPEND=">=app-portage/elt-patches-20170422" ;;
+       0|1|2|3|4|5|6) DEPEND=">=app-portage/elt-patches-20170815" ;;
+       7) BDEPEND=">=app-portage/elt-patches-20170815" ;;
        *) die "${ECLASS}: EAPI ${EAPI} not supported" ;;
 esac