commit: b4d60321654a226f749fff4f5d1ceccdd34ac708 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Fri Dec 31 10:44:49 2021 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Fri Dec 31 10:46:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d60321
games-arcade/supertux: Added media-libs/glm to DEPEND Closes: https://bugs.gentoo.org/830327 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> games-arcade/supertux/supertux-0.6.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-arcade/supertux/supertux-0.6.3.ebuild b/games-arcade/supertux/supertux-0.6.3.ebuild index 93f09e6450c8..0a9fb27d74ef 100644 --- a/games-arcade/supertux/supertux-0.6.3.ebuild +++ b/games-arcade/supertux/supertux-0.6.3.ebuild @@ -35,7 +35,8 @@ RDEPEND=" >=net-misc/curl-7.21.7 virtual/opengl " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + media-libs/glm" BDEPEND=" virtual/pkgconfig "
