summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-11-03 13:02:43 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-11-05 06:45:44 +0200
commit704b1b012598749b7fb817fd60fd531ec46ae180 (patch)
tree6afbd4022733ac20d8d407f4e648b0a16ca808b9 /games-misc
parentmedia-libs/gegl: fix pkg_setup once again (diff)
downloadgentoo-704b1b012598749b7fb817fd60fd531ec46ae180.tar.gz
gentoo-704b1b012598749b7fb817fd60fd531ec46ae180.tar.bz2
gentoo-704b1b012598749b7fb817fd60fd531ec46ae180.zip
games-misc/exult-sound: update ebuild
Update to EAPI7, fix dependencies. Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r--games-misc/exult-sound/exult-sound-0-r2.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/games-misc/exult-sound/exult-sound-0-r2.ebuild b/games-misc/exult-sound/exult-sound-0-r2.ebuild
index 4f3b978a614a..f1a16c2288b6 100644
--- a/games-misc/exult-sound/exult-sound-0-r2.ebuild
+++ b/games-misc/exult-sound/exult-sound-0-r2.ebuild
@@ -1,18 +1,17 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DESCRIPTION="Sound data for games-engines/exult"
HOMEPAGE="http://exult.sourceforge.net/"
-SRC_URI="mirror://sourceforge/exult/exult_audio.zip"
+SRC_URI="https://download.sourceforge/exult/exult-data/exult_audio.zip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND="!<games-engines/exult-9999
- app-arch/unzip"
+DEPEND="app-arch/unzip"
S="${WORKDIR}"