Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 509206 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/media-sound/cmus/cmus-2.6.0.ebuild (-1 / +2 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/cmus/cmus-2.6.0.ebuild,v 1.1 2014/08/15 07:59:06 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/cmus/cmus-2.6.0.ebuild,v 1.1 2014/08/15 07:59:06 ssuominen Exp $
4
4
5
EAPI=5
5
EAPI=5
6
inherit multilib
6
inherit multilib base
7
7
8
DESCRIPTION="A ncurses based music player with plugin support for many formats"
8
DESCRIPTION="A ncurses based music player with plugin support for many formats"
9
HOMEPAGE="http://cmus.github.io/"
9
HOMEPAGE="http://cmus.github.io/"
Lines 46-51 RDEPEND="${CDEPEND} Link Here
46
REQUIRED_USE="tremor? ( vorbis )"
46
REQUIRED_USE="tremor? ( vorbis )"
47
47
48
DOCS="AUTHORS README.md"
48
DOCS="AUTHORS README.md"
49
PATCHES=( "${FILESDIR}/cmus-tinfo.patch" )
49
50
50
# TODO: What is CONFIG_ROAR and why it's missing from Portage?
51
# TODO: What is CONFIG_ROAR and why it's missing from Portage?
51
# TODO: If CONFIG_ROAR is unhandled, has someone skipped other new dependencies as well?
52
# TODO: If CONFIG_ROAR is unhandled, has someone skipped other new dependencies as well?

Return to bug 509206