commit: 1f5d9e3578edeedee44e76df36c88c88f9bbfaf3 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Mon Aug 29 12:01:31 2016 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Mon Aug 29 12:01:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5d9e35
media-sound/pamix: Added unicode USE flag to live ebuild. Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> media-sound/pamix/pamix-9999.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/media-sound/pamix/pamix-9999.ebuild b/media-sound/pamix/pamix-9999.ebuild index 4c7c30f..0c2702c 100644 --- a/media-sound/pamix/pamix-9999.ebuild +++ b/media-sound/pamix/pamix-9999.ebuild @@ -13,6 +13,7 @@ DESCRIPTION="A PulseAudio NCurses mixer" HOMEPAGE="https://github.com/patroclos/PAmix" LICENSE="MIT" SLOT="0" +IUSE="+unicode" if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="git://github.com/patroclos/PAmix.git" @@ -23,7 +24,7 @@ else fi RDEPEND="media-sound/pulseaudio - sys-libs/ncurses:0=[unicode]" + sys-libs/ncurses:0=[unicode?]" DEPEND="virtual/pkgconfig ${RDEPEND}" @@ -31,3 +32,7 @@ src_prepare() { default eautoreconf } + +src_configure() { + econf $(use_enable unicode) +}
