Skip to content

Commit

Permalink
media-sound/pamix: Added unicode USE flag to live ebuild.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
Signed-off-by: Lars Wendler <[email protected]>
  • Loading branch information
Lars Wendler committed Aug 29, 2016
1 parent 3582a6c commit 1f5d9e3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion media-sound/pamix/pamix-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -23,11 +24,15 @@ else
fi

RDEPEND="media-sound/pulseaudio
sys-libs/ncurses:0=[unicode]"
sys-libs/ncurses:0=[unicode?]"
DEPEND="virtual/pkgconfig
${RDEPEND}"

src_prepare() {
default
eautoreconf
}

src_configure() {
econf $(use_enable unicode)
}

0 comments on commit 1f5d9e3

Please sign in to comment.