From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OvnFw-0008FQ-4n for garchives@archives.gentoo.org; Wed, 15 Sep 2010 08:22:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21A87E027D; Wed, 15 Sep 2010 08:22:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0085AE027D for ; Wed, 15 Sep 2010 08:22:14 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 811161B4419 for ; Wed, 15 Sep 2010 08:22:14 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2263) id 179B520051; Wed, 15 Sep 2010 08:22:13 +0000 (UTC) From: "Maciej Mrozowski (reavertm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, reavertm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: kde4-meta.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: kde4-meta.eclass X-VCS-Directories: eclass X-VCS-Committer: reavertm X-VCS-Committer-Name: Maciej Mrozowski Content-Type: text/plain; charset=utf8 Message-Id: <20100915082213.179B520051@flycatcher.gentoo.org> Date: Wed, 15 Sep 2010 08:22:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0ad40e57-0cce-4ce9-8358-cfe4eea9097a X-Archives-Hash: 48dd32b5ae065affbfc5419b229679df reavertm 10/09/15 08:22:13 Modified: kde4-meta.eclass Log: Make handbook unpacking less strict, bug 337341. Which is actually fine= as handbook are not necessarily located directly in doc/KMMODULE Revision Changes Path 1.42 eclass/kde4-meta.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-meta.e= class?rev=3D1.42&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-meta.e= class?rev=3D1.42&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-meta.e= class?r1=3D1.41&r2=3D1.42 Index: kde4-meta.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/kde4-meta.eclass,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- kde4-meta.eclass 14 Sep 2010 12:39:51 -0000 1.41 +++ kde4-meta.eclass 15 Sep 2010 08:22:13 -0000 1.42 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta.eclass,v 1.41 2010/0= 9/14 12:39:51 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta.eclass,v 1.42 2010/0= 9/15 08:22:13 reavertm Exp $ # # @ECLASS: kde4-meta.eclass # @MAINTAINER: @@ -292,7 +292,7 @@ =20 # Add default handbook locations if [[ -n ${KMMODULE} ]] && [[ ${KDE_HANDBOOK} =3D always ]] || { [[ ${K= DE_HANDBOOK} =3D optional ]] && use handbook; }; then - KMEXTRA+=3D" doc/${KMMODULE##*/}" + KMEXTRA_NONFATAL+=3D" doc/${KMMODULE##*/}" fi =20 # Add some CMake-files to KMEXTRACTONLY.