# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="Unleash your inner musician"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+abi_x86_32"

RDEPEND="
	sys-libs/libcxx[abi_x86_32=]
	sys-libs/libcxxabi[abi_x86_32=]
	sys-devel/clang[abi_x86_32=]"
