Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pspp/
Date: Thu, 05 May 2016 22:27:41
Message-Id: 1462487233.cf9ccf9b9953d23a51dce94d9966416d006ce07b.soap@gentoo
1 commit: cf9ccf9b9953d23a51dce94d9966416d006ce07b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 5 22:22:36 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu May 5 22:27:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9ccf9b
7
8 sci-mathematics/pspp: Add missing 'svg' USE depend
9
10 Gentoo-Bug: 582166
11
12 Package-Manager: portage-2.2.28
13
14 sci-mathematics/pspp/pspp-0.10.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sci-mathematics/pspp/pspp-0.10.1.ebuild b/sci-mathematics/pspp/pspp-0.10.1.ebuild
18 index bea2418..bcaea41 100644
19 --- a/sci-mathematics/pspp/pspp-0.10.1.ebuild
20 +++ b/sci-mathematics/pspp/pspp-0.10.1.ebuild
21 @@ -22,7 +22,7 @@ RDEPEND="
22 sys-libs/readline:0=
23 sys-libs/zlib:0=
24 virtual/libiconv
25 - cairo? ( x11-libs/cairo:0= )
26 + cairo? ( x11-libs/cairo:0=[svg] )
27 emacs? ( virtual/emacs )
28 gtk? (
29 x11-libs/gtk+:3=