commit: 0c589ba99edb16c9dacdfa5d76d34946234cb1da Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Feb 10 20:30:53 2018 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Feb 10 20:30:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c589ba9
app-editors/emacs: Add missing dependency on x11-libs/libXpm. Needed with USE="motif". Closes: https://bugs.gentoo.org/647242 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-editors/emacs/emacs-23.4-r16.ebuild | 8 ++++++-- app-editors/emacs/emacs-24.5-r4.ebuild | 8 ++++++-- app-editors/emacs/emacs-25.3.ebuild | 6 +++++- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/app-editors/emacs/emacs-23.4-r16.ebuild b/app-editors/emacs/emacs-23.4-r16.ebuild index 230f36053ce..eb7cceabd89 100644 --- a/app-editors/emacs/emacs-23.4-r16.ebuild +++ b/app-editors/emacs/emacs-23.4-r16.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 @@ -48,7 +48,11 @@ RDEPEND="sys-libs/ncurses:0= ) gtk? ( x11-libs/gtk+:2 ) !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 ) ) diff --git a/app-editors/emacs/emacs-24.5-r4.ebuild b/app-editors/emacs/emacs-24.5-r4.ebuild index 1dd73ddaf8c..c86549765c9 100644 --- a/app-editors/emacs/emacs-24.5-r4.ebuild +++ b/app-editors/emacs/emacs-24.5-r4.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 @@ -58,7 +58,11 @@ RDEPEND="sys-libs/ncurses:0= !gtk3? ( x11-libs/gtk+:2 ) ) !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 ) ) diff --git a/app-editors/emacs/emacs-25.3.ebuild b/app-editors/emacs/emacs-25.3.ebuild index 6be10197694..35c1cc20476 100644 --- a/app-editors/emacs/emacs-25.3.ebuild +++ b/app-editors/emacs/emacs-25.3.ebuild @@ -58,7 +58,11 @@ RDEPEND="sys-libs/ncurses:0= !gtk3? ( x11-libs/gtk+:2 ) ) !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 ) )