gentoo/app-emacs/inform-mode/inform-mode-2.0.1.ebuild
Arthur Zamarin 0ad96e879b
*/*: destable sparc
Result of running the command:
 grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-09-02 20:00:14 +03:00

28 lines
592 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp
DESCRIPTION="A major mode for editing Inform programs"
HOMEPAGE="https://rrthomas.github.io/inform-mode/
https://github.com/rrthomas/inform-mode/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/rrthomas/${PN}"
else
SRC_URI="https://github.com/rrthomas/${PN}/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
KEYWORDS="amd64 ppc ~sparc x86"
fi
LICENSE="GPL-3+"
SLOT="0"
DOCS=( AUTHORS README.md )
SITEFILE="50${PN}-gentoo.el"