mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 16:38:01 +00:00
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
12 lines
268 B
Bash
12 lines
268 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
VIM_SPELL_LANGUAGE="Polish"
|
|
|
|
inherit vim-spell
|
|
|
|
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
|
|
LICENSE="CC-BY-SA-2.0"
|
|
KEYWORDS="amd64 ppc ~sparc x86"
|