Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/qemacs/
Date: Tue, 24 Apr 2018 06:58:15
Message-Id: 1524552925.7e2d0c60c695a766e5399ba4412e06a60c385053.ulm@gentoo
1 commit: 7e2d0c60c695a766e5399ba4412e06a60c385053
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 24 06:55:25 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 24 06:55:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e2d0c60
7
8 app-editors/qemacs: Depend on x11-base/xorg-proto at build time.
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 app-editors/qemacs/qemacs-0.4.1_pre20170225.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/app-editors/qemacs/qemacs-0.4.1_pre20170225.ebuild b/app-editors/qemacs/qemacs-0.4.1_pre20170225.ebuild
16 index ea7c0f5836c..33bd0f7ba89 100644
17 --- a/app-editors/qemacs/qemacs-0.4.1_pre20170225.ebuild
18 +++ b/app-editors/qemacs/qemacs-0.4.1_pre20170225.ebuild
19 @@ -23,7 +23,8 @@ RDEPEND="
20 png? ( >=media-libs/libpng-1.2:0= )"
21
22 DEPEND="${RDEPEND}
23 - >=app-text/texi2html-5"
24 + >=app-text/texi2html-5
25 + X? ( x11-base/xorg-proto )"
26
27 S="${WORKDIR}/${PN}"