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 00508138CD8 for ; Fri, 5 Jun 2015 14:22:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B50EE07DF; Fri, 5 Jun 2015 14:22:05 +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 3B58DE07DF for ; Fri, 5 Jun 2015 14:22:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57E42340B6C for ; Fri, 5 Jun 2015 14:22:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A2B4A10 for ; Fri, 5 Jun 2015 14:22:03 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1433513955.09699947d26ec573560d6ef7dd61de52fd0bb922.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdesu/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdesu/kdesu-15.04.2.ebuild X-VCS-Directories: kde-apps/kdesu/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 09699947d26ec573560d6ef7dd61de52fd0bb922 X-VCS-Branch: master Date: Fri, 5 Jun 2015 14:22:03 +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: 2f6772fe-c180-4078-8109-41be20f73947 X-Archives-Hash: 48196219f6fd943f4800e7c2a3d1c8c5 commit: 09699947d26ec573560d6ef7dd61de52fd0bb922 Author: Manuel Rüger gentoo org> AuthorDate: Fri Jun 5 14:19:15 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Jun 5 14:19:15 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=09699947 [kde-apps/kdesu] Fix file collision Package-Manager: portage-2.2.20 kde-apps/kdesu/kdesu-15.04.2.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kde-apps/kdesu/kdesu-15.04.2.ebuild b/kde-apps/kdesu/kdesu-15.04.2.ebuild index 3652714..0e6d983 100644 --- a/kde-apps/kdesu/kdesu-15.04.2.ebuild +++ b/kde-apps/kdesu/kdesu-15.04.2.ebuild @@ -15,6 +15,11 @@ HOMEPAGE+=" http://techbase.kde.org/Projects/kdesu" KEYWORDS="~amd64 ~x86" IUSE="debug" +src_prepare() { + sed -i -e '/doc/ s/^/#/' CMakeLists.txt || die + kde4-meta_src_prepare +} + src_configure() { # Upstream moved kdesu to libexec first, then decided to move it back # to /${PREFIX}/bin/ , so I'm doing that now already.