Skip to content

Commit

Permalink
eclass: libtool - Update to the latest stable elt-patches
Browse files Browse the repository at this point in the history
As suggested by Chewi on the gentoo-dev ML

Signed-off-by: Brian Evans <[email protected]>
  • Loading branch information
Brian Evans committed Sep 10, 2018
1 parent fda9781 commit 4a0b522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/libtool.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4a0b522

Please sign in to comment.