summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-12-04 20:11:34 +0000
committerPacho Ramos <pacho@gentoo.org>2011-12-04 20:11:34 +0000
commit79d2052ae2650afabfececca80282df4e043d496 (patch)
tree6bb6e01b5b0dd9c5545985ea5efdc2a1ea04f6f1 /app-office
parentInclude Fedora patch to make abiword-2.8 compatible with libwpd:0.9 as upstre... (diff)
downloadgentoo-2-79d2052ae2650afabfececca80282df4e043d496.tar.gz
gentoo-2-79d2052ae2650afabfececca80282df4e043d496.tar.bz2
gentoo-2-79d2052ae2650afabfececca80282df4e043d496.zip
Call python_pkg_setup, bug #392667 by Chris Mayo, Ian Delaney and others.
(Portage version: 2.1.10.39/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/gnucash/ChangeLog5
-rw-r--r--app-office/gnucash/gnucash-2.4.8.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog
index 6704dfae23a3..fab2cd9a9037 100644
--- a/app-office/gnucash/ChangeLog
+++ b/app-office/gnucash/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/gnucash
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.249 2011/11/30 15:13:19 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.250 2011/12/04 20:11:34 pacho Exp $
+
+ 04 Dec 2011; Pacho Ramos <pacho@gentoo.org> gnucash-2.4.8.ebuild:
+ Call python_pkg_setup, bug #392667 by Chris Mayo, Ian Delaney and others.
*gnucash-2.4.8 (30 Nov 2011)
diff --git a/app-office/gnucash/gnucash-2.4.8.ebuild b/app-office/gnucash/gnucash-2.4.8.ebuild
index 903f2e59804d..6d5cd46e55b2 100644
--- a/app-office/gnucash/gnucash-2.4.8.ebuild
+++ b/app-office/gnucash/gnucash-2.4.8.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/app-office/gnucash/gnucash-2.4.8.ebuild,v 1.1 2011/11/30 15:13:19 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.4.8.ebuild,v 1.2 2011/12/04 20:11:34 pacho Exp $
EAPI="4"
GNOME2_LA_PUNT="yes"
@@ -88,6 +88,7 @@ pkg_setup() {
if use python ; then
python_set_active_version 2
+ python_pkg_setup
fi
}