diff options
author | Mike Frysinger <vapier@gentoo.org> | 2018-01-14 14:43:18 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2018-01-14 14:43:29 -0500 |
commit | f60588f04c531e563c2c5574d5fdadad3f961257 (patch) | |
tree | 7a182088196c673fba93659aed9ee570b295eeeb /sys-libs/libunwind | |
parent | sys-libs/glibc: Update patchset (diff) | |
download | gentoo-f60588f04c531e563c2c5574d5fdadad3f961257.tar.gz gentoo-f60588f04c531e563c2c5574d5fdadad3f961257.tar.bz2 gentoo-f60588f04c531e563c2c5574d5fdadad3f961257.zip |
sys-libs/libunwind: mark 1.2.1 arm64 stable
Diffstat (limited to 'sys-libs/libunwind')
-rw-r--r-- | sys-libs/libunwind/libunwind-1.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libunwind/libunwind-1.2.1.ebuild b/sys-libs/libunwind/libunwind-1.2.1.ebuild index 7f93b824a1db..b03e4212353e 100644 --- a/sys-libs/libunwind/libunwind-1.2.1.ebuild +++ b/sys-libs/libunwind/libunwind-1.2.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://nongnu/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" # half of tests are broken (toolchain version dependent) |