summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-07-09 14:56:00 +0200
committerPacho Ramos <pacho@gentoo.org>2016-07-09 15:40:20 +0200
commit6d0274e53ce7556db972cedf9102c645407b37cd (patch)
tree4f5d5c5329f22c1c97c88c456723059d5cee2dff /x11-libs/vte
parentx11-wm/mutter: wayland needs kms support (#587220 by Leho Kraav) (diff)
downloadgentoo-6d0274e53ce7556db972cedf9102c645407b37cd.tar.gz
gentoo-6d0274e53ce7556db972cedf9102c645407b37cd.tar.bz2
gentoo-6d0274e53ce7556db972cedf9102c645407b37cd.zip
x11-libs/vte: vala support is conditional, also DOCS declaration is not needed anymore (#587500 by Amaroun)
Package-Manager: portage-2.3.0
Diffstat (limited to 'x11-libs/vte')
-rw-r--r--x11-libs/vte/vte-0.44.2.ebuild5
1 files 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
}