Skip to content

Commit

Permalink
app-misc/bb: require openal for libmikmod, workaround bug #516964
Browse files Browse the repository at this point in the history
Reported-by: James L. Hammons
Bug: https://bugs.gentoo.org/516964

Package-Manager: portage-2.2.28
  • Loading branch information
Sergei Trofimovich committed Apr 2, 2016
1 parent da1096e commit 3eef583
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-misc/bb/bb-1.3.0_rc1-r4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ IUSE="mikmod"

DEPEND="media-libs/aalib:=
dev-libs/lzo:=
mikmod? ( media-libs/libmikmod:= )
mikmod? ( media-libs/libmikmod:=[openal] )
"
# media-libs/libmikmod[openal] is due to bug #516964
RDEPEND="${DEPEND}"

S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
Expand Down

0 comments on commit 3eef583

Please sign in to comment.