games-strategy/naev: fix MissingUnpackerDep, update broken HOMEPAGE
authorWim Muskee <wimmuskee@gmail.com>
Fri, 6 Dec 2019 16:08:10 +0000 (17:08 +0100)
committerDavid Seifert <soap@gentoo.org>
Fri, 6 Dec 2019 20:32:07 +0000 (21:32 +0100)
Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
games-strategy/naev/naev-0.6.1-r1.ebuild

index c7932c3eb325378f3e78a2872060cb82f86f0056..c8999020f3fe82355ff45b0029752465a8e60411 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit flag-o-matic gnome2-utils
 
 DESCRIPTION="A 2D space trading and combat game, in a similar vein to Escape Velocity"
-HOMEPAGE="http://blog.naev.org/"
+HOMEPAGE="https://github.com/naev/naev"
 SRC_URI="mirror://sourceforge/naev/${P}.tar.bz2
        mirror://sourceforge/naev/ndata-${PV}.zip"
 
@@ -28,6 +28,7 @@ RDEPEND="
        openal? ( media-libs/openal )
 "
 DEPEND="${RDEPEND}
+       app-arch/unzip
        virtual/pkgconfig
 "