diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-12-31 20:50:06 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-12-31 20:50:06 +0000 |
commit | 0768bc22f0b36745e45310ec1d1d05dc7bd26be8 (patch) | |
tree | b4d17d7d63864ae4e631aca9ddf5e4706b2de8b0 /dev-util/devhelp/devhelp-2.32.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-2.32.0.ebuild')
-rw-r--r-- | dev-util/devhelp/devhelp-2.32.0.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/dev-util/devhelp/devhelp-2.32.0.ebuild b/dev-util/devhelp/devhelp-2.32.0.ebuild index dd9c59997ec6..b5fea5efdd4a 100644 --- a/dev-util/devhelp/devhelp-2.32.0.ebuild +++ b/dev-util/devhelp/devhelp-2.32.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-2.32.0.ebuild,v 1.8 2011/03/31 04:13:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-2.32.0.ebuild,v 1.9 2011/12/31 20:50:06 tetromino Exp $ EAPI="3" GCONF_DEBUG="no" @@ -15,13 +15,16 @@ 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 >=x11-libs/gtk+-2.10:2 >=dev-libs/glib-2.10:2 >=x11-libs/libwnck-2.10:1 >=net-libs/webkit-gtk-1.1.13:2 >=dev-libs/libunique-1:1" -DEPEND="${RDEPEND} +# libgnome is needed for /desktop/gnome/interface/* gconf keys +RDEPEND="${COMMON_DEPEND} + gnome-base/libgnome" +DEPEND="${COMMON_DEPEND} sys-devel/gettext >=dev-util/intltool-0.40 >=dev-util/pkgconfig-0.9" @@ -39,8 +42,7 @@ src_prepare() { gnome2_src_prepare # disable pyc compiling - rm py-compile - ln -s $(type -P true) py-compile + echo '#!/bin/sh' > py-compile # Fix build with older libunique, bug #286890 sed -e 's/-DG.*_SINGLE_INCLUDES//' \ |