mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde5{,-functions}.eclass: Move QT_MINIMAL declaration
Thanks-to: Arfrever on irc @ #gentoo-kde
This commit is contained in:
@@ -23,6 +23,11 @@ case ${EAPI} in
|
||||
*) die "EAPI=${EAPI:-0} is not supported" ;;
|
||||
esac
|
||||
|
||||
# @ECLASS-VARIABLE: QT_MINIMAL
|
||||
# @DESCRIPTION:
|
||||
# Minimal Qt version to require for the package.
|
||||
: ${QT_MINIMAL:=5.6.1}
|
||||
|
||||
# @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL
|
||||
# @DESCRIPTION:
|
||||
# Minimal Frameworks version to require for the package.
|
||||
|
||||
@@ -33,11 +33,6 @@ fi
|
||||
|
||||
EXPORT_FUNCTIONS pkg_setup pkg_nofetch src_unpack src_prepare src_configure src_compile src_test src_install pkg_preinst pkg_postinst pkg_postrm
|
||||
|
||||
# @ECLASS-VARIABLE: QT_MINIMAL
|
||||
# @DESCRIPTION:
|
||||
# Minimal Qt version to require for the package.
|
||||
: ${QT_MINIMAL:=5.6.1}
|
||||
|
||||
# @ECLASS-VARIABLE: KDE_AUTODEPS
|
||||
# @DESCRIPTION:
|
||||
# If set to "false", do nothing.
|
||||
|
||||
Reference in New Issue
Block a user