Skip to content

Commit

Permalink
media-sound/jack2: require any of classic and dbus
Browse files Browse the repository at this point in the history
With no flags given the build system defaults to classic, but this
addition to REQUIRED_USE will keep the installation in sync with the
USE-flags.

Bug: https://bugs.gentoo.org/605834
Package-Manager: Portage-2.3.16, Repoman-2.3.6
  • Loading branch information
karllinden authored and aballier committed Dec 4, 2017
1 parent 2e963c1 commit 1a33410
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion media-sound/jack2/jack2-1.9.11_rc1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ LICENSE="GPL-2"
SLOT="2"
IUSE="alsa celt dbus doc opus pam classic sndfile libsamplerate readline"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"
REQUIRED_USE="
${PYTHON_REQUIRED_USE}
|| ( classic dbus )"

CDEPEND="media-libs/libsamplerate
media-libs/libsndfile
Expand Down
4 changes: 3 additions & 1 deletion media-sound/jack2/jack2-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ LICENSE="GPL-2"
SLOT="2"
IUSE="alsa celt dbus doc opus pam classic sndfile libsamplerate readline"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"
REQUIRED_USE="
${PYTHON_REQUIRED_USE}
|| ( classic dbus )"

CDEPEND="media-libs/libsamplerate
media-libs/libsndfile
Expand Down

0 comments on commit 1a33410

Please sign in to comment.