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 78330138350 for ; Tue, 18 Feb 2020 20:06:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F31BE08DD; Tue, 18 Feb 2020 20:06:28 +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 67E36E08BD for ; Tue, 18 Feb 2020 20:06:28 +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 77AEB34ED43 for ; Tue, 18 Feb 2020 20:06:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CFA8149 for ; Tue, 18 Feb 2020 20:06:24 +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: <1582056297.a4f48255972d66972297b49bb7e78eebedea93db.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/basket/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/basket/basket-2.49b.ebuild X-VCS-Directories: kde-misc/basket/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a4f48255972d66972297b49bb7e78eebedea93db X-VCS-Branch: master Date: Tue, 18 Feb 2020 20:06:24 +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: 012401b1-30b7-48dd-8db4-c1932828eaeb X-Archives-Hash: 2dc4498c487f4dc1ca4140ca9e2d5bb7 commit: a4f48255972d66972297b49bb7e78eebedea93db Author: Roy Bamford gentoo org> AuthorDate: Tue Feb 18 10:59:52 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 18 20:04:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4f48255 kde-misc/basket: added ~arm64 keyword Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Roy Bamford gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/14690 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/basket/basket-2.49b.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-misc/basket/basket-2.49b.ebuild b/kde-misc/basket/basket-2.49b.ebuild index 335ddfe9281..6a9fcbf3e6a 100644 --- a/kde-misc/basket/basket-2.49b.ebuild +++ b/kde-misc/basket/basket-2.49b.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/${PN}-notepads/${PN}/archive/v${PV}.tar.gz -> ${P}.t LICENSE="GPL-2" SLOT="5" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="crypt git" BDEPEND="git? ( virtual/pkgconfig )"