Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/qxmledit/
Date: Mon, 11 Sep 2017 12:17:06
Message-Id: 1505132204.19a30d8b6f665303b27dea5f1c0094c6b3f0d6b5.kensington@gentoo
1 commit: 19a30d8b6f665303b27dea5f1c0094c6b3f0d6b5
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 10 04:38:17 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 11 12:16:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a30d8b
7
8 app-editors/qxmledit: add missing dependencies
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-editors/qxmledit/qxmledit-0.9.7.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/app-editors/qxmledit/qxmledit-0.9.7.ebuild b/app-editors/qxmledit/qxmledit-0.9.7.ebuild
16 index 49e82f0eaa3..fb26b9c080a 100644
17 --- a/app-editors/qxmledit/qxmledit-0.9.7.ebuild
18 +++ b/app-editors/qxmledit/qxmledit-0.9.7.ebuild
19 @@ -27,6 +27,8 @@ DEPEND="
20 dev-qt/qtwidgets:5
21 dev-qt/qtxml:5
22 dev-qt/qtxmlpatterns:5
23 + media-libs/glu
24 + virtual/opengl
25 "
26 RDEPEND="${DEPEND}"