diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-12-31 11:44:49 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-12-31 11:46:05 +0100 |
commit | b4d60321654a226f749fff4f5d1ceccdd34ac708 (patch) | |
tree | 2e620b682614103ad558e07c3dc0d2b9b68360bb /games-arcade | |
parent | mail-client/mutt-2.1.5: version bump (diff) | |
download | gentoo-b4d60321654a226f749fff4f5d1ceccdd34ac708.tar.gz gentoo-b4d60321654a226f749fff4f5d1ceccdd34ac708.tar.bz2 gentoo-b4d60321654a226f749fff4f5d1ceccdd34ac708.zip |
games-arcade/supertux: Added media-libs/glm to DEPEND
Closes: https://bugs.gentoo.org/830327
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/supertux/supertux-0.6.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 " |