projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62fc734
)
eutils.eclass: Remove check_license function.
author
Ulrich Müller
<ulm@gentoo.org>
Thu, 23 Nov 2017 23:30:47 +0000
(
00:30
+0100)
committer
Ulrich Müller
<ulm@gentoo.org>
Thu, 30 Nov 2017 19:09:15 +0000
(20:09 +0100)
This is an inoperative stub since 2011, and no longer used in the tree.
eclass/eutils.eclass
patch
|
blob
|
history
diff --git
a/eclass/eutils.eclass
b/eclass/eutils.eclass
index f35fa5980d7a4de490418be934b705de7dd78cf9..7fd4b847a649e31dc974110a13550872894329a1 100644
(file)
--- a/
eclass/eutils.eclass
+++ b/
eclass/eutils.eclass
@@
-869,10
+869,6
@@
optfeature() {
fi
}
-check_license() {
- die "you no longer need this as portage supports ACCEPT_LICENSE itself"
-}
-
case ${EAPI:-0} in
0|1|2)