summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-05-31 11:25:43 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-05-31 11:25:54 +0100
commitae73af2a69c9f381aa0139e051041d02f8c494b5 (patch)
treef3da06c2225e4ae4e425799aa769ecad7daed783 /sys-apps/salinfo
parentprofiles/arch/ia64/use.mask: drop masks for python 3.8 and 3.9 (diff)
downloadgentoo-ae73af2a69c9f381aa0139e051041d02f8c494b5.tar.gz
gentoo-ae73af2a69c9f381aa0139e051041d02f8c494b5.tar.bz2
gentoo-ae73af2a69c9f381aa0139e051041d02f8c494b5.zip
sys-apps/salinfo: mark KEYWORDS as ia64-only, bug #725766
Also add a comment around KEYWORDS why it has little chance to work anywhere else. Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/725766 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-apps/salinfo')
-rw-r--r--sys-apps/salinfo/salinfo-1.2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/salinfo/salinfo-1.2.ebuild b/sys-apps/salinfo/salinfo-1.2.ebuild
index 5237254bc974..4bfa4cf70ca6 100644
--- a/sys-apps/salinfo/salinfo-1.2.ebuild
+++ b/sys-apps/salinfo/salinfo-1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,8 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~ia64"
+# ia64 only: dumps state of ia64 machine, uses ia64_fpreg structs, bug #725766
+KEYWORDS="-* ~ia64"
IUSE=""
PATCHES=( "${FILESDIR}"/${P}-build.patch )