diff options
| author | Johannes Huber <johu@gentoo.org> | 2015-02-01 00:56:13 +0100 |
|---|---|---|
| committer | Johannes Huber <johu@gentoo.org> | 2015-02-01 00:56:13 +0100 |
| commit | 809eb21df6ade368e404c797f7c2074f0cf522f1 (patch) | |
| tree | 27c6cbf120403043906a4aef6879eb41cbd308d7 /eclass/kde5-functions.eclass | |
| parent | e4704ad5d4ad2e92e1178d810ca25c070bec4d72 (diff) | |
| download | kde-809eb21df6ade368e404c797f7c2074f0cf522f1.tar.gz kde-809eb21df6ade368e404c797f7c2074f0cf522f1.tar.bz2 kde-809eb21df6ade368e404c797f7c2074f0cf522f1.zip | |
Rename add_kdeplasma_dep
Diffstat (limited to 'eclass/kde5-functions.eclass')
| -rw-r--r-- | eclass/kde5-functions.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 3e444fbdde4..2f30ab486c0 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -89,7 +89,7 @@ _check_gcc_version() { # @FUNCTION: _add_kdecategory_dep # @INTERNAL # @DESCRIPTION: -# Implementation of add_kdeplasma_dep and add_frameworks_dep. +# Implementation of add_plasma_dep and add_frameworks_dep. _add_kdecategory_dep() { debug-print-function ${FUNCNAME} "$@" @@ -141,7 +141,7 @@ add_frameworks_dep() { _add_kdecategory_dep kde-frameworks "${1}" "${2}" "${version}" } -# @FUNCTION: add_kdeplasma_dep +# @FUNCTION: add_plasma_dep # @USAGE: <package> [USE flags] [minimum version] # @DESCRIPTION: # Create proper dependency for kde-base/ dependencies. @@ -151,7 +151,7 @@ add_frameworks_dep() { # The output of this should be added directly to DEPEND/RDEPEND, and may be # wrapped in a USE conditional (but not an || conditional without an extra set # of parentheses). -add_kdeplasma_dep() { +add_plasma_dep() { debug-print-function ${FUNCNAME} "$@" local version |
