projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4c2c05
)
gnome2.eclass: simplify inheritting on autotools.eclass and not inherit it unconditio...
author
Pacho Ramos
<pacho@gentoo.org>
Mon, 16 Jan 2017 22:57:51 +0000
(23:57 +0100)
committer
Pacho Ramos
<pacho@gentoo.org>
Mon, 16 Jan 2017 22:58:13 +0000
(23:58 +0100)
eclass/gnome2.eclass
patch
|
blob
|
history
diff --git
a/eclass/gnome2.eclass
b/eclass/gnome2.eclass
index d64b31b73c6bfb4db97f61b7c0ce97578ce9d9ca..bb538dd19182a5563a82ed0794473d169a5054a2 100644
(file)
--- a/
eclass/gnome2.eclass
+++ b/
eclass/gnome2.eclass
@@
-16,13
+16,8
@@
# Run eautoreconf instead of only elibtoolize
GNOME2_EAUTORECONF=${GNOME2_EAUTORECONF:-""}
-if [[ ${GNOME2_EAUTORECONF} == 'yes' ]] ; then
- AUTOTOOLS_AUTO_DEPEND=yes
-else
- : ${AUTOTOOLS_AUTO_DEPEND:=no}
-fi
-
-inherit autotools eutils libtool gnome.org gnome2-utils xdg
+[[ ${GNOME2_EAUTORECONF} == 'yes' ]] && inherit autotools
+inherit eutils libtool gnome.org gnome2-utils xdg
case "${EAPI:-0}" in
4|5)