diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2021-01-17 17:47:55 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2021-01-17 17:47:55 +0300 |
commit | 42904aa1d85bdaaef2d1de02428aca6497e008a4 (patch) | |
tree | 08b85b10227088797a5b457cedb15c826ed5ce45 /x11-wm | |
parent | x11-wm/e16: version bump (diff) | |
download | gentoo-42904aa1d85bdaaef2d1de02428aca6497e008a4.tar.gz gentoo-42904aa1d85bdaaef2d1de02428aca6497e008a4.tar.bz2 gentoo-42904aa1d85bdaaef2d1de02428aca6497e008a4.zip |
x11-wm/e16: relax REQUIRED_USE constraints
REQUIRED_USE for alsa and pulseaudio only make sense with USE=sound.
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/e16/e16-1.0.22.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-wm/e16/e16-1.0.22.ebuild b/x11-wm/e16/e16-1.0.22.ebuild index cd17cb3f4958..8490c84fa233 100644 --- a/x11-wm/e16/e16-1.0.22.ebuild +++ b/x11-wm/e16/e16-1.0.22.ebuild @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="+alsa audiofile container dbus debug +dialogs doc examples gnome libhack modules nls opengl +pango player pulseaudio +sndfile sound +themes xcomposite +xft xi2 xinerama xpresent +xrandr @@ -18,9 +18,11 @@ sound +themes xcomposite +xft xi2 xinerama xpresent +xrandr REQUIRED_USE=" opengl? ( xcomposite ) pango? ( xft ) - sound? ( ^^ ( alsa player pulseaudio ) ) - alsa? ( ^^ ( sndfile audiofile ) ) - pulseaudio? ( ^^ ( sndfile audiofile ) ) + sound? ( + ^^ ( alsa player pulseaudio ) + alsa? ( ^^ ( sndfile audiofile ) ) + pulseaudio? ( ^^ ( sndfile audiofile ) ) + ) " BDEPEND=" |