Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/vmtouch/
Date: Sat, 12 Jan 2019 01:29:06
Message-Id: 1547256531.d52db010b15dd49555eaba4beb57e98b63e68da2.kentnl@gentoo
1 commit: d52db010b15dd49555eaba4beb57e98b63e68da2
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 12 01:27:59 2019 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 12 01:28:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d52db010
7
8 dev-util/vmtouch: Keyword ~arm64
9
10 Package-Manager: Portage-2.3.55, Repoman-2.3.12
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 dev-util/vmtouch/vmtouch-1.3.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/vmtouch/vmtouch-1.3.0.ebuild b/dev-util/vmtouch/vmtouch-1.3.0.ebuild
17 index e043a354abd..0ac4532e6bd 100644
18 --- a/dev-util/vmtouch/vmtouch-1.3.0.ebuild
19 +++ b/dev-util/vmtouch/vmtouch-1.3.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/hoytech/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="BSD"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
31 +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
32 IUSE=""
33
34 DEPEND=""