From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-929760-garchives=archives.gentoo.org@lists.gentoo.org> 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 84D38139085 for <garchives@archives.gentoo.org>; Mon, 6 Feb 2017 13:50:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5D94E0D30; Mon, 6 Feb 2017 13:50:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B430FE0D30 for <gentoo-commits@lists.gentoo.org>; Mon, 6 Feb 2017 13:50:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B253834168A for <gentoo-commits@lists.gentoo.org>; Mon, 6 Feb 2017 13:50:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77D4F3A86 for <gentoo-commits@lists.gentoo.org>; Mon, 6 Feb 2017 13:50:08 +0000 (UTC) From: "Mart Raudsepp" <leio@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" <leio@gentoo.org> Message-ID: <1486389001.51e69a1dcc89b777307f1a295b3c6c04b0db04f1.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ristretto/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/ristretto/ristretto-0.8.2.ebuild X-VCS-Directories: media-gfx/ristretto/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 51e69a1dcc89b777307f1a295b3c6c04b0db04f1 X-VCS-Branch: master Date: Mon, 6 Feb 2017 13:50:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3b82c43f-bcbf-4e79-a351-30fdd2ce922a X-Archives-Hash: ef292c5cb3fb292075b748e9aef98cd7 commit: 51e69a1dcc89b777307f1a295b3c6c04b0db04f1 Author: sakaki <sakaki <AT> deciban <DOT> com> AuthorDate: Mon Feb 6 12:35:56 2017 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Mon Feb 6 13:50:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e69a1d media-gfx/ristretto: add ~arm64 keyword after testing on cortex-a53 Closes: https://github.com/gentoo/gentoo/pull/3845 media-gfx/ristretto/ristretto-0.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/ristretto/ristretto-0.8.2.ebuild b/media-gfx/ristretto/ristretto-0.8.2.ebuild index 0dc3b63..f27dab4 100644 --- a/media-gfx/ristretto/ristretto-0.8.2.ebuild +++ b/media-gfx/ristretto/ristretto-0.8.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="debug" RDEPEND=">=dev-libs/dbus-glib-0.98:0=