diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-04-24 08:55:25 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-04-24 08:55:25 +0200 |
commit | 7e2d0c60c695a766e5399ba4412e06a60c385053 (patch) | |
tree | 017b39b7fcac189554e8a44283ff334ad078c2aa /app-editors | |
parent | app-editors/emacs: Depend on x11-base/xorg-proto at build time. (diff) | |
download | gentoo-7e2d0c60c695a766e5399ba4412e06a60c385053.tar.gz gentoo-7e2d0c60c695a766e5399ba4412e06a60c385053.tar.bz2 gentoo-7e2d0c60c695a766e5399ba4412e06a60c385053.zip |
app-editors/qemacs: Depend on x11-base/xorg-proto at build time.
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/qemacs/qemacs-0.4.1_pre20170225.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-editors/qemacs/qemacs-0.4.1_pre20170225.ebuild b/app-editors/qemacs/qemacs-0.4.1_pre20170225.ebuild index ea7c0f5836cb..33bd0f7ba89a 100644 --- a/app-editors/qemacs/qemacs-0.4.1_pre20170225.ebuild +++ b/app-editors/qemacs/qemacs-0.4.1_pre20170225.ebuild @@ -23,7 +23,8 @@ RDEPEND=" png? ( >=media-libs/libpng-1.2:0= )" DEPEND="${RDEPEND} - >=app-text/texi2html-5" + >=app-text/texi2html-5 + X? ( x11-base/xorg-proto )" S="${WORKDIR}/${PN}" |