diff options
author | Michael Weber <xmw@gentoo.org> | 2017-03-01 11:01:14 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-03-01 11:08:37 +0100 |
commit | b5b04be38ea057b247d89a143307c34bd281e063 (patch) | |
tree | 7219f794c1dc60d98adbd7ecf6e79cacb456c667 /sys-libs/libunwind | |
parent | dev-libs/libatomic_ops: arm64 stable (bug 610992). (diff) | |
download | gentoo-b5b04be38ea057b247d89a143307c34bd281e063.tar.gz gentoo-b5b04be38ea057b247d89a143307c34bd281e063.tar.bz2 gentoo-b5b04be38ea057b247d89a143307c34bd281e063.zip |
sys-libs/libunwind: arm64 stable (bug 610992).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'sys-libs/libunwind')
-rw-r--r-- | sys-libs/libunwind/libunwind-1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libunwind/libunwind-1.2.ebuild b/sys-libs/libunwind/libunwind-1.2.ebuild index 5e1e88712114..5c2191d3e1a0 100644 --- a/sys-libs/libunwind/libunwind-1.2.ebuild +++ b/sys-libs/libunwind/libunwind-1.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://download.savannah.nongnu.org/releases/libunwind/${MY_P}.tar.gz" LICENSE="MIT" SLOT="7" -KEYWORDS="~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug debug-frame doc libatomic lzma static-libs" RESTRICT="test" #461958 -- re-enable tests with >1.1 again for retesting, this is here for #461394 |