diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-02-23 11:54:56 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-02-23 14:22:49 +0200 |
commit | 89323b9e5c6b5e2e90d6a3e709f99cf46772aeb9 (patch) | |
tree | 43e4e66899e9317f120e646e794054e362873bea /media-libs | |
parent | sys-libs/libblockdev: Removed old. (diff) | |
download | gentoo-89323b9e5c6b5e2e90d6a3e709f99cf46772aeb9.tar.gz gentoo-89323b9e5c6b5e2e90d6a3e709f99cf46772aeb9.tar.bz2 gentoo-89323b9e5c6b5e2e90d6a3e709f99cf46772aeb9.zip |
media-libs/gsound: default enable USE=vala
Various GNOME packages will unconditionally need it (gnome-clocks
in main tree already does). Default enable it, as it just means
need of a vala slot at build time.
Bug: https://bugs.gentoo.org/665578
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/gsound/gsound-1.0.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/gsound/gsound-1.0.2-r1.ebuild b/media-libs/gsound/gsound-1.0.2-r1.ebuild index fae3ee95cd08..d98125f76709 100644 --- a/media-libs/gsound/gsound-1.0.2-r1.ebuild +++ b/media-libs/gsound/gsound-1.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GSound" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="amd64 x86" -IUSE="+introspection vala" +IUSE="+introspection +vala" REQUIRED_USE="vala? ( introspection )" RDEPEND=" |