summaryrefslogtreecommitdiff
path: root/kde-base/kwin/kwin-4.6.4.ebuild
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2011-06-06 18:19:57 -0400
committerJonathan Callen <abcd@gentoo.org>2011-06-06 18:19:57 -0400
commitcf5ac5cd886f9a6a72e11ffbddf0d0a311523763 (patch)
tree05ee8d801b73c0a29a7734dc85cb145210ead2f1 /kde-base/kwin/kwin-4.6.4.ebuild
parenta37fe6aa097f8861982cdc6914e6e712dc1fddb8 (diff)
downloadkde-cf5ac5cd886f9a6a72e11ffbddf0d0a311523763.tar.gz
kde-cf5ac5cd886f9a6a72e11ffbddf0d0a311523763.tar.bz2
kde-cf5ac5cd886f9a6a72e11ffbddf0d0a311523763.zip
[kde-base] Replace most instances of KDEDIR and EKDEDIR with /usr and EPREFIX/usr
(Portage version: 2.2.0_alpha38/git/Linux x86_64, signed Manifest commit with key 229E5838)
Diffstat (limited to 'kde-base/kwin/kwin-4.6.4.ebuild')
-rw-r--r--kde-base/kwin/kwin-4.6.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-base/kwin/kwin-4.6.4.ebuild b/kde-base/kwin/kwin-4.6.4.ebuild
index c844be60391..2473eec2ef2 100644
--- a/kde-base/kwin/kwin-4.6.4.ebuild
+++ b/kde-base/kwin/kwin-4.6.4.ebuild
@@ -61,7 +61,7 @@ src_prepare() {
src_configure() {
# FIXME Remove when activity API moved away from libkworkspace
- append-cppflags "-I${EKDEDIR}/include/kworkspace"
+ append-cppflags "-I${EPREFIX}/usr/include/kworkspace"
mycmakeargs=(
$(cmake-utils_use_with opengl OpenGL)