Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gsound/
Date: Sat, 23 Feb 2019 12:23:27
Message-Id: 1550924569.89323b9e5c6b5e2e90d6a3e709f99cf46772aeb9.leio@gentoo
1 commit: 89323b9e5c6b5e2e90d6a3e709f99cf46772aeb9
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 23 09:54:56 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 23 12:22:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89323b9e
7
8 media-libs/gsound: default enable USE=vala
9
10 Various GNOME packages will unconditionally need it (gnome-clocks
11 in main tree already does). Default enable it, as it just means
12 need of a vala slot at build time.
13
14 Bug: https://bugs.gentoo.org/665578
15 Package-Manager: Portage-2.3.52, Repoman-2.3.12
16 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
17
18 media-libs/gsound/gsound-1.0.2-r1.ebuild | 4 ++--
19 1 file changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/media-libs/gsound/gsound-1.0.2-r1.ebuild b/media-libs/gsound/gsound-1.0.2-r1.ebuild
22 index fae3ee95cd0..d98125f7670 100644
23 --- a/media-libs/gsound/gsound-1.0.2-r1.ebuild
24 +++ b/media-libs/gsound/gsound-1.0.2-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2017 Gentoo Foundation
27 +# Copyright 1999-2019 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GSound"
32 LICENSE="LGPL-2.1+"
33 SLOT="0"
34 KEYWORDS="amd64 x86"
35 -IUSE="+introspection vala"
36 +IUSE="+introspection +vala"
37 REQUIRED_USE="vala? ( introspection )"
38
39 RDEPEND="