From 6d0274e53ce7556db972cedf9102c645407b37cd Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sat, 9 Jul 2016 14:56:00 +0200 Subject: [PATCH] x11-libs/vte: vala support is conditional, also DOCS declaration is not needed anymore (#587500 by Amaroun) Package-Manager: portage-2.3.0 --- x11-libs/vte/vte-0.44.2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-libs/vte/vte-0.44.2.ebuild b/x11-libs/vte/vte-0.44.2.ebuild index 22cebe164f9c..dcdc00eb75ad 100644 --- a/x11-libs/vte/vte-0.44.2.ebuild +++ b/x11-libs/vte/vte-0.44.2.ebuild @@ -29,20 +29,20 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-0.9.0:= ) " DEPEND="${RDEPEND} - $(vala_depend) >=dev-util/gtk-doc-am-1.13 >=dev-util/intltool-0.35 sys-devel/gettext virtual/pkgconfig crypt? ( >=net-libs/gnutls-3.2.7 ) + vala? ( $(vala_depend) ) " RDEPEND="${RDEPEND} !x11-libs/vte:2.90[glade] " src_prepare() { - vala_src_prepare + use vala && vala_src_prepare # build fails because of -Werror with gcc-5.x sed -e 's#-Werror=format=2#-Wformat=2#' -i configure || die "sed failed" @@ -75,7 +75,6 @@ src_configure() { } src_install() { - DOCS="AUTHORS ChangeLog HACKING NEWS README" gnome2_src_install mv "${D}"/etc/profile.d/vte{,-${SLOT}}.sh || die } -- 2.26.2