summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-02-28 12:35:49 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-02-28 12:35:49 +0000
commit31f40fcaf1b7a6b146fc4659eaf23493bbb7bcdc (patch)
tree607ac05da7cece91652d46957f0aaad2e939f5ab /dev-python/python-poppler
parentSet PYTHON_EXPORT_PHASE_FUNCTIONS instead of PYTHON_DEFINE_DEFAULT_FUNCTIONS. (diff)
downloadgentoo-2-31f40fcaf1b7a6b146fc4659eaf23493bbb7bcdc.tar.gz
gentoo-2-31f40fcaf1b7a6b146fc4659eaf23493bbb7bcdc.tar.bz2
gentoo-2-31f40fcaf1b7a6b146fc4659eaf23493bbb7bcdc.zip
Set PYTHON_EXPORT_PHASE_FUNCTIONS instead of PYTHON_DEFINE_DEFAULT_FUNCTIONS.
(Portage version: 15497-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/python-poppler')
-rw-r--r--dev-python/python-poppler/python-poppler-0.10.1.ebuild6
-rw-r--r--dev-python/python-poppler/python-poppler-0.12.1.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/python-poppler/python-poppler-0.10.1.ebuild b/dev-python/python-poppler/python-poppler-0.10.1.ebuild
index 19750c656da5..550b6217b5ac 100644
--- a/dev-python/python-poppler/python-poppler-0.10.1.ebuild
+++ b/dev-python/python-poppler/python-poppler-0.10.1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/python-poppler-0.10.1.ebuild,v 1.3 2010/02/10 14:32:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/python-poppler-0.10.1.ebuild,v 1.4 2010/02/28 12:35:49 arfrever Exp $
EAPI="2"
-NEED_PYTHON="2.6"
-PYTHON_DEFINE_DEFAULT_FUNCTIONS="1"
+PYTHON_DEPEND="2:2.6"
+PYTHON_EXPORT_PHASE_FUNCTIONS="1"
SUPPORT_PYTHON_ABIS="1"
inherit libtool python
diff --git a/dev-python/python-poppler/python-poppler-0.12.1.ebuild b/dev-python/python-poppler/python-poppler-0.12.1.ebuild
index dd4bd8852d57..c00c0abe3733 100644
--- a/dev-python/python-poppler/python-poppler-0.12.1.ebuild
+++ b/dev-python/python-poppler/python-poppler-0.12.1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/python-poppler-0.12.1.ebuild,v 1.2 2010/02/10 14:32:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-poppler/python-poppler-0.12.1.ebuild,v 1.3 2010/02/28 12:35:49 arfrever Exp $
EAPI="2"
-NEED_PYTHON="2.6"
-PYTHON_DEFINE_DEFAULT_FUNCTIONS="1"
+PYTHON_DEPEND="2:2.6"
+PYTHON_EXPORT_PHASE_FUNCTIONS="1"
SUPPORT_PYTHON_ABIS="1"
inherit libtool python