diff options
author | Matt Turner <mattst88@gentoo.org> | 2013-02-17 22:36:44 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2013-02-17 22:36:44 +0000 |
commit | f3525c7a625f74b63cad70503fb90f1109de9496 (patch) | |
tree | 5418a58f6a3780da8fd63c8a49cf970af462fe01 /dev-libs/wayland | |
parent | Drop 'Format' file as it was merged to 'README'. (diff) | |
download | gentoo-2-f3525c7a625f74b63cad70503fb90f1109de9496.tar.gz gentoo-2-f3525c7a625f74b63cad70503fb90f1109de9496.tar.bz2 gentoo-2-f3525c7a625f74b63cad70503fb90f1109de9496.zip |
Remove doc USE flag, bug 455586.
Diffstat (limited to 'dev-libs/wayland')
-rw-r--r-- | dev-libs/wayland/wayland-1.0.4.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-libs/wayland/wayland-1.0.4.ebuild b/dev-libs/wayland/wayland-1.0.4.ebuild index 36cacb37db77..33f78dacbbf3 100644 --- a/dev-libs/wayland/wayland-1.0.4.ebuild +++ b/dev-libs/wayland/wayland-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.0.4.ebuild,v 1.3 2013/02/11 07:03:35 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.0.4.ebuild,v 1.4 2013/02/17 22:36:44 mattst88 Exp $ EAPI=4 @@ -25,12 +25,11 @@ fi LICENSE="CC-BY-SA-3.0 MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" -IUSE="doc static-libs" +IUSE="static-libs" RDEPEND="dev-libs/expat virtual/libffi" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" +DEPEND="${RDEPEND}" src_prepare() { if [[ ${PV} = 9999* ]]; then @@ -39,8 +38,7 @@ src_prepare() { } src_configure() { - myconf="$(use_enable static-libs static) \ - $(use_enable doc documentation)" + myconf="$(use_enable static-libs static)" if tc-is-cross-compiler ; then myconf+=" --disable-scanner" fi |