Skip to content

Commit

Permalink
games-misc/exult-sound: update ebuild
Browse files Browse the repository at this point in the history
Update to EAPI7, fix dependencies.

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Azamat H. Hackimov <[email protected]>
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
winterheart authored and juippis committed Nov 5, 2020
1 parent 87b2483 commit 704b1b0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions games-misc/exult-sound/exult-sound-0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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}"

Expand Down

0 comments on commit 704b1b0

Please sign in to comment.