diff options
author | 2011-12-31 20:50:06 +0000 | |
---|---|---|
committer | 2011-12-31 20:50:06 +0000 | |
commit | 0768bc22f0b36745e45310ec1d1d05dc7bd26be8 (patch) | |
tree | b4d17d7d63864ae4e631aca9ddf5e4706b2de8b0 /dev-util/devhelp/devhelp-3.2.0.ebuild | |
parent | Revbump. Don't use deprecated start-stop-daemon options, bug 376865. (diff) | |
download | historical-0768bc22f0b36745e45310ec1d1d05dc7bd26be8.tar.gz historical-0768bc22f0b36745e45310ec1d1d05dc7bd26be8.tar.bz2 historical-0768bc22f0b36745e45310ec1d1d05dc7bd26be8.zip |
Add libgnome dependency, needed at runtime for its gconf keys (thanks to Rafał Mużyło for reporting); update py-compile idiom for automake-1.11.2 compatibility (bug #396585).
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'dev-util/devhelp/devhelp-3.2.0.ebuild')
-rw-r--r-- | dev-util/devhelp/devhelp-3.2.0.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/dev-util/devhelp/devhelp-3.2.0.ebuild b/dev-util/devhelp/devhelp-3.2.0.ebuild index aa724ed6077f..8c3fdc1a4d4d 100644 --- a/dev-util/devhelp/devhelp-3.2.0.ebuild +++ b/dev-util/devhelp/devhelp-3.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-3.2.0.ebuild,v 1.2 2011/11/06 02:49:21 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-3.2.0.ebuild,v 1.3 2011/12/31 20:50:06 tetromino Exp $ EAPI="4" GCONF_DEBUG="no" @@ -17,12 +17,15 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="" -RDEPEND=">=gnome-base/gconf-2.6:2 +COMMON_DEPEND=">=gnome-base/gconf-2.6:2 >=dev-libs/glib-2.25.11:2 >=x11-libs/gtk+-3.0.2:3 x11-libs/libwnck:3 net-libs/webkit-gtk:3" -DEPEND="${RDEPEND} +# libgnome is needed for /desktop/gnome/interface/* gconf keys +RDEPEND="${COMMON_DEPEND} + gnome-base/libgnome" +DEPEND="${COMMON_DEPEND} >=sys-devel/gettext-0.17 >=dev-util/intltool-0.40 >=dev-util/pkgconfig-0.9" @@ -41,7 +44,7 @@ src_prepare() { gnome2_src_prepare # disable pyc compiling - ln -sfn $(type -P true) build-aux/py-compile + echo '#!/bin/sh' > build-aux/py-compile } pkg_preinst() { |