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 95C241384B4 for ; Tue, 1 Dec 2015 11:20:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8861421C0A3; Tue, 1 Dec 2015 11:20:57 +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 E982021C09F for ; Tue, 1 Dec 2015 11:20:56 +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 0DE883407E6 for ; Tue, 1 Dec 2015 11:20:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDD7CC89 for ; Tue, 1 Dec 2015 11:20:52 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1448968822.229a5cc3f8f6d26d3a016002c2e561140c274d7d.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdevelop-python/kdevelop-python-1.7.2.ebuild X-VCS-Directories: dev-util/kdevelop-python/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 229a5cc3f8f6d26d3a016002c2e561140c274d7d X-VCS-Branch: master Date: Tue, 1 Dec 2015 11:20:52 +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: 7531dd85-b0d3-4750-8a5c-a28042656b10 X-Archives-Hash: f76d4ce218bb610c80e48e5ed922ca86 commit: 229a5cc3f8f6d26d3a016002c2e561140c274d7d Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Dec 1 11:20:22 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Dec 1 11:20:22 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=229a5cc3 dev-util/kdevelop-python: amd64 stable wrt bug #565998 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" dev-util/kdevelop-python/kdevelop-python-1.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/kdevelop-python/kdevelop-python-1.7.2.ebuild b/dev-util/kdevelop-python/kdevelop-python-1.7.2.ebuild index 924bb1e..ad79021 100644 --- a/dev-util/kdevelop-python/kdevelop-python-1.7.2.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-1.7.2.ebuild @@ -14,7 +14,7 @@ inherit kde4-base python-any-r1 if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/kdevelop/${KDEVELOP_VERSION}/src/${MY_P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" S=${WORKDIR}/${MY_P} fi