Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gramps/
Date: Sat, 24 Mar 2018 19:58:05
Message-Id: 1521920382.a14ae9af648c714f63618e2f51de6a28dc9466c8.mgorny@gentoo
1 commit: a14ae9af648c714f63618e2f51de6a28dc9466c8
2 Author: Herb Miller Jr <herb <AT> hlmjr <DOT> com>
3 AuthorDate: Sun Mar 4 00:00:57 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 24 19:39:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a14ae9af
7
8 app-misc/gramps: Add postscript USE flag.
9
10 Triggers postscript on graphviz, allowing creation of reports as PDFs.
11
12 Package-Manager: Portage-2.3.19, Repoman-2.3.6
13
14 app-misc/gramps/gramps-4.2.8.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-misc/gramps/gramps-4.2.8.ebuild b/app-misc/gramps/gramps-4.2.8.ebuild
18 index e22e8837711..8b6fa4bcdef 100644
19 --- a/app-misc/gramps/gramps-4.2.8.ebuild
20 +++ b/app-misc/gramps/gramps-4.2.8.ebuild
21 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/gramps-project/${PN}/archive/v${PV}.tar.gz
22 LICENSE="GPL-2+"
23 SLOT="0"
24 KEYWORDS="~amd64 ~x86"
25 -IUSE="+rcs +reports exif geo spell"
26 +IUSE="+rcs +reports exif geo postscript spell"
27
28 RDEPEND="
29 dev-python/bsddb3[${PYTHON_USEDEP}]
30 @@ -26,7 +26,7 @@ RDEPEND="
31 >x11-libs/gtk+-3.14.8:3[introspection]
32 x11-libs/pango[introspection]
33 x11-misc/xdg-utils
34 - reports? ( media-gfx/graphviz )
35 + reports? ( media-gfx/graphviz[postscript?] )
36 exif? ( >=media-libs/gexiv2-0.5[${PYTHON_USEDEP},introspection] )
37 geo? ( >=sci-geosciences/osm-gps-map-1.1.0 )
38 spell? ( app-text/gtkspell:3[introspection] )