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 E9806138239 for ; Tue, 27 Aug 2019 19:59:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 857E9E081B; Tue, 27 Aug 2019 19:59:14 +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 5CBE3E081B for ; Tue, 27 Aug 2019 19:59:14 +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 A19B634A3E8 for ; Tue, 27 Aug 2019 19:59:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55FBA77E for ; Tue, 27 Aug 2019 19:59:07 +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: <1566935904.5f93871d92ec7871023bebaa0a2cee5be95e2c3d.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: 5f93871d92ec7871023bebaa0a2cee5be95e2c3d X-VCS-Branch: master Date: Tue, 27 Aug 2019 19:59:07 +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: 409a0b76-a223-499b-9eb6-810592a64664 X-Archives-Hash: 64f0199da10cf123ec96d0d3fbb065a9 commit: 5f93871d92ec7871023bebaa0a2cee5be95e2c3d Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 27 19:52:52 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 27 19:58:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f93871d app-office/kmymoney: Drop duplicate KEYWORDS line 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 deletion(-) diff --git a/app-office/kmymoney/kmymoney-5.0.6.ebuild b/app-office/kmymoney/kmymoney-5.0.6.ebuild index 28de2025ae6..86b2bc4fc86 100644 --- a/app-office/kmymoney/kmymoney-5.0.6.ebuild +++ b/app-office/kmymoney/kmymoney-5.0.6.ebuild @@ -20,7 +20,6 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then fi LICENSE="GPL-2" -KEYWORDS="" IUSE="activities addressbook calendar holidays ofx quotes webkit weboob" REQUIRED_USE="weboob? ( ${PYTHON_REQUIRED_USE} )"