diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-02 21:29:26 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-02 21:29:36 +0100 |
commit | 4036e4259226158fe95da9dbe4bf255976783532 (patch) | |
tree | 0800d65196a23b72ec54ec9226f851846cc674ca | |
parent | dev-libs/libgcrypt: x86 stable (diff) | |
download | gentoo-4036e4259226158fe95da9dbe4bf255976783532.tar.gz gentoo-4036e4259226158fe95da9dbe4bf255976783532.tar.bz2 gentoo-4036e4259226158fe95da9dbe4bf255976783532.zip |
dev-lang/ghc: update A variable to match .xz tarball
*-darwin hardcodes tarball extension to avoid our
prebuilt binaries. Bug noticed by yuuko.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r-- | dev-lang/ghc/ghc-8.0.2.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-8.2.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ghc/ghc-8.0.2.ebuild b/dev-lang/ghc/ghc-8.0.2.ebuild index dd4d223aeb63..de344882f22f 100644 --- a/dev-lang/ghc/ghc-8.0.2.ebuild +++ b/dev-lang/ghc/ghc-8.0.2.ebuild @@ -384,7 +384,7 @@ src_unpack() { # unpacked separately, so prevent them from being unpacked local ONLYA=${A} case ${CHOST} in - *-darwin* | *-solaris*) ONLYA=${GHC_P}-src.tar.bz2 ;; + *-darwin* | *-solaris*) ONLYA=${GHC_P}-src.tar.xz ;; esac unpack ${ONLYA} } diff --git a/dev-lang/ghc/ghc-8.2.1.ebuild b/dev-lang/ghc/ghc-8.2.1.ebuild index 56c31c83f65d..d15bb059b7ba 100644 --- a/dev-lang/ghc/ghc-8.2.1.ebuild +++ b/dev-lang/ghc/ghc-8.2.1.ebuild @@ -390,7 +390,7 @@ src_unpack() { # unpacked separately, so prevent them from being unpacked local ONLYA=${A} case ${CHOST} in - *-darwin* | *-solaris*) ONLYA=${GHC_P}-src.tar.bz2 ;; + *-darwin* | *-solaris*) ONLYA=${GHC_P}-src.tar.xz ;; esac unpack ${ONLYA} } |