diff options
author | Mikk Margus Möll <mikk.margus.moll@eesti.ee> | 2021-02-27 21:06:10 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-27 19:11:08 +0000 |
commit | 36ec19e265070eb6abe011f47117899c521cb064 (patch) | |
tree | 0c58e6282f7a1dce89efb68cc2ed6e76d14f1218 /games-engines | |
parent | app-crypt/xca: Fix documentation issue (diff) | |
download | gentoo-36ec19e265070eb6abe011f47117899c521cb064.tar.gz gentoo-36ec19e265070eb6abe011f47117899c521cb064.tar.bz2 gentoo-36ec19e265070eb6abe011f47117899c521cb064.zip |
games-engines/gargoyle: Fix typo in BDEPEND
Bug: https://bugs.gentoo.org/739206
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Mikk Margus Möll <mikk.margus.moll@eesti.ee>
Closes: https://github.com/gentoo/gentoo/pull/19694
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/gargoyle/gargoyle-2019.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-engines/gargoyle/gargoyle-2019.1.1.ebuild b/games-engines/gargoyle/gargoyle-2019.1.1.ebuild index cfd146901b63..167f28407813 100644 --- a/games-engines/gargoyle/gargoyle-2019.1.1.ebuild +++ b/games-engines/gargoyle/gargoyle-2019.1.1.ebuild @@ -31,7 +31,7 @@ RDEPEND=" virtual/jpeg:0 x11-libs/gtk+:2" DEPEND="${RDEPEND}" -BDEPEBD=" +BDEPEND=" app-arch/unzip dev-util/ftjam virtual/pkgconfig" |