diff options
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} |