Skip to content

Commit

Permalink
gnome-base/librsvg: default enable USE=vala
Browse files Browse the repository at this point in the history
vala:0.40 and newer don't ship a librsvg vapi file anymore,
while various things (especially when building with meson)
are quite likely to need it. Default enable the vapi file
building here to reduce package.use tweaks that have to be
done.

Bug: https://bugs.gentoo.org/678210
Bug: https://bugs.gentoo.org/678212
Bug: https://bugs.gentoo.org/665578
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <[email protected]>
  • Loading branch information
leio committed Feb 17, 2019
1 parent 68dee15 commit 17dce04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnome-base/librsvg/librsvg-2.40.20.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand All @@ -14,7 +14,7 @@ LICENSE="LGPL-2+"
SLOT="2"
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"

IUSE="+introspection tools vala"
IUSE="+introspection tools +vala"
REQUIRED_USE="vala? ( introspection )"

RDEPEND="
Expand Down

0 comments on commit 17dce04

Please sign in to comment.