diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-06-30 20:20:10 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-06-30 20:20:10 +0000 |
commit | 5f94dc92e4c1514af5c428f9afdfa14e32b8c23a (patch) | |
tree | 99327e13ce1b4a828aaf3a0f7a2f206cce297d6e | |
parent | Add missing sane support, fix gtk-doc support per team policy, fix glib depen... (diff) | |
download | gentoo-2-5f94dc92e4c1514af5c428f9afdfa14e32b8c23a.tar.gz gentoo-2-5f94dc92e4c1514af5c428f9afdfa14e32b8c23a.tar.bz2 gentoo-2-5f94dc92e4c1514af5c428f9afdfa14e32b8c23a.zip |
Fix man page and introspection handling.
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key C6085806)
-rw-r--r-- | media-gfx/colorhug-client/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/colorhug-client/colorhug-client-0.2.0.ebuild | 13 |
2 files changed, 17 insertions, 2 deletions
diff --git a/media-gfx/colorhug-client/ChangeLog b/media-gfx/colorhug-client/ChangeLog index df2456da5898..bb41e0aec9e2 100644 --- a/media-gfx/colorhug-client/ChangeLog +++ b/media-gfx/colorhug-client/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/colorhug-client # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/colorhug-client/ChangeLog,v 1.10 2013/06/02 12:30:32 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/colorhug-client/ChangeLog,v 1.11 2013/06/30 20:20:10 eva Exp $ + + 30 Jun 2013; Gilles Dartiguelongue <eva@gentoo.org> + colorhug-client-0.2.0.ebuild: + Fix man page and introspection handling. *colorhug-client-0.2.0 (02 Jun 2013) diff --git a/media-gfx/colorhug-client/colorhug-client-0.2.0.ebuild b/media-gfx/colorhug-client/colorhug-client-0.2.0.ebuild index ce371a73ae5a..3435be23eb75 100644 --- a/media-gfx/colorhug-client/colorhug-client-0.2.0.ebuild +++ b/media-gfx/colorhug-client/colorhug-client-0.2.0.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/media-gfx/colorhug-client/colorhug-client-0.2.0.ebuild,v 1.1 2013/06/02 12:30:32 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/colorhug-client/colorhug-client-0.2.0.ebuild,v 1.2 2013/06/30 20:20:10 eva Exp $ EAPI=5 GCONF_DEBUG="no" @@ -28,5 +28,16 @@ RDEPEND=" >=x11-libs/colord-gtk-0.1.24 " DEPEND="${RDEPEND} + app-text/docbook-sgml-dtd:4.1 + app-text/docbook-sgml-utils app-text/yelp-tools + >=dev-util/intltool-0.35 + >=sys-devel/gettext-0.17 + virtual/pkgconfig " +# docbook stuff needed for man pages + +src_configure() { + # introspection checked but not needed by anything + gnome2_src_configure --disable-introspection +} |