Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sandbox/
Date: Sat, 04 May 2019 15:16:41
Message-Id: 1556982981.0c41460c94e9f1c0798f4254993d465f75c23acd.zlogene@gentoo
1 commit: 0c41460c94e9f1c0798f4254993d465f75c23acd
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 4 15:16:21 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat May 4 15:16:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c41460c
7
8 sys-apps/sandbox: Add ~riscv keyword
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 sys-apps/sandbox/sandbox-2.12.ebuild | 4 ++--
14 sys-apps/sandbox/sandbox-2.13.ebuild | 4 ++--
15 sys-apps/sandbox/sandbox-2.14.ebuild | 4 ++--
16 sys-apps/sandbox/sandbox-2.15.ebuild | 2 +-
17 sys-apps/sandbox/sandbox-2.17.ebuild | 2 +-
18 5 files changed, 8 insertions(+), 8 deletions(-)
19
20 diff --git a/sys-apps/sandbox/sandbox-2.12.ebuild b/sys-apps/sandbox/sandbox-2.12.ebuild
21 index 61425d9b8f3..2a256241c7b 100644
22 --- a/sys-apps/sandbox/sandbox-2.12.ebuild
23 +++ b/sys-apps/sandbox/sandbox-2.12.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI="6"
30 @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz"
31
32 LICENSE="GPL-2"
33 SLOT="0"
34 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
35 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sh sparc x86"
36 IUSE=""
37
38 DEPEND="app-arch/xz-utils
39
40 diff --git a/sys-apps/sandbox/sandbox-2.13.ebuild b/sys-apps/sandbox/sandbox-2.13.ebuild
41 index a8cac65b837..baa0226ebb2 100644
42 --- a/sys-apps/sandbox/sandbox-2.13.ebuild
43 +++ b/sys-apps/sandbox/sandbox-2.13.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2018 Gentoo Foundation
46 +# Copyright 1999-2019 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI="6"
50 @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz"
51
52 LICENSE="GPL-2"
53 SLOT="0"
54 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
55 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86"
56 IUSE=""
57
58 DEPEND="app-arch/xz-utils
59
60 diff --git a/sys-apps/sandbox/sandbox-2.14.ebuild b/sys-apps/sandbox/sandbox-2.14.ebuild
61 index 2f203933530..412726e4b75 100644
62 --- a/sys-apps/sandbox/sandbox-2.14.ebuild
63 +++ b/sys-apps/sandbox/sandbox-2.14.ebuild
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2018 Gentoo Foundation
66 +# Copyright 1999-2019 Gentoo Authors
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI="6"
70 @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz"
71
72 LICENSE="GPL-2"
73 SLOT="0"
74 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
75 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
76 IUSE=""
77
78 DEPEND="app-arch/xz-utils
79
80 diff --git a/sys-apps/sandbox/sandbox-2.15.ebuild b/sys-apps/sandbox/sandbox-2.15.ebuild
81 index d6d88dc0958..412726e4b75 100644
82 --- a/sys-apps/sandbox/sandbox-2.15.ebuild
83 +++ b/sys-apps/sandbox/sandbox-2.15.ebuild
84 @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz"
85
86 LICENSE="GPL-2"
87 SLOT="0"
88 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
89 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
90 IUSE=""
91
92 DEPEND="app-arch/xz-utils
93
94 diff --git a/sys-apps/sandbox/sandbox-2.17.ebuild b/sys-apps/sandbox/sandbox-2.17.ebuild
95 index 43b596cac7a..eb2a93af25c 100644
96 --- a/sys-apps/sandbox/sandbox-2.17.ebuild
97 +++ b/sys-apps/sandbox/sandbox-2.17.ebuild
98 @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz"
99
100 LICENSE="GPL-2"
101 SLOT="0"
102 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
103 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
104 IUSE=""
105
106 DEPEND="app-arch/xz-utils