diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-08 18:09:26 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-08 18:09:45 +0100 |
commit | 477ac5f25c88396e381d29335342157320eb606f (patch) | |
tree | cfae0395b355ed0c1b178c85b3d049f39c1f6fbb /games-emulation/dolphin | |
parent | www-plugins/chrome-binary-plugins: automated update (84.0.4147.85) (diff) | |
download | gentoo-477ac5f25c88396e381d29335342157320eb606f.tar.gz gentoo-477ac5f25c88396e381d29335342157320eb606f.tar.bz2 gentoo-477ac5f25c88396e381d29335342157320eb606f.zip |
games-emulation/dolphin: use BDEPEND
While at it drop unused dependencies.
Fix-by: David Michael <fedora.dm0@gmail.com>
Closes: https://bugs.gentoo.org/731116
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'games-emulation/dolphin')
-rw-r--r-- | games-emulation/dolphin/dolphin-5.0_p20200705.ebuild | 5 | ||||
-rw-r--r-- | games-emulation/dolphin/dolphin-9999.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/games-emulation/dolphin/dolphin-5.0_p20200705.ebuild b/games-emulation/dolphin/dolphin-5.0_p20200705.ebuild index 2c2a6b61d4a0..56655d4613a0 100644 --- a/games-emulation/dolphin/dolphin-5.0_p20200705.ebuild +++ b/games-emulation/dolphin/dolphin-5.0_p20200705.ebuild @@ -61,9 +61,8 @@ RDEPEND=" systemd? ( sys-apps/systemd:0= ) upnp? ( net-libs/miniupnpc ) " -DEPEND="${RDEPEND} - app-arch/zip - media-libs/freetype +DEPEND="${RDEPEND}" +BDEPEND=" sys-devel/gettext virtual/pkgconfig" diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index 2c2a6b61d4a0..56655d4613a0 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -61,9 +61,8 @@ RDEPEND=" systemd? ( sys-apps/systemd:0= ) upnp? ( net-libs/miniupnpc ) " -DEPEND="${RDEPEND} - app-arch/zip - media-libs/freetype +DEPEND="${RDEPEND}" +BDEPEND=" sys-devel/gettext virtual/pkgconfig" |