diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-04-02 15:59:44 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-04-02 16:03:41 +0200 |
commit | ba901482378604d3d6addc4704a59d054d7b4bda (patch) | |
tree | 139df312655812c6c110a505d790866e4f0f7eb3 /app-editors | |
parent | app-editors/jasspa-microemacs: Update dependency on X headers. (diff) | |
download | gentoo-ba901482378604d3d6addc4704a59d054d7b4bda.tar.gz gentoo-ba901482378604d3d6addc4704a59d054d7b4bda.tar.bz2 gentoo-ba901482378604d3d6addc4704a59d054d7b4bda.zip |
app-editors/jed: 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/jed/jed-0.99.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/jed/jed-0.99.19.ebuild b/app-editors/jed/jed-0.99.19.ebuild index f58a30d246cc..04e69c80056f 100644 --- a/app-editors/jed/jed-0.99.19.ebuild +++ b/app-editors/jed/jed-0.99.19.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -28,7 +28,7 @@ RDEPEND=">=sys-libs/slang-2 DEPEND="${RDEPEND} X? ( x11-libs/libXt - x11-proto/xproto + x11-base/xorg-proto )" S=${WORKDIR}/${MY_P} |