summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2013-06-08 15:39:32 +0000
committerMike Gilbert <floppym@gentoo.org>2013-06-08 15:39:32 +0000
commite8bef11b5544cf858a2c68979d9ffb3a792404e8 (patch)
tree746e15b9e99eed7220d3f5e12b36915eea625356 /app-office
parentVersion bump, update to EAPI5, add doc USE flag for API documentation (diff)
downloadgentoo-2-e8bef11b5544cf858a2c68979d9ffb3a792404e8.tar.gz
gentoo-2-e8bef11b5544cf858a2c68979d9ffb3a792404e8.tar.bz2
gentoo-2-e8bef11b5544cf858a2c68979d9ffb3a792404e8.zip
Add missing python deps.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/impressive/ChangeLog5
-rw-r--r--app-office/impressive/impressive-0.10.3-r2.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/app-office/impressive/ChangeLog b/app-office/impressive/ChangeLog
index 05661996661b..86c82b051097 100644
--- a/app-office/impressive/ChangeLog
+++ b/app-office/impressive/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/impressive
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v 1.6 2013/06/08 15:00:01 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/ChangeLog,v 1.7 2013/06/08 15:39:32 floppym Exp $
+
+ 08 Jun 2013; Mike Gilbert <floppym@gentoo.org> impressive-0.10.3-r2.ebuild:
+ Add missing python deps.
*impressive-0.10.3-r2 (08 Jun 2013)
diff --git a/app-office/impressive/impressive-0.10.3-r2.ebuild b/app-office/impressive/impressive-0.10.3-r2.ebuild
index 97605ae10bf7..a3dd3da8e987 100644
--- a/app-office/impressive/impressive-0.10.3-r2.ebuild
+++ b/app-office/impressive/impressive-0.10.3-r2.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/app-office/impressive/impressive-0.10.3-r2.ebuild,v 1.1 2013/06/08 15:00:01 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/impressive/impressive-0.10.3-r2.ebuild,v 1.2 2013/06/08 15:39:32 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -19,7 +19,8 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
-RDEPEND="app-text/pdftk
+RDEPEND="${PYTHON_DEPS}
+ app-text/pdftk
virtual/python-imaging[${PYTHON_USEDEP}]
dev-python/pygame[${PYTHON_USEDEP}]
dev-python/pyopengl[${PYTHON_USEDEP}]
@@ -27,6 +28,7 @@ RDEPEND="app-text/pdftk
x11-apps/xrandr
|| ( app-text/xpdf app-text/ghostscript-gpl )
|| ( media-fonts/dejavu media-fonts/ttf-bitstream-vera media-fonts/corefonts )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
S=${WORKDIR}/${MY_PN}-${PV}