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 434D31381F3 for ; Thu, 6 Jun 2013 16:41:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CE82E0997; Thu, 6 Jun 2013 16:41:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05214E0997 for ; Thu, 6 Jun 2013 16:40:59 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF53033E3F5 for ; Thu, 6 Jun 2013 16:40:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 96054E468F for ; Thu, 6 Jun 2013 16:40:57 +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: <1370534363.d3e5cda04c3d4edc49703a07dd753f26a22d5000.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/amarok/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/amarok/amarok-9999.ebuild X-VCS-Directories: media-sound/amarok/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: d3e5cda04c3d4edc49703a07dd753f26a22d5000 X-VCS-Branch: master Date: Thu, 6 Jun 2013 16:40:57 +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: 642d56c1-70a7-4e95-bbfd-4a990afb3dfd X-Archives-Hash: 8d438017a1086612e3d7da36f3e946fb commit: d3e5cda04c3d4edc49703a07dd753f26a22d5000 Author: Michael Palimaka gentoo org> AuthorDate: Thu Jun 6 15:59:23 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jun 6 15:59:23 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d3e5cda0 [media-sound/amarok] Fix docs only for releases wrt bug #472360. Package-Manager: portage-2.1.12.2 --- media-sound/amarok/amarok-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/media-sound/amarok/amarok-9999.ebuild b/media-sound/amarok/amarok-9999.ebuild index 544a30f..5bd74e2 100644 --- a/media-sound/amarok/amarok-9999.ebuild +++ b/media-sound/amarok/amarok-9999.ebuild @@ -77,8 +77,10 @@ RDEPEND="${COMMONDEPEND} " src_prepare() { - mv doc/en_US doc/en || die - sed -e "s/en_US/en/" -i doc/CMakeLists.txt || die + if [[ ${KDE_BUILD_TYPE} != live ]]; then + mv doc/en_US doc/en || die + sed -e "s/en_US/en/" -i doc/CMakeLists.txt || die + fi kde4-base_src_prepare }