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 1920D1382C5 for ; Sat, 5 May 2018 21:47:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 606AEE0857; Sat, 5 May 2018 21:47:45 +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 41D23E0857 for ; Sat, 5 May 2018 21:47:44 +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 DAB77335C89 for ; Sat, 5 May 2018 21:47:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2053B3C for ; Sat, 5 May 2018 21:47:41 +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: <1525556735.e243a91451845ec4a12af4d757908acac2627198.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sway/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/sway/sway-0.15.1.ebuild X-VCS-Directories: dev-libs/sway/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: e243a91451845ec4a12af4d757908acac2627198 X-VCS-Branch: master Date: Sat, 5 May 2018 21:47:41 +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: 2609ae88-6ac2-4e31-9fdf-bd59975f07c6 X-Archives-Hash: 398b6bf7ba6c43603e7a2d39fcfee953 commit: e243a91451845ec4a12af4d757908acac2627198 Author: Mykyta Holubakha gmail com> AuthorDate: Tue May 1 15:38:14 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat May 5 21:45:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e243a914 dev-libs/sway: keyword ~arm64 Package-Manager: Portage-2.3.31, Repoman-2.3.9 dev-libs/sway/sway-0.15.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/sway/sway-0.15.1.ebuild b/dev-libs/sway/sway-0.15.1.ebuild index 53a06086e79..4c02b8d3266 100644 --- a/dev-libs/sway/sway-0.15.1.ebuild +++ b/dev-libs/sway/sway-0.15.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/swaywm/sway/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~arm64 ~amd64 ~x86" IUSE="+gdk-pixbuf +swaybar +swaybg swaygrab swaylock +swaymsg systemd +tray wallpapers zsh-completion" REQUIRED_USE="tray? ( swaybar )"