From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A6C0139694 for ; Sat, 8 Apr 2017 08:31:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D7F6E0BE8; Sat, 8 Apr 2017 08:31:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E1E0E0BE8 for ; Sat, 8 Apr 2017 08:31:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7828E341686 for ; Sat, 8 Apr 2017 08:31:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF14D7429 for ; Sat, 8 Apr 2017 08:31:16 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1491601200.a5b9dda4d9336b746547e53c6c432993966b5891.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a5b9dda4d9336b746547e53c6c432993966b5891 X-VCS-Branch: master Date: Sat, 8 Apr 2017 08:31:16 +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: c505aac4-f244-4f46-9b1d-b50959ba647a X-Archives-Hash: 387372449e91a2e99aa3b5800586294b commit: a5b9dda4d9336b746547e53c6c432993966b5891 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 7 20:52:50 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 7 21:40:00 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a5b9dda4 kde5.eclass: LINGUAS handling: Also drop subdir paths eclass/kde5.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 245a1427f3..eb6f43d635 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -550,6 +550,7 @@ kde5_src_prepare() { rm -r ${lang} || die if [[ -e CMakeLists.txt ]] ; then cmake_comment_add_subdirectory ${lang} + sed -e "/add_subdirectory([[:space:]]*${lang}\/.*[[:space:]]*)/d" -i CMakeLists.txt || die fi elif [[ -f ${lang} ]] && ! has ${lang/.po/} ${LINGUAS} ; then if [[ ${lang} != CMakeLists.txt && ${lang} != ${PN}.pot ]] ; then