# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python3_{4,5,6} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 DESCRIPTION="Cli and curses mixer for pulseaudio" HOMEPAGE="https://github.com/GeorgeFilipkin/pulsemixer" SRC_URI="https://github.com/GeorgeFilipkin/pulsemixer/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="amd64" IUSE="" DEPEND="" RDEPEND="${DEPEND} media-sound/pulseaudio " BDEPEND=""