diff options
author | Davide Pesavento <pesa@gentoo.org> | 2017-11-27 03:15:18 +0100 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2017-11-27 03:15:18 +0100 |
commit | 494501bb6e0f3c3803bbc435344505e18b123790 (patch) | |
tree | 5a4451688f02d31a937f2107645b55d36bdea4ae /eclass/qt5-build.eclass | |
parent | qt5-build.eclass: drop support for Qt 5.6 (diff) | |
download | gentoo-494501bb6e0f3c3803bbc435344505e18b123790.tar.gz gentoo-494501bb6e0f3c3803bbc435344505e18b123790.tar.bz2 gentoo-494501bb6e0f3c3803bbc435344505e18b123790.zip |
qt5-build.eclass: improve eclassdoc
Closes: https://bugs.gentoo.org/637856
Diffstat (limited to 'eclass/qt5-build.eclass')
-rw-r--r-- | eclass/qt5-build.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index f5ef89cce40c..7462ab2059b3 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -6,6 +6,7 @@ # qt@gentoo.org # @AUTHOR: # Davide Pesavento <pesa@gentoo.org> +# @SUPPORTED_EAPIS: 6 # @BLURB: Eclass for Qt5 split ebuilds. # @DESCRIPTION: # This eclass contains various functions that are used when building Qt5. @@ -21,9 +22,10 @@ case ${EAPI} in esac # @ECLASS-VARIABLE: QT5_MODULE +# @PRE_INHERIT # @DESCRIPTION: # The upstream name of the module this package belongs to. Used for -# SRC_URI and EGIT_REPO_URI. Must be defined before inheriting the eclass. +# SRC_URI and EGIT_REPO_URI. Must be set before inheriting the eclass. : ${QT5_MODULE:=${PN}} # @ECLASS-VARIABLE: QT5_TARGET_SUBDIRS @@ -92,6 +94,7 @@ EGIT_REPO_URI=( [[ ${QT5_BUILD_TYPE} == live ]] && inherit git-r3 # @ECLASS-VARIABLE: QT5_BUILD_DIR +# @OUTPUT_VARIABLE # @DESCRIPTION: # Build directory for out-of-source builds. case ${QT5_BUILD_TYPE} in |