Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/salinfo/
Date: Sun, 31 May 2020 10:26:03
Message-Id: 1590920754.ae73af2a69c9f381aa0139e051041d02f8c494b5.slyfox@gentoo
1 commit: ae73af2a69c9f381aa0139e051041d02f8c494b5
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 10:25:43 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 10:25:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae73af2a
7
8 sys-apps/salinfo: mark KEYWORDS as ia64-only, bug #725766
9
10 Also add a comment around KEYWORDS why it has little chance
11 to work anywhere else.
12
13 Reported-by: Agostino Sarubbo
14 Closes: https://bugs.gentoo.org/725766
15 Package-Manager: Portage-2.3.100, Repoman-2.3.22
16 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
17
18 sys-apps/salinfo/salinfo-1.2.ebuild | 5 +++--
19 1 file changed, 3 insertions(+), 2 deletions(-)
20
21 diff --git a/sys-apps/salinfo/salinfo-1.2.ebuild b/sys-apps/salinfo/salinfo-1.2.ebuild
22 index 5237254bc97..4bfa4cf70ca 100644
23 --- a/sys-apps/salinfo/salinfo-1.2.ebuild
24 +++ b/sys-apps/salinfo/salinfo-1.2.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2017 Gentoo Foundation
27 +# Copyright 1999-2020 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -11,7 +11,8 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
32
33 LICENSE="GPL-2"
34 SLOT="0"
35 -KEYWORDS="~ia64"
36 +# ia64 only: dumps state of ia64 machine, uses ia64_fpreg structs, bug #725766
37 +KEYWORDS="-* ~ia64"
38 IUSE=""
39
40 PATCHES=( "${FILESDIR}"/${P}-build.patch )