diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-12-19 01:29:01 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-12-19 02:11:34 -0500 |
commit | f6ad6dea63083be5cd13be2b4273cc0b9dd9ff81 (patch) | |
tree | 0ce85555d1833ed523fad960bafcaa77c7516e67 /dev-games | |
parent | dev-games/clanlib: drop 2.3.7-r2 (diff) | |
download | gentoo-f6ad6dea63083be5cd13be2b4273cc0b9dd9ff81.tar.gz gentoo-f6ad6dea63083be5cd13be2b4273cc0b9dd9ff81.tar.bz2 gentoo-f6ad6dea63083be5cd13be2b4273cc0b9dd9ff81.zip |
dev-games/clanlib: enable USE=sound by default
sound being disabled typically doesn't make much sense on games
and their libraries, and the alsa dependency is trivial
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/clanlib/clanlib-2.3.7-r3.ebuild | 2 | ||||
-rw-r--r-- | dev-games/clanlib/clanlib-4.1.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-games/clanlib/clanlib-2.3.7-r3.ebuild b/dev-games/clanlib/clanlib-2.3.7-r3.ebuild index 975b63c0c925..adedc2bd65bf 100644 --- a/dev-games/clanlib/clanlib-2.3.7-r3.ebuild +++ b/dev-games/clanlib/clanlib-2.3.7-r3.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="ZLIB" SLOT="2.3" KEYWORDS="amd64 x86" -IUSE="doc ipv6 mikmod opengl sound sqlite cpu_flags_x86_sse2 static-libs vorbis X" +IUSE="doc ipv6 mikmod opengl +sound sqlite cpu_flags_x86_sse2 static-libs vorbis X" REQUIRED_USE="opengl? ( X )" BDEPEND=" diff --git a/dev-games/clanlib/clanlib-4.1.0.ebuild b/dev-games/clanlib/clanlib-4.1.0.ebuild index 257d24b427cb..f3ae7bf96b0d 100644 --- a/dev-games/clanlib/clanlib-4.1.0.ebuild +++ b/dev-games/clanlib/clanlib-4.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="ZLIB" SLOT="4.1" KEYWORDS="~amd64 ~x86" #not big endian safe #82779 -IUSE="cpu_flags_x86_sse2 doc examples ipv6 opengl sound static-libs X" +IUSE="cpu_flags_x86_sse2 doc examples ipv6 opengl +sound static-libs X" REQUIRED_USE="opengl? ( X )" RDEPEND=" |