commit: 3f34086e4fd6309d430daf485c11fac0da680ccd
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 2 13:53:18 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 2 14:03:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f34086e
app-editors/jasspa-microemacs: Update dependency on X headers.
Package-Manager: Portage-2.3.27, Repoman-2.3.9
app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild
b/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild
index 55e0722235c..eb138ec6f5b 100644
--- a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild
+++ b/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -27,7 +27,7 @@ RDEPEND="sys-libs/ncurses
DEPEND="${RDEPEND}
virtual/pkgconfig
X? ( x11-libs/libXt
- x11-proto/xproto )"
+ x11-base/xorg-proto )"
S="${WORKDIR}/me${PV:2}/src"