summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-02-19 11:55:10 +0100
committerDavid Seifert <soap@gentoo.org>2017-02-19 11:55:10 +0100
commit278a33839b296bb70a836844ecc86c0c9a08c633 (patch)
treeec9231354a5faf3465e4f2cc268e2b87e282caa0 /app-text/mftrace
parentapp-text/queequeg: Add missing Python variables (diff)
downloadgentoo-278a33839b296bb70a836844ecc86c0c9a08c633.tar.gz
gentoo-278a33839b296bb70a836844ecc86c0c9a08c633.tar.bz2
gentoo-278a33839b296bb70a836844ecc86c0c9a08c633.zip
app-text/mftrace: Add missing Python variables
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-text/mftrace')
-rw-r--r--app-text/mftrace/mftrace-1.2.18-r2.ebuild (renamed from app-text/mftrace/mftrace-1.2.18-r1.ebuild)5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-text/mftrace/mftrace-1.2.18-r1.ebuild b/app-text/mftrace/mftrace-1.2.18-r2.ebuild
index b9f5707a3fb5..b5e0d5ce745a 100644
--- a/app-text/mftrace/mftrace-1.2.18-r1.ebuild
+++ b/app-text/mftrace/mftrace-1.2.18-r2.ebuild
@@ -3,6 +3,7 @@
# $Id$
EAPI=6
+
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1 toolchain-funcs
@@ -16,11 +17,13 @@ KEYWORDS="amd64 ~hppa ppc x86 ~x86-fbsd"
# SLOT 1 was used in pktrace ebuild
SLOT="1"
IUSE="test truetype"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND=">=app-text/t1utils-1.25
|| ( media-gfx/potrace >=media-gfx/autotrace-0.30 )
truetype? ( media-gfx/fontforge )
- virtual/latex-base"
+ virtual/latex-base
+ ${PYTHON_DEPS}"
DEPEND="${RDEPEND}
test? ( media-gfx/fontforge )"