# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit cmake-utils DESCRIPTION="PulseAudio emulation for ALSA" HOMEPAGE="https://github.com/i-rinat/${PN}" SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${PN}-${PV}.tar.gz" LICENSE="MIT LGPL-2.1+" SLOT="0" KEYWORDS="~x86 ~amd64" DEPEND="" RDEPEND="${DEPEND}" src_prepare() { use amd64 && append-flags -m32 }