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 1Q3dtB-0002pY-9X 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 610811C0AA; Sun, 27 Mar 2011 00:31:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3548E1C0AA for ; Sun, 27 Mar 2011 00:31:22 +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 C005E1BC014 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 253818006E for ; Sun, 27 Mar 2011 00:31:21 +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: <4c67470fbf92f82247e70d398c5a9944372ab3c1.abcd@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/ksnapshot/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/ksnapshot/ksnapshot-9999.ebuild X-VCS-Directories: kde-base/ksnapshot/ X-VCS-Committer: abcd X-VCS-Committer-Name: Jonathan Callen X-VCS-Revision: 4c67470fbf92f82247e70d398c5a9944372ab3c1 Date: Sun, 27 Mar 2011 00:31:21 +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: 94322cb8d196e375271669bd0cb35a00 commit: 4c67470fbf92f82247e70d398c5a9944372ab3c1 Author: abcd gentoo org> AuthorDate: Sat Mar 26 17:43:12 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=3D4c67470f [kde-base/ksnapshot] 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/ksnapshot/ksnapshot-9999.ebuild | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/kde-base/ksnapshot/ksnapshot-9999.ebuild b/kde-base/ksnapsho= t/ksnapshot-9999.ebuild index a20319c..8207079 100644 --- a/kde-base/ksnapshot/ksnapshot-9999.ebuild +++ b/kde-base/ksnapshot/ksnapshot-9999.ebuild @@ -4,13 +4,11 @@ =20 EAPI=3D3 =20 +KDE_HANDBOOK=3D"optional" if [[ ${PV} =3D=3D *9999 ]]; then -# Not sure how to handle this -KDE_HANDBOOK=3D"required" KDE_SCM=3D"git" kde_eclass=3D"kde4-base" else -KDE_HANDBOOK=3D"optional" KMNAME=3D"kdegraphics" kde_eclass=3D"kde4-meta" fi