diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-11-12 11:04:50 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-11-12 11:04:50 +0100 |
commit | 39178dd45e7511f6985192bcc69fc513109aae9f (patch) | |
tree | f109816882c4c264e3f0837043033800e48beeee /sys-devel | |
parent | media-libs/tiff: x86 stable wrt bug #699868 (diff) | |
download | gentoo-39178dd45e7511f6985192bcc69fc513109aae9f.tar.gz gentoo-39178dd45e7511f6985192bcc69fc513109aae9f.tar.bz2 gentoo-39178dd45e7511f6985192bcc69fc513109aae9f.zip |
sys-devel/gcc-config: x86 stable wrt bug #699900
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc-config/gcc-config-2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gcc-config/gcc-config-2.1.ebuild b/sys-devel/gcc-config/gcc-config-2.1.ebuild index d63b5087484e..9afb7819b8cc 100644 --- a/sys-devel/gcc-config/gcc-config-2.1.ebuild +++ b/sys-devel/gcc-config/gcc-config-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" |