diff options
author | 2012-12-23 02:49:08 +0000 | |
---|---|---|
committer | 2012-12-23 02:49:08 +0000 | |
commit | 61e1044ffbd12cf6955594034ea2c4b0ae351ee5 (patch) | |
tree | 7f176e56a96b23c250ccfa4cbd858b0a7e18f4c8 /app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild | |
parent | Version bump, per bug#371551 (diff) | |
download | gentoo-2-61e1044ffbd12cf6955594034ea2c4b0ae351ee5.tar.gz gentoo-2-61e1044ffbd12cf6955594034ea2c4b0ae351ee5.tar.bz2 gentoo-2-61e1044ffbd12cf6955594034ea2c4b0ae351ee5.zip |
Drop useless doc USE flag (bug #447670). Respect USE=-introspection.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild')
-rw-r--r-- | app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild b/app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild index d2182c07f8aa..15b6ca6dd3f9 100644 --- a/app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild +++ b/app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild,v 1.10 2012/12/18 17:56:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/at-spi2-core/at-spi2-core-2.2.3.ebuild,v 1.11 2012/12/23 02:49:08 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -14,7 +14,7 @@ HOMEPAGE="http://live.gnome.org/Accessibility" LICENSE="LGPL-2+" SLOT="2" KEYWORDS="amd64 arm ~hppa ~ia64 ~ppc64 x86 ~amd64-fbsd" -IUSE="doc +introspection" +IUSE="+introspection" RDEPEND=">=dev-libs/glib-2.28:2 >=sys-apps/dbus-1 @@ -24,17 +24,16 @@ RDEPEND=">=dev-libs/glib-2.28:2 introspection? ( >=dev-libs/gobject-introspection-0.9.6 ) " DEPEND="${RDEPEND} + dev-util/gtk-doc-am >=dev-util/intltool-0.40 - doc? ( >=dev-util/gtk-doc-1.9 ) + virtual/pkgconfig " -pkg_setup() { +src_prepare() { DOCS="AUTHORS ChangeLog NEWS README" # xevie is deprecated/broken since xorg-1.6/1.7 G2CONF="${G2CONF} --disable-xevie" -} -src_prepare() { # disable teamspaces test since that requires Novell.ICEDesktop.Daemon epatch "${FILESDIR}/${PN}-2.0.2-disable-teamspaces-test.patch" |