Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/
Date: Sat, 02 Sep 2017 20:29:43
Message-Id: 1504384176.4036e4259226158fe95da9dbe4bf255976783532.slyfox@gentoo
1 commit: 4036e4259226158fe95da9dbe4bf255976783532
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 2 20:29:26 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 20:29:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4036e425
7
8 dev-lang/ghc: update A variable to match .xz tarball
9
10 *-darwin hardcodes tarball extension to avoid our
11 prebuilt binaries. Bug noticed by yuuko.
12
13 Package-Manager: Portage-2.3.8, Repoman-2.3.3
14
15 dev-lang/ghc/ghc-8.0.2.ebuild | 2 +-
16 dev-lang/ghc/ghc-8.2.1.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-lang/ghc/ghc-8.0.2.ebuild b/dev-lang/ghc/ghc-8.0.2.ebuild
20 index dd4d223aeb6..de344882f22 100644
21 --- a/dev-lang/ghc/ghc-8.0.2.ebuild
22 +++ b/dev-lang/ghc/ghc-8.0.2.ebuild
23 @@ -384,7 +384,7 @@ src_unpack() {
24 # unpacked separately, so prevent them from being unpacked
25 local ONLYA=${A}
26 case ${CHOST} in
27 - *-darwin* | *-solaris*) ONLYA=${GHC_P}-src.tar.bz2 ;;
28 + *-darwin* | *-solaris*) ONLYA=${GHC_P}-src.tar.xz ;;
29 esac
30 unpack ${ONLYA}
31 }
32
33 diff --git a/dev-lang/ghc/ghc-8.2.1.ebuild b/dev-lang/ghc/ghc-8.2.1.ebuild
34 index 56c31c83f65..d15bb059b7b 100644
35 --- a/dev-lang/ghc/ghc-8.2.1.ebuild
36 +++ b/dev-lang/ghc/ghc-8.2.1.ebuild
37 @@ -390,7 +390,7 @@ src_unpack() {
38 # unpacked separately, so prevent them from being unpacked
39 local ONLYA=${A}
40 case ${CHOST} in
41 - *-darwin* | *-solaris*) ONLYA=${GHC_P}-src.tar.bz2 ;;
42 + *-darwin* | *-solaris*) ONLYA=${GHC_P}-src.tar.xz ;;
43 esac
44 unpack ${ONLYA}
45 }