diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-12 08:59:55 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-12 08:59:55 +0200 |
commit | ae714acad4022609769a571a1c6ed8f8a4936ec9 (patch) | |
tree | fae8bac45ab7778a1287ce5ee6d317bc463236e5 /sys-devel/gcc-config | |
parent | dev-libs/elfutils: s390 stable wrt bug #747517 (diff) | |
download | gentoo-ae714acad4022609769a571a1c6ed8f8a4936ec9.tar.gz gentoo-ae714acad4022609769a571a1c6ed8f8a4936ec9.tar.bz2 gentoo-ae714acad4022609769a571a1c6ed8f8a4936ec9.zip |
sys-devel/gcc-config: s390 stable wrt bug #747523
Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="s390"
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 0d91d0f8263a..998890dfbe8f 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" |