diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-04 09:07:36 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-04 09:07:36 +0100 |
commit | 10de265bae6c225818e3fd07ee554969cc0d0442 (patch) | |
tree | eefcea8951bb6d716307b414ba2aefc976339bc1 /sys-devel/gcc-config | |
parent | app-misc/mc: ia64 stable wrt bug #711370 (diff) | |
download | gentoo-10de265bae6c225818e3fd07ee554969cc0d0442.tar.gz gentoo-10de265bae6c225818e3fd07ee554969cc0d0442.tar.bz2 gentoo-10de265bae6c225818e3fd07ee554969cc0d0442.zip |
sys-devel/gcc-config: ia64 stable wrt bug #711382
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ia64"
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.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gcc-config/gcc-config-2.2.1.ebuild b/sys-devel/gcc-config/gcc-config-2.2.1.ebuild index b928de3d4885..3cb798c5bcdd 100644 --- a/sys-devel/gcc-config/gcc-config-2.2.1.ebuild +++ b/sys-devel/gcc-config/gcc-config-2.2.1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="mirror://gentoo/${P}.tar.xz https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86" fi DESCRIPTION="Utility to manage compilers" |