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 5AA3A138334 for ; Wed, 24 Jul 2019 03:22:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67EE7E0822; Wed, 24 Jul 2019 03:22:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 03ECAE0822 for ; Wed, 24 Jul 2019 03:22:26 +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 832623485D4 for ; Wed, 24 Jul 2019 03:22:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07EE672C for ; Wed, 24 Jul 2019 03:22:23 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1563938535.d60bc99546f095692de6efb14760011a1a087e52.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/tumbler/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/tumbler/tumbler-0.2.5.ebuild X-VCS-Directories: xfce-extra/tumbler/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: d60bc99546f095692de6efb14760011a1a087e52 X-VCS-Branch: master Date: Wed, 24 Jul 2019 03:22:23 +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: 75bc86fc-d322-48b8-bcb8-3526fd90daac X-Archives-Hash: c6979ac82fdd3aefcb560b20aafb77b5 commit: d60bc99546f095692de6efb14760011a1a087e52 Author: Aaron Bauman gentoo org> AuthorDate: Wed Jul 24 03:21:24 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Jul 24 03:22:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d60bc995 xfce-extra/tumbler: arm64 keyworded (bug #689062) Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 xfce-extra/tumbler/tumbler-0.2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce-extra/tumbler/tumbler-0.2.5.ebuild b/xfce-extra/tumbler/tumbler-0.2.5.ebuild index 9c0e456e7d5..c2e066a4bdd 100644 --- a/xfce-extra/tumbler/tumbler-0.2.5.ebuild +++ b/xfce-extra/tumbler/tumbler-0.2.5.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="curl ffmpeg gstreamer jpeg odf pdf raw" COMMON_DEPEND=">=dev-libs/glib-2.42:2=