diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2019-12-06 17:08:10 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-06 21:32:07 +0100 |
commit | 736ee7be968c3b65c9ac7a103934526181660f83 (patch) | |
tree | 9f1764f8a1f677bc442e5062061b59e98c8aa1cd /games-strategy | |
parent | games-strategy/crimson: fix MissingTestRestrict (diff) | |
download | gentoo-736ee7be968c3b65c9ac7a103934526181660f83.tar.gz gentoo-736ee7be968c3b65c9ac7a103934526181660f83.tar.bz2 gentoo-736ee7be968c3b65c9ac7a103934526181660f83.zip |
games-strategy/naev: fix MissingUnpackerDep, update broken HOMEPAGE
Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/naev/naev-0.6.1-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-strategy/naev/naev-0.6.1-r1.ebuild b/games-strategy/naev/naev-0.6.1-r1.ebuild index c7932c3eb325..c8999020f3fe 100644 --- a/games-strategy/naev/naev-0.6.1-r1.ebuild +++ b/games-strategy/naev/naev-0.6.1-r1.ebuild @@ -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 " |