Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 246526
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +6 lines)
Line  Link Here
0
-- alsa-utils-1.0.19.ebuild
0
++ alsa-utils-1.0.19.ebuild.new
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19.ebuild,v 1.1 2009/01/19 17:21:11 chainsaw Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.19.ebuild,v 1.1 2009/01/19 17:21:11 chainsaw Exp $
4
4
5
EAPI="1"
6
5
inherit eutils
7
inherit eutils
6
8
7
MY_P="${P/_rc/rc}"
9
MY_P="${P/_rc/rc}"
Lines 13-24 Link Here
13
LICENSE="GPL-2"
15
LICENSE="GPL-2"
14
SLOT="0.9"
16
SLOT="0.9"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
17
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
16
IUSE="nls midi minimal"
18
IUSE="+doc nls midi minimal"
17
19
18
DEPEND=">=sys-libs/ncurses-5.1
20
DEPEND=">=sys-libs/ncurses-5.1
19
	dev-util/dialog
21
	dev-util/dialog
20
	>=media-libs/alsa-lib-${PV}
22
	>=media-libs/alsa-lib-${PV}
21
	app-text/xmlto"
23
	doc? ( app-text/xmlto )"
22
RDEPEND="${DEPEND}
24
RDEPEND="${DEPEND}
23
	virtual/modutils
25
	virtual/modutils
24
	!minimal? ( sys-apps/pciutils )"
26
	!minimal? ( sys-apps/pciutils )"
Lines 37-42 Link Here
37
src_compile() {
39
src_compile() {
38
	econf $(use_enable nls) \
40
	econf $(use_enable nls) \
39
		$(use_enable midi sequencer) \
41
		$(use_enable midi sequencer) \
42
		$(use_enable doc xmlto) \
40
		|| die "configure failed"
43
		|| die "configure failed"
41
44
42
	emake || die "make failed"
45
	emake || die "make failed"

Return to bug 246526