commit: 79cc41d8ba39f3bb1e0684f74ad77b7509abec9e Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Mar 10 10:01:35 2018 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Mar 10 10:02:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79cc41d8
app-editors/nedit: Drop dependencies on libXp and libXpm. The executable is linked against neither of these. Closes: https://bugs.gentoo.org/649148 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-editors/nedit/nedit-5.6-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-editors/nedit/nedit-5.6-r1.ebuild b/app-editors/nedit/nedit-5.6-r1.ebuild index a5a952a8c2c..86b946aebec 100644 --- a/app-editors/nedit/nedit-5.6-r1.ebuild +++ b/app-editors/nedit/nedit-5.6-r1.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=5 @@ -16,8 +16,6 @@ SLOT="0" KEYWORDS="alpha amd64 ~mips ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" RDEPEND=">=x11-libs/motif-2.3:0 - x11-libs/libXp - x11-libs/libXpm x11-libs/libXt x11-libs/libX11" DEPEND="${RDEPEND}
