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 94AC0138334 for ; Sat, 24 Aug 2019 09:07:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD180E07A7; Sat, 24 Aug 2019 09:07:24 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 925F5E07D7 for ; Sat, 24 Aug 2019 09:07:24 +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 9FF3934A237 for ; Sat, 24 Aug 2019 09:07:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72C99772 for ; Sat, 24 Aug 2019 09:07:21 +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: <1566637609.0e435ecb320861c8ffa16e2a914cb477910ae32c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/kmymoney/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/kmymoney/kmymoney-5.0.6.ebuild X-VCS-Directories: app-office/kmymoney/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0e435ecb320861c8ffa16e2a914cb477910ae32c X-VCS-Branch: master Date: Sat, 24 Aug 2019 09:07:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b6052d87-b48d-40d0-9e5f-a9d4e8e3775a X-Archives-Hash: 47e651ead704f3e69bd407d6471a676b commit: 0e435ecb320861c8ffa16e2a914cb477910ae32c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 24 09:05:06 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 24 09:06:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e435ecb app-office/kmymoney: Add back KEYWORDS to 5.0.6 Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/kmymoney/kmymoney-5.0.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-office/kmymoney/kmymoney-5.0.6.ebuild b/app-office/kmymoney/kmymoney-5.0.6.ebuild index 1ef55340784..28de2025ae6 100644 --- a/app-office/kmymoney/kmymoney-5.0.6.ebuild +++ b/app-office/kmymoney/kmymoney-5.0.6.ebuild @@ -16,6 +16,7 @@ DESCRIPTION="Personal finance manager based on KDE Frameworks" HOMEPAGE="https://kmymoney.org" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" + KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-2"