commit: aa0f012b227f6d3fbf9a8c83ce08fccd8b1e4c34 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Thu Mar 14 17:07:42 2019 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Thu Mar 14 17:19:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa0f012b
games-puzzle/swell-foop: add missing vala build depend Fixes: https://bugs.gentoo.org/671766 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> games-puzzle/swell-foop/swell-foop-3.30.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-puzzle/swell-foop/swell-foop-3.30.0.ebuild b/games-puzzle/swell-foop/swell-foop-3.30.0.ebuild index c01e8f8b956..37662907bdd 100644 --- a/games-puzzle/swell-foop/swell-foop-3.30.0.ebuild +++ b/games-puzzle/swell-foop/swell-foop-3.30.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,6 +23,7 @@ DEPEND="${RDEPEND} dev-util/itstool >=sys-devel/gettext-0.19.8 virtual/pkgconfig + $(vala_depend) " src_prepare() {
