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 1Q3dtL-0002xj-MW for garchives@archives.gentoo.org; Sun, 27 Mar 2011 00:31:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEDEC1C09F; Sun, 27 Mar 2011 00:31:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BCBEA1C097 for ; Sun, 27 Mar 2011 00:31:21 +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 4C2CE1B412D for ; Sun, 27 Mar 2011 00:31:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2EE2E80073 for ; Sun, 27 Mar 2011 00:31:20 +0000 (UTC) From: "Jonathan Callen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonathan Callen" Message-ID: <33928eacd777f43bf9374da6f11cc7cba5f5136d.abcd@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kamera/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kamera/kamera-9999.ebuild X-VCS-Directories: kde-base/kamera/ X-VCS-Committer: abcd X-VCS-Committer-Name: Jonathan Callen X-VCS-Revision: 33928eacd777f43bf9374da6f11cc7cba5f5136d Date: Sun, 27 Mar 2011 00:31:20 +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: b01fa6ea30e974217bdbbce3de852f42 commit: 33928eacd777f43bf9374da6f11cc7cba5f5136d Author: abcd gentoo org> AuthorDate: Sat Mar 26 17:18:25 2011 +0000 Commit: Jonathan Callen gentoo org> CommitDate: Sun Mar 27 00:30:54 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D33928eac [kde-base/kamera] Make handbook optional again (Portage version: 2.2.0_alpha28_p8/git/Linux i686, RepoMan options: --for= ce, signed Manifest commit with key 229E5838) --- kde-base/kamera/kamera-9999.ebuild | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/kde-base/kamera/kamera-9999.ebuild b/kde-base/kamera/kamera-= 9999.ebuild index 34f9645..ee3a8c2 100644 --- a/kde-base/kamera/kamera-9999.ebuild +++ b/kde-base/kamera/kamera-9999.ebuild @@ -4,13 +4,11 @@ =20 EAPI=3D3 =20 +KDE_HANDBOOK=3D"optional" if [[ ${PV} =3D=3D *9999 ]]; then -# Not sure how this should be handled -KDE_HANDBOOK=3D"required" KDE_SCM=3D"git" inherit kde4-base else -KDE_HANDBOOK=3D"optional" KMNAME=3D"kdegraphics" inherit kde4-meta fi