diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-06-13 14:03:42 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-06-13 14:04:03 -0400 |
commit | 80ecc67c26c0dea4dc08643e374185f09a93466e (patch) | |
tree | 879a37c9c36b203b70cc8bb5fb6e2af36378b8fe /sys-libs/libunwind | |
parent | sys-libs/libunwind: disable building code in tests/ #484846 (diff) | |
download | gentoo-80ecc67c26c0dea4dc08643e374185f09a93466e.tar.gz gentoo-80ecc67c26c0dea4dc08643e374185f09a93466e.tar.bz2 gentoo-80ecc67c26c0dea4dc08643e374185f09a93466e.zip |
sys-libs/libunwind: mark ia64 stable #461394
Diffstat (limited to 'sys-libs/libunwind')
-rw-r--r-- | sys-libs/libunwind/libunwind-1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libunwind/libunwind-1.1.ebuild b/sys-libs/libunwind/libunwind-1.1.ebuild index 96c0baf3a5d3..1c96c89386b4 100644 --- a/sys-libs/libunwind/libunwind-1.1.ebuild +++ b/sys-libs/libunwind/libunwind-1.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://download.savannah.nongnu.org/releases/libunwind/${P}.tar.gz" LICENSE="MIT" SLOT="7" -KEYWORDS="amd64 arm hppa ~ia64 ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm hppa ia64 ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug debug-frame libatomic lzma static-libs" RESTRICT="test" #461958 -- re-enable tests with >1.1 again for retesting, this is here for #461394 |