summaryrefslogtreecommitdiff
path: root/eclass/kde-frameworks.eclass
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-02-11 22:45:13 +1100
committerMichael Palimaka <kensington@gentoo.org>2014-02-11 22:45:13 +1100
commit726af6f738e56f6298b0c9e6f02e6258529c24f1 (patch)
tree05b708440182c30b1e81aa3ef177b698a0d7199c /eclass/kde-frameworks.eclass
parent83ca991b207eaec0d84e537030cb07c6cc2a557d (diff)
downloadkde-726af6f738e56f6298b0c9e6f02e6258529c24f1.tar.gz
kde-726af6f738e56f6298b0c9e6f02e6258529c24f1.tar.bz2
kde-726af6f738e56f6298b0c9e6f02e6258529c24f1.zip
[eclass] Remove PREFIX variable, it doesn't appear to be used.
Diffstat (limited to 'eclass/kde-frameworks.eclass')
-rw-r--r--eclass/kde-frameworks.eclass8
1 files changed, 0 insertions, 8 deletions
diff --git a/eclass/kde-frameworks.eclass b/eclass/kde-frameworks.eclass
index e8f84d32b19..0361ae211a9 100644
--- a/eclass/kde-frameworks.eclass
+++ b/eclass/kde-frameworks.eclass
@@ -171,12 +171,6 @@ esac
debug-print "${LINENO} ${ECLASS} ${FUNCNAME}: SRC_URI is ${SRC_URI}"
-# @ECLASS-VARIABLE: PREFIX
-# @DESCRIPTION:
-# Set the installation PREFIX for non kde-base applications. It defaults to /usr.
-# kde-base packages go into KDE4 installation directory (/usr).
-# No matter the PREFIX, package will be built against KDE installed in /usr.
-
# @FUNCTION: kde-frameworks_pkg_setup
# @DESCRIPTION:
# Do some basic settings
@@ -196,8 +190,6 @@ kde-frameworks_pkg_setup() {
&& die "Sorry, but gcc-4.5 or later is required for KDE frameworks."
fi
- : ${PREFIX:=/usr}
-
# Point to correct QT plugins path
QT_PLUGIN_PATH="${EPREFIX}/usr/$(get_libdir)/kde4/plugins/"