diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-06-04 12:11:06 +0200 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-06-04 12:11:06 +0200 |
commit | 7dea344da52c927dd96e17b291042ea833891872 (patch) | |
tree | c903d7568429ea0748bad2f17ae443028103cf7f /dev-libs/wayland/wayland-9999.ebuild | |
parent | dev-libs/libinput: Version bump (diff) | |
download | gentoo-7dea344da52c927dd96e17b291042ea833891872.tar.gz gentoo-7dea344da52c927dd96e17b291042ea833891872.tar.bz2 gentoo-7dea344da52c927dd96e17b291042ea833891872.zip |
dev-libs/wayland: Version bump
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-libs/wayland/wayland-9999.ebuild')
-rw-r--r-- | dev-libs/wayland/wayland-9999.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/dev-libs/wayland/wayland-9999.ebuild b/dev-libs/wayland/wayland-9999.ebuild index 86554ebd78a2..7d26a9c5b600 100644 --- a/dev-libs/wayland/wayland-9999.ebuild +++ b/dev-libs/wayland/wayland-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,7 +29,8 @@ SLOT="0" IUSE="doc static-libs" RDEPEND=">=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}] - >=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]" + >=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}] + dev-libs/libxml2:=" DEPEND="${RDEPEND} doc? ( >=app-doc/doxygen-1.6[dot] @@ -39,19 +40,16 @@ DEPEND="${RDEPEND} ) virtual/pkgconfig" -src_configure() { +multilib_src_configure() { local myeconfargs=( - $(use_enable static-libs static) - $(use_enable doc documentation) + $(multilib_native_use_enable doc documentation) + $(multilib_native_enable dtd-validation) ) if tc-is-cross-compiler ; then myeconfargs+=( --with-host-scanner ) fi - if ! multilib_is_native_abi; then - myeconfargs+=( --disable-documentation ) - fi - autotools-multilib_src_configure + autotools-utils_src_configure } src_test() { |