diff options
Diffstat (limited to 'dev-libs/wayland/wayland-1.3.0.ebuild')
-rw-r--r-- | dev-libs/wayland/wayland-1.3.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/wayland/wayland-1.3.0.ebuild b/dev-libs/wayland/wayland-1.3.0.ebuild index a94f4180ad8c..ed262c0b7145 100644 --- a/dev-libs/wayland/wayland-1.3.0.ebuild +++ b/dev-libs/wayland/wayland-1.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.3.0.ebuild,v 1.3 2014/06/18 19:18:47 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.3.0.ebuild,v 1.4 2015/02/09 01:19:26 chithanh Exp $ EAPI=5 @@ -36,7 +36,7 @@ DEPEND="${RDEPEND} src_prepare() { # Remove resources-test from TESTS as it has failed since it was added. - sed -i -e 's/ resources-test$(EXEEXT)/ $(NULL)/' ${S}/tests/Makefile.in || die + sed -i -e 's/ resources-test$(EXEEXT)/ $(NULL)/' "${S}"/tests/Makefile.in || die autotools-multilib_src_prepare } |