summaryrefslogtreecommitdiff
path: root/kde-base/kwin/kwin-9999.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-9999.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-9999.ebuild')
-rw-r--r--kde-base/kwin/kwin-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-base/kwin/kwin-9999.ebuild b/kde-base/kwin/kwin-9999.ebuild
index 4be74b0dc34..3d1362eeba5 100644
--- a/kde-base/kwin/kwin-9999.ebuild
+++ b/kde-base/kwin/kwin-9999.ebuild
@@ -52,7 +52,7 @@ REQUIRED_USE="opengl? ( !gles ) gles? ( !opengl )"
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 gles OpenGLES)