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 2A3E3139694 for ; Mon, 1 May 2017 08:31:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9826DE0CE2; Mon, 1 May 2017 08:31:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 72438E0CE2 for ; Mon, 1 May 2017 08:31:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 45ECD34169C for ; Mon, 1 May 2017 08:31:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA610743E for ; Mon, 1 May 2017 08:31:04 +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: <1493627451.0edefe24d4e65f4fd95653030d17c6051686fb3c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-5.9.5.1-r1.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0edefe24d4e65f4fd95653030d17c6051686fb3c X-VCS-Branch: master Date: Mon, 1 May 2017 08:31:04 +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: 17105ec0-51e8-497e-a070-c5a715f85b58 X-Archives-Hash: 1bac2de269a944c3245db56120cb44bd commit: 0edefe24d4e65f4fd95653030d17c6051686fb3c Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 1 08:29:41 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 1 08:30:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0edefe24 kde-plasma/plasma-workspace: Also remove kio_remote.po Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-plasma/plasma-workspace/plasma-workspace-5.9.5.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.9.5.1-r1.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.9.5.1-r1.ebuild index ebbd7b02f63..8b5e8bee765 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.9.5.1-r1.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.9.5.1-r1.ebuild @@ -131,6 +131,7 @@ src_prepare() { # https://phabricator.kde.org/D4690 sed -e "/add_subdirectory(remote)/ s/^/#DONT/" -i kioslave/CMakeLists.txt || die rm -r kioslave/remote || die + find po -name "kio_remote.po" -delete || die } src_configure() {