summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-04-17 10:41:29 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-04-17 10:41:29 +0000
commitab3fad567f41aa521a1523fece60a6531345a74f (patch)
tree6ff5dd6197603c986f874b1e7da348dd2063a440 /eclass
parentVersion bump (diff)
downloadgentoo-2-ab3fad567f41aa521a1523fece60a6531345a74f.tar.gz
gentoo-2-ab3fad567f41aa521a1523fece60a6531345a74f.tar.bz2
gentoo-2-ab3fad567f41aa521a1523fece60a6531345a74f.zip
Add line noting that the warning is pure QA. Per discussion with yngwin on #g-dev
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde4-functions.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
index 79083950b4fd..c973cfd76e5c 100644
--- a/eclass/kde4-functions.eclass
+++ b/eclass/kde4-functions.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.15 2009/04/13 00:02:45 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.16 2009/04/17 10:41:29 scarabeus Exp $
# @ECLASS: kde4-functions.eclass
# @MAINTAINER:
@@ -77,6 +77,7 @@ buildsycoca() {
# fix permission for some directories
for x in share/config share/kde4; do
if [[ $(stat --format=%a /usr/${x}) != 755 || $(stat --format=%a ${KDEDIR}/${x}) != 755 ]]; then
+ ewarn "QA Notice:"
ewarn "Package ${PN} is breaking ${KDEDIR}/${x} permissions."
ewarn "Please report this issue to gentoo bugzilla."
einfo "Permissions will get adjusted automatically now."