diff options
Diffstat (limited to 'sci-geosciences/gpsbabel/gpsbabel-1.5.4-r1.ebuild')
-rw-r--r-- | sci-geosciences/gpsbabel/gpsbabel-1.5.4-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-geosciences/gpsbabel/gpsbabel-1.5.4-r1.ebuild b/sci-geosciences/gpsbabel/gpsbabel-1.5.4-r1.ebuild index 5e68061b6b07..992aea9a44c9 100644 --- a/sci-geosciences/gpsbabel/gpsbabel-1.5.4-r1.ebuild +++ b/sci-geosciences/gpsbabel/gpsbabel-1.5.4-r1.ebuild @@ -6,10 +6,10 @@ EAPI=6 inherit autotools eutils qmake-utils DESCRIPTION="GPS waypoints, tracks and routes converter" -HOMEPAGE="http://www.gpsbabel.org/ https://github.com/gpsbabel/gpsbabel" +HOMEPAGE="https://www.gpsbabel.org/ https://github.com/gpsbabel/gpsbabel" SRC_URI=" https://dev.gentoo.org/~asturm/${P}.tar.gz - doc? ( http://www.gpsbabel.org/style3.css -> gpsbabel.org-style3.css )" + doc? ( https://www.gpsbabel.org/style3.css -> gpsbabel.org-style3.css )" LICENSE="GPL-2" SLOT="0" @@ -50,6 +50,7 @@ PATCHES=( "${FILESDIR}/${P}-use_system_shapelib.patch" "${FILESDIR}/${P}-use_system_zlib.patch" "${FILESDIR}/${P}-xmldoc.patch" + "${FILESDIR}/${P}-qt-5.9.patch" ) RESTRICT="test" # bug 421699 |