commit: ae73af2a69c9f381aa0139e051041d02f8c494b5 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun May 31 10:25:43 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun May 31 10:25:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae73af2a
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 <AT> gentoo.org> sys-apps/salinfo/salinfo-1.2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-apps/salinfo/salinfo-1.2.ebuild b/sys-apps/salinfo/salinfo-1.2.ebuild index 5237254bc97..4bfa4cf70ca 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 )
