diff options
author | 2004-11-25 12:22:06 +0000 | |
---|---|---|
committer | 2004-11-25 12:22:06 +0000 | |
commit | 1b13dcc217b93eb4c58b3f77aca9c97eb53d6791 (patch) | |
tree | 6925056edd4d24dc8d04387b4d346ac58ebde20a /app-editors/jed/jed-0.99.16-r2.ebuild | |
parent | Stable on hppa. (Manifest recommit) (diff) | |
download | gentoo-2-1b13dcc217b93eb4c58b3f77aca9c97eb53d6791.tar.gz gentoo-2-1b13dcc217b93eb4c58b3f77aca9c97eb53d6791.tar.bz2 gentoo-2-1b13dcc217b93eb4c58b3f77aca9c97eb53d6791.zip |
fix typo for -r2 with RDEPEND/DEPEND (#72396)
Diffstat (limited to 'app-editors/jed/jed-0.99.16-r2.ebuild')
-rw-r--r-- | app-editors/jed/jed-0.99.16-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/jed/jed-0.99.16-r2.ebuild b/app-editors/jed/jed-0.99.16-r2.ebuild index 9d79135f1670..dc41997c6821 100644 --- a/app-editors/jed/jed-0.99.16-r2.ebuild +++ b/app-editors/jed/jed-0.99.16-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.16-r2.ebuild,v 1.11 2004/10/31 04:59:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.16-r2.ebuild,v 1.12 2004/11/25 12:22:06 liquidx Exp $ inherit eutils @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc amd64 ~ppc64" IUSE="X gpm truetype" -DEPEND=">=sys-libs/slang-1.4.5 +RDEPEND=">=sys-libs/slang-1.4.5 X? ( virtual/x11 ) gpm? ( sys-libs/gpm ) X? ( truetype? ( virtual/xft |