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 58370138334 for ; Sat, 2 Mar 2019 20:49:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B094E08DB; Sat, 2 Mar 2019 20:49:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 06D9EE08D6 for ; Sat, 2 Mar 2019 20:49:43 +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 0C8F8335D08 for ; Sat, 2 Mar 2019 20:49:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E37C565 for ; Sat, 2 Mar 2019 20:49:38 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1551559766.d81fa59d6f453adf8235e42807a83dc14055dc7a.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/skrooge/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/skrooge/skrooge-2.18.0.ebuild X-VCS-Directories: app-office/skrooge/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: d81fa59d6f453adf8235e42807a83dc14055dc7a X-VCS-Branch: master Date: Sat, 2 Mar 2019 20:49:38 +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: a41bef1a-246f-4c9a-af9d-95302f134e9f X-Archives-Hash: 97cb7257b5d8aadbf5d493f2199e0561 commit: d81fa59d6f453adf8235e42807a83dc14055dc7a Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Mar 2 20:46:59 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Mar 2 20:49:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81fa59d app-office/skrooge: x86 stable (bug #675302) Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> app-office/skrooge/skrooge-2.18.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/skrooge/skrooge-2.18.0.ebuild b/app-office/skrooge/skrooge-2.18.0.ebuild index 8200b57e80a..ff20f250804 100644 --- a/app-office/skrooge/skrooge-2.18.0.ebuild +++ b/app-office/skrooge/skrooge-2.18.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://skrooge.org/" [[ ${PV} == 9999 ]] || SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" LICENSE="GPL-2" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="activities designer kde ofx webkit" REQUIRED_USE="test? ( designer )"