commit:     a14ae9af648c714f63618e2f51de6a28dc9466c8
Author:     Herb Miller Jr <herb <AT> hlmjr <DOT> com>
AuthorDate: Sun Mar  4 00:00:57 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 24 19:39:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14ae9af

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

 app-misc/gramps/gramps-4.2.8.ebuild | 4 ++--
 1 file 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 e22e8837711..8b6fa4bcdef 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] )

Reply via email to