Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 10 Sep 2018 17:10:46
Message-Id: 1536599345.4a0b5227a8b85cc97fee1647587964e6576123ff.grknight@gentoo
1 commit: 4a0b5227a8b85cc97fee1647587964e6576123ff
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 10 17:09:05 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 10 17:09:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a0b5227
7
8 eclass: libtool - Update to the latest stable elt-patches
9
10 As suggested by Chewi on the gentoo-dev ML
11
12 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
13
14 eclass/libtool.eclass | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass
18 index 942bf34aa27..4565c8a8f6f 100644
19 --- a/eclass/libtool.eclass
20 +++ b/eclass/libtool.eclass
21 @@ -18,8 +18,8 @@ if [[ -z ${_LIBTOOL_ECLASS} ]]; then
22 _LIBTOOL_ECLASS=1
23
24 case ${EAPI:-0} in
25 - 0|1|2|3|4|5|6) DEPEND=">=app-portage/elt-patches-20170422" ;;
26 - 7) BDEPEND=">=app-portage/elt-patches-20170422" ;;
27 + 0|1|2|3|4|5|6) DEPEND=">=app-portage/elt-patches-20170815" ;;
28 + 7) BDEPEND=">=app-portage/elt-patches-20170815" ;;
29 *) die "${ECLASS}: EAPI ${EAPI} not supported" ;;
30 esac