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 1QA86l-0005OZ-GH for garchives@archives.gentoo.org; Wed, 13 Apr 2011 22:00:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC17F1C001; Wed, 13 Apr 2011 22:00:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B930C1C001 for ; Wed, 13 Apr 2011 22:00:10 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D51A1B40E4 for ; Wed, 13 Apr 2011 22:00:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4C13B80065 for ; Wed, 13 Apr 2011 22:00:09 +0000 (UTC) From: "Tomas Chvatal" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tomas Chvatal" Message-ID: <25b8862b4e8c169396d94de97184173d9573e442.scarabeus@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde4-base.eclass X-VCS-Directories: eclass/ X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal X-VCS-Revision: 25b8862b4e8c169396d94de97184173d9573e442 Date: Wed, 13 Apr 2011 22:00:09 +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: X-Archives-Hash: 6e515deccc5ffbbfa17de0fda1ea77aa commit: 25b8862b4e8c169396d94de97184173d9573e442 Author: Tomas Chvatal gentoo org> AuthorDate: Wed Apr 13 21:59:13 2011 +0000 Commit: Tomas Chvatal gentoo org> CommitDate: Wed Apr 13 22:00:04 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D25b8862b We should unset this even for kde-base ebuilds. --- eclass/kde4-base.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 4437b06..eb78b9b 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -167,7 +167,7 @@ KDE_HANDBOOK=3D"${KDE_HANDBOOK:-never}" # Set this varible if you want your live package to manage its # translations. (Mostly all kde ebuilds does not ship documentation # and translations in live ebuilds) -if [[ ${BUILD_TYPE} =3D=3D live && -z ${KDE_LINGUAS_LIVE_OVERRIDE} && ${= KDEBASE} !=3D "kde-base" ]]; then +if [[ ${BUILD_TYPE} =3D=3D live && -z ${KDE_LINGUAS_LIVE_OVERRIDE} ]]; t= hen KDE_HANDBOOK=3Dnever KDE_LINGUAS=3D"" fi