Skip to content

Commit

Permalink
kde5.eclass: merge type is already checked in _check_gcc_version
Browse files Browse the repository at this point in the history
  • Loading branch information
kensington committed Apr 20, 2016
1 parent 6798179 commit ad4c6ae
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions eclass/kde5.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -337,19 +337,15 @@ debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: SRC_URI is ${SRC_URI}"
# Do some basic settings
kde5_pkg_pretend() {
debug-print-function ${FUNCNAME} "$@"
if [[ ${MERGE_TYPE} != binary ]]; then
_check_gcc_version
fi
_check_gcc_version
}

# @FUNCTION: kde5_pkg_setup
# @DESCRIPTION:
# Do some basic settings
kde5_pkg_setup() {
debug-print-function ${FUNCNAME} "$@"
if [[ ${MERGE_TYPE} != binary ]]; then
_check_gcc_version
fi
_check_gcc_version
}

# @FUNCTION: kde5_src_unpack
Expand Down

0 comments on commit ad4c6ae

Please sign in to comment.