diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:22:51 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:22:51 +0200 |
commit | 7e3a4508de94501fb59526ce2ac75a6fbe565033 (patch) | |
tree | 26e70053320ede632caf7dfc42b7513a4635c429 /sys-devel/gcc-config | |
parent | net-news/quiterss: amd64 stable wrt bug #722924 (diff) | |
download | gentoo-7e3a4508de94501fb59526ce2ac75a6fbe565033.tar.gz gentoo-7e3a4508de94501fb59526ce2ac75a6fbe565033.tar.bz2 gentoo-7e3a4508de94501fb59526ce2ac75a6fbe565033.zip |
sys-devel/gcc-config: amd64 stable wrt bug #747523
Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-devel/gcc-config')
-rw-r--r-- | sys-devel/gcc-config/gcc-config-2.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gcc-config/gcc-config-2.3.2.ebuild b/sys-devel/gcc-config/gcc-config-2.3.2.ebuild index 265725ac2bef..4c10dbcce096 100644 --- a/sys-devel/gcc-config/gcc-config-2.3.2.ebuild +++ b/sys-devel/gcc-config/gcc-config-2.3.2.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc ~x86" fi DESCRIPTION="Utility to manage compilers" |