commit: 742481cda4badf60682387fe40d759abfa024cfc Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org> AuthorDate: Wed May 21 16:42:18 2014 +0000 Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de> CommitDate: Wed May 21 16:42:18 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=742481cd
dev-libs/wayland: sync ebuild with portage --- dev-libs/wayland/wayland-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/wayland/wayland-9999.ebuild b/dev-libs/wayland/wayland-9999.ebuild index 09f1854..e420916 100644 --- a/dev-libs/wayland/wayland-9999.ebuild +++ b/dev-libs/wayland/wayland-9999.ebuild @@ -18,14 +18,13 @@ HOMEPAGE="http://wayland.freedesktop.org/" if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" - KEYWORDS="" else SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" fi LICENSE="MIT" SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="doc static-libs" RDEPEND="dev-libs/expat[${MULTILIB_USEDEP}] @@ -42,6 +41,9 @@ src_configure() { if tc-is-cross-compiler ; then myeconfargs+=( --disable-scanner ) fi + if ! multilib_is_native_abi; then + myeconfargs+=( --disable-documentation ) + fi autotools-multilib_src_configure }
