Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/screen/
Date: Fri, 05 Jul 2019 21:16:57
Message-Id: 1562361165.c87202f0e40874b29c770047011ec4df00def793.dilfridge@gentoo
1 commit: c87202f0e40874b29c770047011ec4df00def793
2 Author: Marcus Comstedt <marcus <AT> mc <DOT> pp <DOT> se>
3 AuthorDate: Thu Jul 4 14:41:35 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 5 21:12:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c87202f0
7
8 app-misc/screen: keyworded 4.6.2-r1 and 9999 for riscv, bug #689252
9
10 Closes: https://bugs.gentoo.org/689252
11 Signed-off-by: Marcus Comstedt <marcus <AT> mc.pp.se>
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 app-misc/screen/screen-4.6.2-r1.ebuild | 4 ++--
15 app-misc/screen/screen-9999.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/app-misc/screen/screen-4.6.2-r1.ebuild b/app-misc/screen/screen-4.6.2-r1.ebuild
19 index 5c29400df81..7d14914a868 100644
20 --- a/app-misc/screen/screen-4.6.2-r1.ebuild
21 +++ b/app-misc/screen/screen-4.6.2-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.gnu.org/software/screen/"
29
30 if [[ "${PV}" != 9999 ]] ; then
31 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
32 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
33 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
34 else
35 inherit git-r3
36 EGIT_REPO_URI="https://git.savannah.gnu.org/git/screen.git"
37
38 diff --git a/app-misc/screen/screen-9999.ebuild b/app-misc/screen/screen-9999.ebuild
39 index 92a319ff1fa..3bf613acb96 100644
40 --- a/app-misc/screen/screen-9999.ebuild
41 +++ b/app-misc/screen/screen-9999.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2018 Gentoo Authors
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.gnu.org/software/screen/"
49
50 if [[ "${PV}" != 9999 ]] ; then
51 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
52 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
53 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
54 else
55 inherit git-r3
56 EGIT_REPO_URI="https://git.savannah.gnu.org/git/screen.git"