projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fda9781
)
eclass: libtool - Update to the latest stable elt-patches
author
Brian Evans
<grknight@gentoo.org>
Mon, 10 Sep 2018 17:09:05 +0000
(13:09 -0400)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/eclass/libtool.eclass
b/eclass/libtool.eclass
index 942bf34aa27838db354b544835c45d307f781839..4565c8a8f6f8ac9c3d52358c6f89b0862591417f 100644
(file)
--- 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-20170
422
" ;;
- 7) BDEPEND=">=app-portage/elt-patches-20170
422
" ;;
+ 0|1|2|3|4|5|6) DEPEND=">=app-portage/elt-patches-20170
815
" ;;
+ 7) BDEPEND=">=app-portage/elt-patches-20170
815
" ;;
*) die "${ECLASS}: EAPI ${EAPI} not supported" ;;
esac