diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-12-20 22:26:30 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-12-20 22:26:37 +0000 |
commit | 130ceae359e9f9d3b2956aaaee1e6b663e8db82d (patch) | |
tree | cc48180c6f587921d85c75196abcc37ee307a95a /dev-lang/ghc/ghc-8.10.2.ebuild | |
parent | dev-lang/php: allow building against >=dev-lilbs/icu-68.1 (diff) | |
download | gentoo-130ceae359e9f9d3b2956aaaee1e6b663e8db82d.tar.gz gentoo-130ceae359e9f9d3b2956aaaee1e6b663e8db82d.tar.bz2 gentoo-130ceae359e9f9d3b2956aaaee1e6b663e8db82d.zip |
dev-lang/ghc: 8.10.2: add x86 binary built by Jack
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-lang/ghc/ghc-8.10.2.ebuild')
-rw-r--r-- | dev-lang/ghc/ghc-8.10.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ghc/ghc-8.10.2.ebuild b/dev-lang/ghc/ghc-8.10.2.ebuild index 567a3225311e..8f5cdd922f31 100644 --- a/dev-lang/ghc/ghc-8.10.2.ebuild +++ b/dev-lang/ghc/ghc-8.10.2.ebuild @@ -33,7 +33,7 @@ arch_binaries="$arch_binaries amd64? ( https://slyfox.uni.cx/~slyfox/distfiles/g #arch_binaries="$arch_binaries ppc64? ( https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-ppc64.tbz2 )" #arch_binaries="$arch_binaries ppc64? ( !big-endian? ( https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-powerpc64le-unknown-linux-gnu.tbz2 ) )" #arch_binaries="$arch_binaries sparc? ( https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-sparc.tbz2 )" -#arch_binaries="$arch_binaries x86? ( https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-i686-pc-linux-gnu.tbz2 )" +arch_binaries="$arch_binaries x86? ( https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-i686-pc-linux-gnu.tbz2 )" # various ports: #arch_binaries="$arch_binaries x86-fbsd? ( https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-x86-fbsd.tbz2 )" @@ -52,7 +52,7 @@ yet_binary() { # return 0 # ;; #sparc) return 0 ;; - #x86) return 0 ;; + x86) return 0 ;; *) return 1 ;; esac } |