diff options
author | Jonathan Callen <abcd@gentoo.org> | 2013-06-02 00:09:34 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2013-06-02 00:09:34 +0000 |
commit | e70c186eb757274fbeed93747ed7d32672120f21 (patch) | |
tree | 569dc9d3b07fc552679c78a4f7cd973156126301 /gnome-base | |
parent | Force non-empty PYTHON_TARGETS to ensure that build always succeeds (diff) | |
download | gentoo-2-e70c186eb757274fbeed93747ed7d32672120f21.tar.gz gentoo-2-e70c186eb757274fbeed93747ed7d32672120f21.tar.bz2 gentoo-2-e70c186eb757274fbeed93747ed7d32672120f21.zip |
Force non-empty PYTHON_TARGETS to ensure that build always succeeds; ensure that the proper version(s) of python is/are installed at runtime as well as compile-time
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 229E5838)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gconf/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-3.2.6-r1.ebuild | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/gnome-base/gconf/ChangeLog b/gnome-base/gconf/ChangeLog index 09440449bb85..e6be0ac96e41 100644 --- a/gnome-base/gconf/ChangeLog +++ b/gnome-base/gconf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/gconf # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.281 2013/05/10 11:17:27 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.282 2013/06/02 00:09:34 abcd Exp $ + + 02 Jun 2013; Jonathan Callen <abcd@gentoo.org> gconf-3.2.6-r1.ebuild: + Force non-empty PYTHON_TARGETS to ensure that build always succeeds; ensure + that the proper version(s) of python is/are installed at runtime as well as + compile-time 10 May 2013; Gilles Dartiguelongue <eva@gentoo.org> +gconf-2.32.4-r1.ebuild: Stable bump: apply prefix fixes to stable ebuild, bug #469240. diff --git a/gnome-base/gconf/gconf-3.2.6-r1.ebuild b/gnome-base/gconf/gconf-3.2.6-r1.ebuild index b565524bc9db..24a8fadd928d 100644 --- a/gnome-base/gconf/gconf-3.2.6-r1.ebuild +++ b/gnome-base/gconf/gconf-3.2.6-r1.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/gnome-base/gconf/gconf-3.2.6-r1.ebuild,v 1.1 2013/04/07 11:46:49 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-3.2.6-r1.ebuild,v 1.2 2013/06/02 00:09:34 abcd Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -20,6 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd IUSE="debug gtk +introspection ldap orbit policykit" RDEPEND=" + ${PYTHON_DEPS} >=dev-libs/glib-2.31:2 >=dev-libs/dbus-glib-0.74:= >=sys-apps/dbus-1:= @@ -31,13 +32,14 @@ RDEPEND=" policykit? ( sys-auth/polkit:= ) " DEPEND="${RDEPEND} - ${PYTHON_DEPS} dev-libs/libxslt dev-util/gtk-doc-am >=dev-util/intltool-0.35 virtual/pkgconfig " +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + pkg_setup() { kill_gconf } |