Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 30 Nov 2017 19:10:31
Message-Id: 1512068955.9a17eeac7eb471d43a1fa12eb6aa683a94a56906.ulm@gentoo
1 commit: 9a17eeac7eb471d43a1fa12eb6aa683a94a56906
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 23 23:30:47 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 30 19:09:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a17eeac
7
8 eutils.eclass: Remove check_license function.
9
10 This is an inoperative stub since 2011, and no longer used in the tree.
11
12 eclass/eutils.eclass | 4 ----
13 1 file changed, 4 deletions(-)
14
15 diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
16 index f35fa5980d7..7fd4b847a64 100644
17 --- a/eclass/eutils.eclass
18 +++ b/eclass/eutils.eclass
19 @@ -869,10 +869,6 @@ optfeature() {
20 fi
21 }
22
23 -check_license() {
24 - die "you no longer need this as portage supports ACCEPT_LICENSE itself"
25 -}
26 -
27 case ${EAPI:-0} in
28 0|1|2)