diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-17 10:41:29 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-17 10:41:29 +0000 |
commit | d959e5584b2fa2f896b638735a738a0ea6edc025 (patch) | |
tree | c80b26cc7f540b754088ea7f070b4ff2bbe5700d /eclass | |
parent | Version bump (diff) | |
download | historical-d959e5584b2fa2f896b638735a738a0ea6edc025.tar.gz historical-d959e5584b2fa2f896b638735a738a0ea6edc025.tar.bz2 historical-d959e5584b2fa2f896b638735a738a0ea6edc025.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.eclass | 3 |
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." |