commit: 1dc9ce9edebd9239eb7a4d62d4ba62b45d1a35f9 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Sep 6 19:25:03 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Sep 6 19:25:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc9ce9e
dev-games/newton: Add missing DEPEND Closes: https://bugs.gentoo.org/662200 Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-games/newton/newton-3.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-games/newton/newton-3.14.ebuild b/dev-games/newton/newton-3.14.ebuild index e998f8cc5f0..ab3dde1136f 100644 --- a/dev-games/newton/newton-3.14.ebuild +++ b/dev-games/newton/newton-3.14.ebuild @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" -DEPEND="" +DEPEND="dev-libs/tinyxml" S=${WORKDIR}/${MY_P}
