diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-16 10:07:28 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-16 11:19:20 +0100 |
commit | 824a9699cae34d1ba4e6207ab4a6eef2250f6a66 (patch) | |
tree | c5ad3c535b59562c15f80edf4e18837fdf45824f /eclass | |
parent | intel-sdp.eclass: Add default value for INTEL_BIN_RPMS (diff) | |
download | gentoo-824a9699cae34d1ba4e6207ab4a6eef2250f6a66.tar.gz gentoo-824a9699cae34d1ba4e6207ab4a6eef2250f6a66.tar.bz2 gentoo-824a9699cae34d1ba4e6207ab4a6eef2250f6a66.zip |
intel-sdp.eclass: Drop @CODE for DESCRIPTION
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/intel-sdp.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/intel-sdp.eclass b/eclass/intel-sdp.eclass index 0e98dda7fdc3..d23b0031e01a 100644 --- a/eclass/intel-sdp.eclass +++ b/eclass/intel-sdp.eclass @@ -300,10 +300,10 @@ _isdp_run-test() { # @FUNCTION: intel-sdp_pkg_pretend # @DESCRIPTION: -# @CODE +# # * Check that the user has a (valid) license file before going on. +# # * Check for space requirements being fullfilled -# @CODE intel-sdp_pkg_pretend() { debug-print-function ${FUNCNAME} "${@}" |