Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/viking/
Date: Wed, 23 Jan 2019 06:32:21
Message-Id: 1548225121.12bcb933c0d370b53d6c2f06e92bfb84db775c22.graaff@gentoo
1 commit: 12bcb933c0d370b53d6c2f06e92bfb84db775c22
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 23 06:32:01 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 23 06:32:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12bcb933
7
8 sci-geosciences/viking: add missing nettle dependency
9
10 This dependency is optional but strongly recommended by
11 upstream to avoid compatibility issues with the thumbnail
12 cache.
13
14 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
15 Package-Manager: Portage-2.3.51, Repoman-2.3.11
16
17 sci-geosciences/viking/viking-1.7.ebuild | 2 ++
18 1 file changed, 2 insertions(+)
19
20 diff --git a/sci-geosciences/viking/viking-1.7.ebuild b/sci-geosciences/viking/viking-1.7.ebuild
21 index 1def6e346f6..965eaad13a1 100644
22 --- a/sci-geosciences/viking/viking-1.7.ebuild
23 +++ b/sci-geosciences/viking/viking-1.7.ebuild
24 @@ -21,6 +21,7 @@ COMMONDEPEND="
25 >=dev-tcltk/expect-5.45.4
26 dev-libs/expat
27 dev-libs/glib:2
28 + dev-libs/nettle
29 net-misc/curl
30 sys-libs/zlib
31 x11-libs/gdk-pixbuf:2
32 @@ -51,6 +52,7 @@ src_configure() {
33 --with-libcurl \
34 --with-expat \
35 --enable-google \
36 + --enable-nettle \
37 --enable-terraserver \
38 --enable-expedia \
39 --enable-openstreetmap \