From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BA176138331 for ; Sat, 10 Feb 2018 20:33:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B900BE0AE0; Sat, 10 Feb 2018 20:33:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B322E0AE0 for ; Sat, 10 Feb 2018 20:33:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B9E6335C63 for ; Sat, 10 Feb 2018 20:33:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C61611CD for ; Sat, 10 Feb 2018 20:32:58 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1518294653.0c589ba99edb16c9dacdfa5d76d34946234cb1da.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/emacs/emacs-23.4-r16.ebuild app-editors/emacs/emacs-24.5-r4.ebuild app-editors/emacs/emacs-25.3.ebuild X-VCS-Directories: app-editors/emacs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 0c589ba99edb16c9dacdfa5d76d34946234cb1da X-VCS-Branch: master Date: Sat, 10 Feb 2018 20:32:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 468f06dc-58a1-4ef3-a63b-6f044c8b962d X-Archives-Hash: 5b2c66324cb6eba8ae1fc2f42d0282f4 commit: 0c589ba99edb16c9dacdfa5d76d34946234cb1da Author: Ulrich Müller gentoo org> AuthorDate: Sat Feb 10 20:30:53 2018 +0000 Commit: Ulrich Müller gentoo 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 ) )