diff options
| author | Michael Palimaka <kensington@gentoo.org> | 2012-07-12 06:33:50 +1000 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2012-07-12 06:33:50 +1000 |
| commit | 76054358f88abc7439542c7773598fc8c3c0988c (patch) | |
| tree | a0d53c79c80d3386dc00891c9e389e8ab73f0f9c /eclass/kde4-meta.eclass | |
| parent | 3e153ce2b417fbe3ba9ec5e220367d13902b36ee (diff) | |
| download | kde-76054358f88abc7439542c7773598fc8c3c0988c.tar.gz kde-76054358f88abc7439542c7773598fc8c3c0988c.tar.bz2 kde-76054358f88abc7439542c7773598fc8c3c0988c.zip | |
[eclass] Add KDE prefix to BUILD_TYPE.
Diffstat (limited to 'eclass/kde4-meta.eclass')
| -rw-r--r-- | eclass/kde4-meta.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass index 2f311f04028..161416490de 100644 --- a/eclass/kde4-meta.eclass +++ b/eclass/kde4-meta.eclass @@ -69,7 +69,7 @@ debug-print "line ${LINENO} ${ECLASS}: DEPEND ${DEPEND} - after metapackage-spec debug-print "line ${LINENO} ${ECLASS}: RDEPEND ${RDEPEND} - after metapackage-specific dependencies" # Useful to build kde4-meta style stuff from extragear/playground (plasmoids etc) -case ${BUILD_TYPE} in +case ${KDE_BUILD_TYPE} in live) if [[ ${KDE_SCM} == svn ]]; then case ${KMNAME} in @@ -147,7 +147,7 @@ kde4-meta_pkg_setup() { kde4-meta_src_unpack() { debug-print-function ${FUNCNAME} "$@" - if [[ ${BUILD_TYPE} = live ]]; then + if [[ ${KDE_BUILD_TYPE} = live ]]; then case "${KDE_SCM}" in svn) migrate_store_dir @@ -173,7 +173,7 @@ kde4-meta_src_unpack() { kde4-meta_src_extract() { debug-print-function ${FUNCNAME} "$@" - if [[ ${BUILD_TYPE} = live ]]; then + if [[ ${KDE_BUILD_TYPE} = live ]]; then # Export working copy to ${S} einfo "Exporting parts of working copy to ${S}" kde4-meta_create_extractlists |
