Skip to content

Commit

Permalink
xdg.eclass: use default in EAPI=6 instead of just eapply_user
Browse files Browse the repository at this point in the history
As suggested by Michał Górny.
  • Loading branch information
EvaSDK committed Nov 24, 2015
1 parent c0281b0 commit 95a9d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/xdg.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DEPEND="
xdg_src_prepare() {
xdg_environment_reset

has ${EAPI:-0} 6 && eapply_user
has ${EAPI:-0} 6 && default
}

# @FUNCTION: xdg_pkg_preinst
Expand Down

0 comments on commit 95a9d37

Please sign in to comment.