diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-04-02 15:53:18 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-04-02 16:03:40 +0200 |
commit | 3f34086e4fd6309d430daf485c11fac0da680ccd (patch) | |
tree | 3109be0828670aae374666f1ef2160588b19fa2e /app-editors | |
parent | sys-fs/udisks: Fix glib minimum dependency (diff) | |
download | gentoo-3f34086e4fd6309d430daf485c11fac0da680ccd.tar.gz gentoo-3f34086e4fd6309d430daf485c11fac0da680ccd.tar.bz2 gentoo-3f34086e4fd6309d430daf485c11fac0da680ccd.zip |
app-editors/jasspa-microemacs: Update dependency on X headers.
Package-Manager: Portage-2.3.27, Repoman-2.3.9
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild | 4 |
1 files 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 55e0722235c9..eb138ec6f5bb 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" |