diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-02-10 21:32:07 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-02-10 21:32:13 +0100 |
commit | 330acb70204d9d5def79a3d38d9e196c3cea40cf (patch) | |
tree | f95548996d9fde81848d2ea4e0e4c7b6706a1a99 /app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild | |
parent | app-editors/emacs: Add missing dependency on x11-libs/libXpm. (diff) | |
download | gentoo-330acb70204d9d5def79a3d38d9e196c3cea40cf.tar.gz gentoo-330acb70204d9d5def79a3d38d9e196c3cea40cf.tar.bz2 gentoo-330acb70204d9d5def79a3d38d9e196c3cea40cf.zip |
app-editors/emacs-vcs: Add missing dependency on x11-libs/libXpm.
Needed with USE="motif".
Bug: https://bugs.gentoo.org/647242
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild')
-rw-r--r-- | app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild index 7800af2c6eb4..daf96012079b 100644 --- a/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -82,7 +82,11 @@ RDEPEND="sys-libs/ncurses:0= ) ) !gtk? ( - motif? ( >=x11-libs/motif-2.3:0 ) + motif? ( + >=x11-libs/motif-2.3:0 + x11-libs/libXp + x11-libs/libXpm + ) !motif? ( Xaw3d? ( x11-libs/libXaw3d ) !Xaw3d? ( athena? ( x11-libs/libXaw ) ) |