Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/proot/
Date: Sat, 28 Jan 2023 15:04:14
Message-Id: 1674918237.b5d69de75ca7ae1247cdf97fb39ff4e605e5647e.arthurzam@gentoo
1 commit: b5d69de75ca7ae1247cdf97fb39ff4e605e5647e
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 28 15:03:57 2023 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 28 15:03:57 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5d69de7
7
8 sys-apps/proot: Keyword 5.3.0 arm64, #890543
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sys-apps/proot/proot-5.3.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-apps/proot/proot-5.3.0.ebuild b/sys-apps/proot/proot-5.3.0.ebuild
16 index 94285b4fa423..4d75b7e936df 100644
17 --- a/sys-apps/proot/proot-5.3.0.ebuild
18 +++ b/sys-apps/proot/proot-5.3.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -7,7 +7,7 @@ MY_PN="PRoot"
26 inherit toolchain-funcs
27
28 SRC_URI="https://github.com/proot-me/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="~amd64 ~arm64 ~x86"
31
32 DESCRIPTION="User-space implementation of chroot, mount --bind, and binfmt_misc"
33 HOMEPAGE="https://proot-me.github.io"