diff options
author | Brian Evans <grknight@gentoo.org> | 2018-09-10 13:09:05 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-09-10 13:09:05 -0400 |
commit | 4a0b5227a8b85cc97fee1647587964e6576123ff (patch) | |
tree | a28055cd525cb20743d1fa7929cfc11a905badd0 /eclass/libtool.eclass | |
parent | eclass: autotools - Mark compatible EAPIs and introduce BDEPEND (diff) | |
download | gentoo-4a0b5227a8b85cc97fee1647587964e6576123ff.tar.gz gentoo-4a0b5227a8b85cc97fee1647587964e6576123ff.tar.bz2 gentoo-4a0b5227a8b85cc97fee1647587964e6576123ff.zip |
eclass: libtool - Update to the latest stable elt-patches
As suggested by Chewi on the gentoo-dev ML
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'eclass/libtool.eclass')
-rw-r--r-- | eclass/libtool.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass index 942bf34aa278..4565c8a8f6f8 100644 --- a/eclass/libtool.eclass +++ b/eclass/libtool.eclass @@ -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 |