diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2019-12-06 16:28:10 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-06 21:31:47 +0100 |
commit | 0711e8bc41413e13064ad3f88df45d90675e6596 (patch) | |
tree | cfdaacca410a769c282654cf2b6c5fd9490c16f6 /games-arcade | |
parent | media-libs/dav1d: Update meson options. (diff) | |
download | gentoo-0711e8bc41413e13064ad3f88df45d90675e6596.tar.gz gentoo-0711e8bc41413e13064ad3f88df45d90675e6596.tar.bz2 gentoo-0711e8bc41413e13064ad3f88df45d90675e6596.zip |
games-arcade/performous: fix MissingUnpackerDep
Closes: https://github.com/gentoo/gentoo/pull/13895
Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/performous/performous-1.1-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games-arcade/performous/performous-1.1-r1.ebuild b/games-arcade/performous/performous-1.1-r1.ebuild index f40e3e183d19..7901eeb37e89 100644 --- a/games-arcade/performous/performous-1.1-r1.ebuild +++ b/games-arcade/performous/performous-1.1-r1.ebuild @@ -55,6 +55,7 @@ RDEPEND=" DEPEND="${RDEPEND} sys-apps/help2man sys-devel/gettext + songs? ( app-arch/unzip ) " DOCS=( docs/{Authors,instruments}.txt ) |