diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2017-01-23 13:18:52 -0500 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2017-01-23 13:19:11 -0500 |
commit | 793690fbc251e0496b5bd711e532ef08ca3816fb (patch) | |
tree | 0f3e0580afecbd3e5331b1e8689a01e02c5d68cd /games-emulation/higan | |
parent | Revert "app-crypt/dirmngr: tree clean" (diff) | |
download | gentoo-793690fbc251e0496b5bd711e532ef08ca3816fb.tar.gz gentoo-793690fbc251e0496b5bd711e532ef08ca3816fb.tar.bz2 gentoo-793690fbc251e0496b5bd711e532ef08ca3816fb.zip |
games-emulation/higan: fix bug 589204
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'games-emulation/higan')
-rw-r--r-- | games-emulation/higan/higan-099.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-emulation/higan/higan-099.ebuild b/games-emulation/higan/higan-099.ebuild index 58bee1cedfe7..1139ce957b3a 100644 --- a/games-emulation/higan/higan-099.ebuild +++ b/games-emulation/higan/higan-099.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -33,6 +33,7 @@ RDEPEND=" !qt4? ( x11-libs/gtk+:2 ) qt4? ( >=dev-qt/qtgui-4.5:4 )" DEPEND="${RDEPEND} + app-arch/p7zip virtual/pkgconfig" S=${WORKDIR}/${MY_P} |