Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 01 May 2021 19:02:32
Message-Id: 1619895710.d38c8e31bd9b35011a106639625e35591931f3a1.soap@gentoo
1 commit: d38c8e31bd9b35011a106639625e35591931f3a1
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 19:01:50 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 19:01:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38c8e31
7
8 wxwidgets.eclass: Remove need-wxwidgets alias
9
10 * No consumers of the old `need-wxwidgets` in ::gentoo.
11
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 eclass/wxwidgets.eclass | 9 ---------
15 1 file changed, 9 deletions(-)
16
17 diff --git a/eclass/wxwidgets.eclass b/eclass/wxwidgets.eclass
18 index e1f77f0b7c2..5d6d175392b 100644
19 --- a/eclass/wxwidgets.eclass
20 +++ b/eclass/wxwidgets.eclass
21 @@ -130,13 +130,4 @@ setup-wxwidgets() {
22 einfo
23 }
24
25 -case ${EAPI:-0} in
26 - 0|1|2|3|4|5|6)
27 - # deprecated
28 - need-wxwidgets() {
29 - setup-wxwidgets
30 - }
31 - ;;
32 -esac
33 -
34 fi