summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-10-28 22:49:52 +0000
committerJeroen Roovers <jer@gentoo.org>2014-10-28 22:49:52 +0000
commit5b58ba4cb4fda6413bdce37d0c8074ca3152a8d8 (patch)
treefb19067510f078eb3f5fcbec9cc48ce4d45460d5 /app-editors/ne
parentFix HOMEPAGE/SRC_URI. Remove parallel make workaround. Fix building against s... (diff)
downloadgentoo-2-5b58ba4cb4fda6413bdce37d0c8074ca3152a8d8.tar.gz
gentoo-2-5b58ba4cb4fda6413bdce37d0c8074ca3152a8d8.tar.bz2
gentoo-2-5b58ba4cb4fda6413bdce37d0c8074ca3152a8d8.zip
DEPEND <=> RDEPEND.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'app-editors/ne')
-rw-r--r--app-editors/ne/ChangeLog5
-rw-r--r--app-editors/ne/ne-2.5.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/ne/ChangeLog b/app-editors/ne/ChangeLog
index 1e72a0997b2c..4f47eed0e8fd 100644
--- a/app-editors/ne/ChangeLog
+++ b/app-editors/ne/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/ne
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ChangeLog,v 1.51 2014/10/28 22:43:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ChangeLog,v 1.52 2014/10/28 22:49:52 jer Exp $
+
+ 28 Oct 2014; Jeroen Roovers <jer@gentoo.org> ne-2.5.ebuild:
+ DEPEND <=> RDEPEND.
28 Oct 2014; Jeroen Roovers <jer@gentoo.org> ne-2.3.ebuild, ne-2.5.ebuild,
metadata.xml:
diff --git a/app-editors/ne/ne-2.5.ebuild b/app-editors/ne/ne-2.5.ebuild
index 502635bf26db..d02cae2f2b3c 100644
--- a/app-editors/ne/ne-2.5.ebuild
+++ b/app-editors/ne/ne-2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ne-2.5.ebuild,v 1.2 2014/10/28 22:43:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ne/ne-2.5.ebuild,v 1.3 2014/10/28 22:49:52 jer Exp $
EAPI=5
inherit eutils toolchain-funcs
@@ -14,11 +14,11 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=tinfo
-RDEPEND="
+DEPEND="
>=sys-libs/ncurses-5.2[tinfo?]
"
-DEPEND="
- ${RDEPEND}
+RDEPEND="
+ ${DEPEND}
dev-lang/perl
"