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 7B096139085 for ; Mon, 6 Feb 2017 13:52:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E06A2E0D37; Mon, 6 Feb 2017 13:52:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BF612E0D37 for ; Mon, 6 Feb 2017 13:52:41 +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 E1CA1340A23 for ; Mon, 6 Feb 2017 13:52:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85B703A86 for ; Mon, 6 Feb 2017 13:52:39 +0000 (UTC) From: "Mart Raudsepp" 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" Message-ID: <1486389141.1306aa77a2cb1f1c25a196038768e10ad54adaa0.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-volman/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/thunar-volman/thunar-volman-0.8.1.ebuild X-VCS-Directories: xfce-extra/thunar-volman/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 1306aa77a2cb1f1c25a196038768e10ad54adaa0 X-VCS-Branch: master Date: Mon, 6 Feb 2017 13:52:39 +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-Archives-Salt: c1147aea-b6f9-4a27-b891-0c8779b0026e X-Archives-Hash: 9b86c413354f2566c69bafd37580df9f commit: 1306aa77a2cb1f1c25a196038768e10ad54adaa0 Author: sakaki deciban com> AuthorDate: Mon Feb 6 12:59:09 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Feb 6 13:52:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1306aa77 xfce-extra/thunar-volman: add ~arm64 keyword (tested on cortex-a53) Closes: https://github.com/gentoo/gentoo/pull/3846 xfce-extra/thunar-volman/thunar-volman-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce-extra/thunar-volman/thunar-volman-0.8.1.ebuild b/xfce-extra/thunar-volman/thunar-volman-0.8.1.ebuild index fea4b7f..51667d0 100644 --- a/xfce-extra/thunar-volman/thunar-volman-0.8.1.ebuild +++ b/xfce-extra/thunar-volman/thunar-volman-0.8.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 sparc x86" IUSE="debug libnotify" COMMON_DEPEND=">=dev-libs/glib-2.30