summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerb Miller Jr <herb@hlmjr.com>2018-03-03 19:00:57 -0500
committerMichał Górny <mgorny@gentoo.org>2018-03-24 20:39:42 +0100
commita14ae9af648c714f63618e2f51de6a28dc9466c8 (patch)
treed25247db1ab4308375c5ca4492178d59c0d6151c
parentapp-misc/gramps: Add rcs USE flag. (diff)
downloadgentoo-a14ae9af648c714f63618e2f51de6a28dc9466c8.tar.gz
gentoo-a14ae9af648c714f63618e2f51de6a28dc9466c8.tar.bz2
gentoo-a14ae9af648c714f63618e2f51de6a28dc9466c8.zip
app-misc/gramps: Add postscript USE flag.
Triggers postscript on graphviz, allowing creation of reports as PDFs. Package-Manager: Portage-2.3.19, Repoman-2.3.6
-rw-r--r--app-misc/gramps/gramps-4.2.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/gramps/gramps-4.2.8.ebuild b/app-misc/gramps/gramps-4.2.8.ebuild
index e22e8837711e..8b6fa4bcdefc 100644
--- a/app-misc/gramps/gramps-4.2.8.ebuild
+++ b/app-misc/gramps/gramps-4.2.8.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/gramps-project/${PN}/archive/v${PV}.tar.gz
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="+rcs +reports exif geo spell"
+IUSE="+rcs +reports exif geo postscript spell"
RDEPEND="
dev-python/bsddb3[${PYTHON_USEDEP}]
@@ -26,7 +26,7 @@ RDEPEND="
>x11-libs/gtk+-3.14.8:3[introspection]
x11-libs/pango[introspection]
x11-misc/xdg-utils
- reports? ( media-gfx/graphviz )
+ reports? ( media-gfx/graphviz[postscript?] )
exif? ( >=media-libs/gexiv2-0.5[${PYTHON_USEDEP},introspection] )
geo? ( >=sci-geosciences/osm-gps-map-1.1.0 )
spell? ( app-text/gtkspell:3[introspection] )