From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B900F1387FD for ; Fri, 4 Apr 2014 15:25:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 305A8E09EF; Fri, 4 Apr 2014 15:25:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB8DCE09EF for ; Fri, 4 Apr 2014 15:25:20 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED99333FE7C for ; Fri, 4 Apr 2014 15:25:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id CBC01188F3 for ; Fri, 4 Apr 2014 15:25:17 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1396625100.48ee022a1827eb0deef932d56b8e375c323d2827.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/systemsettings/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/systemsettings/systemsettings-9999.ebuild X-VCS-Directories: kde-base/systemsettings/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 48ee022a1827eb0deef932d56b8e375c323d2827 X-VCS-Branch: master Date: Fri, 4 Apr 2014 15:25:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d3948e95-c242-4c2f-a013-b41a5120831f X-Archives-Hash: df9a7896b237b6bcb39e62df3347bf21 commit: 48ee022a1827eb0deef932d56b8e375c323d2827 Author: Michael Palimaka gentoo org> AuthorDate: Fri Apr 4 15:25:00 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Apr 4 15:25:00 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=48ee022a [kde-base/systemsettings] Allow making handbook optional. Package-Manager: portage-2.2.8-r1 --- kde-base/systemsettings/systemsettings-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-base/systemsettings/systemsettings-9999.ebuild b/kde-base/systemsettings/systemsettings-9999.ebuild index f8b3d1c..da115dd 100644 --- a/kde-base/systemsettings/systemsettings-9999.ebuild +++ b/kde-base/systemsettings/systemsettings-9999.ebuild @@ -4,6 +4,7 @@ EAPI=5 +KDE_HANDBOOK="true" inherit kde5 DESCRIPTION="System settings utility"