Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/corkscrew/
Date: Thu, 03 Nov 2022 02:07:28
Message-Id: 1667441212.3ce4f3a9763e557553bf181fad627b607f9ed301.dlan@gentoo
1 commit: 3ce4f3a9763e557553bf181fad627b607f9ed301
2 Author: Chris Su <chris <AT> lesscrowds <DOT> org>
3 AuthorDate: Wed Nov 2 13:45:09 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 02:06:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce4f3a9
7
8 net-vpn/corkscrew: Keyword 2.0-r1 riscv, #879167
9
10 Closes: https://github.com/gentoo/gentoo/pull/28103
11 Signed-off-by: Chris Su <chris <AT> lesscrowds.org>
12 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
13
14 net-vpn/corkscrew/corkscrew-2.0-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-vpn/corkscrew/corkscrew-2.0-r1.ebuild b/net-vpn/corkscrew/corkscrew-2.0-r1.ebuild
18 index 535f70d27513..b006657d8fe1 100644
19 --- a/net-vpn/corkscrew/corkscrew-2.0-r1.ebuild
20 +++ b/net-vpn/corkscrew/corkscrew-2.0-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -12,7 +12,7 @@ SRC_URI="http://www.agroman.net/${PN}/${P}.tar.gz"
28
29 LICENSE="GPL-2"
30 SLOT="0"
31 -KEYWORDS="amd64 ~arm ~ppc ~sparc x86"
32 +KEYWORDS="amd64 ~arm ~ppc ~riscv ~sparc x86"
33 IUSE=""
34
35 DOCS="AUTHORS ChangeLog README TODO"