From 89323b9e5c6b5e2e90d6a3e709f99cf46772aeb9 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Sat, 23 Feb 2019 11:54:56 +0200 Subject: 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 --- media-libs/gsound/gsound-1.0.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'media-libs/gsound') 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=" -- cgit v1.2.3-65-gdbad