Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libunwind/
Date: Thu, 30 Aug 2018 18:25:08
Message-Id: 1535653459.948414692a78e59f40f374f30baa623bbb1f94f1.slyfox@gentoo
1 commit: 948414692a78e59f40f374f30baa623bbb1f94f1
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu Aug 30 15:50:38 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 30 18:24:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94841469
7
8 sys-libs/libunwind: upstream lacks sparc platform support
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11 RepoMan-Options: --include-arches="sparc"
12
13 sys-libs/libunwind/libunwind-1.1-r1.ebuild | 4 ++--
14 sys-libs/libunwind/libunwind-1.2.1-r1.ebuild | 2 +-
15 sys-libs/libunwind/libunwind-1.2.1-r2.ebuild | 2 +-
16 3 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/sys-libs/libunwind/libunwind-1.1-r1.ebuild b/sys-libs/libunwind/libunwind-1.1-r1.ebuild
19 index 466898099cf..230f072ca58 100644
20 --- a/sys-libs/libunwind/libunwind-1.1-r1.ebuild
21 +++ b/sys-libs/libunwind/libunwind-1.1-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="5"
28 @@ -11,7 +11,7 @@ SRC_URI="mirror://nongnu/libunwind/${P}.tar.gz"
29
30 LICENSE="MIT"
31 SLOT="7"
32 -KEYWORDS="amd64 arm hppa ia64 ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
33 +KEYWORDS="amd64 arm hppa ia64 ~mips ppc ppc64 -sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
34 IUSE="debug debug-frame libatomic lzma +static-libs"
35
36 RESTRICT="test" #461958 -- re-enable tests with >1.1 again for retesting, this is here for #461394
37
38 diff --git a/sys-libs/libunwind/libunwind-1.2.1-r1.ebuild b/sys-libs/libunwind/libunwind-1.2.1-r1.ebuild
39 index 8ab6cd4d112..064296cc115 100644
40 --- a/sys-libs/libunwind/libunwind-1.2.1-r1.ebuild
41 +++ b/sys-libs/libunwind/libunwind-1.2.1-r1.ebuild
42 @@ -13,7 +13,7 @@ SRC_URI="mirror://nongnu/libunwind/${MY_P}.tar.gz"
43
44 LICENSE="MIT"
45 SLOT="7"
46 -KEYWORDS="amd64 arm arm64 hppa ia64 ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
47 +KEYWORDS="amd64 arm arm64 hppa ia64 ~mips ppc ppc64 -sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
48 IUSE="debug debug-frame doc libatomic lzma +static-libs"
49
50 RESTRICT="test" # half of tests are broken (toolchain version dependent)
51
52 diff --git a/sys-libs/libunwind/libunwind-1.2.1-r2.ebuild b/sys-libs/libunwind/libunwind-1.2.1-r2.ebuild
53 index eb96d2bf890..8842f71d786 100644
54 --- a/sys-libs/libunwind/libunwind-1.2.1-r2.ebuild
55 +++ b/sys-libs/libunwind/libunwind-1.2.1-r2.ebuild
56 @@ -13,7 +13,7 @@ SRC_URI="mirror://nongnu/libunwind/${MY_P}.tar.gz"
57
58 LICENSE="MIT"
59 SLOT="7"
60 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
61 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
62 IUSE="debug debug-frame doc libatomic lzma +static-libs"
63
64 RESTRICT="test" # half of tests are broken (toolchain version dependent)