Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/bb/
Date: Sat, 02 Apr 2016 17:08:03
Message-Id: 1459616867.3eef583c57b2c3e5978203d6d8b7c03fef730d42.slyfox@gentoo
1 commit: 3eef583c57b2c3e5978203d6d8b7c03fef730d42
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 17:07:47 2016 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 17:07:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eef583c
7
8 app-misc/bb: require openal for libmikmod, workaround bug #516964
9
10 Reported-by: James L. Hammons
11 Bug: https://bugs.gentoo.org/516964
12
13 Package-Manager: portage-2.2.28
14
15 app-misc/bb/bb-1.3.0_rc1-r4.ebuild | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/app-misc/bb/bb-1.3.0_rc1-r4.ebuild b/app-misc/bb/bb-1.3.0_rc1-r4.ebuild
19 index 8dc6338..c40b111 100644
20 --- a/app-misc/bb/bb-1.3.0_rc1-r4.ebuild
21 +++ b/app-misc/bb/bb-1.3.0_rc1-r4.ebuild
22 @@ -19,8 +19,9 @@ IUSE="mikmod"
23
24 DEPEND="media-libs/aalib:=
25 dev-libs/lzo:=
26 - mikmod? ( media-libs/libmikmod:= )
27 + mikmod? ( media-libs/libmikmod:=[openal] )
28 "
29 +# media-libs/libmikmod[openal] is due to bug #516964
30 RDEPEND="${DEPEND}"
31
32 S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"