Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/librsvg/
Date: Sun, 17 Feb 2019 11:35:03
Message-Id: 1550402487.17dce04efab9f0b1e9d18a4016b9f163fe43ca03.leio@gentoo
1 commit: 17dce04efab9f0b1e9d18a4016b9f163fe43ca03
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 11:20:47 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 11:21:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17dce04e
7
8 gnome-base/librsvg: default enable USE=vala
9
10 vala:0.40 and newer don't ship a librsvg vapi file anymore,
11 while various things (especially when building with meson)
12 are quite likely to need it. Default enable the vapi file
13 building here to reduce package.use tweaks that have to be
14 done.
15
16 Bug: https://bugs.gentoo.org/678210
17 Bug: https://bugs.gentoo.org/678212
18 Bug: https://bugs.gentoo.org/665578
19 Package-Manager: Portage-2.3.52, Repoman-2.3.12
20 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
21
22 gnome-base/librsvg/librsvg-2.40.20.ebuild | 4 ++--
23 1 file changed, 2 insertions(+), 2 deletions(-)
24
25 diff --git a/gnome-base/librsvg/librsvg-2.40.20.ebuild b/gnome-base/librsvg/librsvg-2.40.20.ebuild
26 index e007dc16315..00d0b714675 100644
27 --- a/gnome-base/librsvg/librsvg-2.40.20.ebuild
28 +++ b/gnome-base/librsvg/librsvg-2.40.20.ebuild
29 @@ -1,4 +1,4 @@
30 -# Copyright 1999-2018 Gentoo Authors
31 +# Copyright 1999-2019 Gentoo Authors
32 # Distributed under the terms of the GNU General Public License v2
33
34 EAPI=6
35 @@ -14,7 +14,7 @@ LICENSE="LGPL-2+"
36 SLOT="2"
37 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
38
39 -IUSE="+introspection tools vala"
40 +IUSE="+introspection tools +vala"
41 REQUIRED_USE="vala? ( introspection )"
42
43 RDEPEND="