Сравнение gcc-config-2.12.1 с gcc-config-9999
/usr/portage/sys-devel/gcc-config/gcc-config-9999.ebuild 2024-12-25 14:59:52.795270183 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2025 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
8 | 8 |
inherit git-r3 |
9 | 9 |
else |
10 | 10 |
SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz" |
11 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" |
|
11 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
12 | 12 |
fi |
13 | 13 | |
14 | 14 |
DESCRIPTION="Utility to manage compilers" |