app-misc/gramps: Add postscript USE flag.
authorHerb Miller Jr <herb@hlmjr.com>
Sun, 4 Mar 2018 00:00:57 +0000 (19:00 -0500)
committerMichał Górny <mgorny@gentoo.org>
Sat, 24 Mar 2018 19:39:42 +0000 (20:39 +0100)
Triggers postscript on graphviz, allowing creation of reports as PDFs.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

app-misc/gramps/gramps-4.2.8.ebuild

index e22e8837711ebaa2706ed79168a077a96604825d..8b6fa4bcdefc1f1159a8de753df986c0b532d681 100644 (file)
@@ -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] )