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 684191382C5 for ; Sat, 21 Apr 2018 09:23:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8384CE086A; Sat, 21 Apr 2018 09:23:23 +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 61E2FE086A for ; Sat, 21 Apr 2018 09:23:23 +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 03D8B335C74 for ; Sat, 21 Apr 2018 09:23:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAA79257 for ; Sat, 21 Apr 2018 09:23:19 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1524302594.c8c6005bd7e2b5591827f35e2173e8e4ed9bf46b.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dvtm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/dvtm/dvtm-0.15-r3.ebuild X-VCS-Directories: app-misc/dvtm/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: c8c6005bd7e2b5591827f35e2173e8e4ed9bf46b X-VCS-Branch: master Date: Sat, 21 Apr 2018 09:23:19 +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: 3da1f941-ebf5-4cb4-9924-57baa7c8339f X-Archives-Hash: d10d7420af2172260cd816cc45d92007 commit: c8c6005bd7e2b5591827f35e2173e8e4ed9bf46b Author: Mikle Kolyada gentoo org> AuthorDate: Sat Apr 21 09:23:14 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Apr 21 09:23:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c6005b app-misc/dvtm: arm stable wrt bug #651900 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-misc/dvtm/dvtm-0.15-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/dvtm/dvtm-0.15-r3.ebuild b/app-misc/dvtm/dvtm-0.15-r3.ebuild index 798f8fe14fb..08f42e49fa3 100644 --- a/app-misc/dvtm/dvtm-0.15-r3.ebuild +++ b/app-misc/dvtm/dvtm-0.15-r3.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="git://repo.or.cz/dvtm.git" else SRC_URI="http://www.brain-dump.org/projects/${PN}/${P}.tar.gz" - KEYWORDS="amd64 ~arm x86" + KEYWORDS="amd64 arm x86" fi LICENSE="MIT"