Diff viking-1.10 with a viking-1.11

/usr/portage/sci-geosciences/viking/viking-1.11.ebuild 2026-01-17 11:18:06.850172947 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
15 15
LICENSE="GPL-2"
16 16
SLOT="0"
17 17
KEYWORDS="~amd64"
18
IUSE="doc +exif libexif geoclue gps +magic nls oauth"
18
IUSE="doc +exif libexif geoclue gps +magic nls nova oauth"
19 19

  
20 20
COMMONDEPEND="
21 21
	app-arch/bzip2
......
30 30
	>=x11-libs/gdk-pixbuf-2.26:2
31 31
	>=x11-libs/gtk+-3.22:3
32 32
	geoclue? ( >=app-misc/geoclue-2.4.4:2.0 )
33
	gps? ( >=sci-geosciences/gpsd-3.20 )
33
	gps? ( >=sci-geosciences/gpsd-3.20:= )
34 34
	exif? ( libexif? ( media-libs/libexif ) !libexif? ( media-libs/gexiv2 ) )
35 35
	magic? ( sys-apps/file )
36
	nova? ( sci-libs/libnova )
36 37
	oauth? ( net-libs/liboauth )
37 38
"
38 39
RDEPEND="${COMMONDEPEND}
......
48 49
	sys-devel/gettext
49 50
"
50 51

  
51
PATCHES=( "${FILESDIR}/${P}-terraserver.patch" )
52
#PATCHES=( "${FILESDIR}/${P}-terraserver.patch" "${FILESDIR}/${P}-c23.patch" )
52 53

  
53 54
src_prepare() {
54 55
	default
......
79 80
		$(use_enable gps realtime-gps-tracking) \
80 81
		$(use_enable magic) \
81 82
		$(use_enable nls) \
83
		$(use_enable nova) \
82 84
		$(use_enable oauth)
83 85
}
84 86

  
Thank you!