diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-04-02 07:57:46 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-04-02 07:57:46 +0000 |
commit | eb156611bb445387dfbfb0089284feb8eaaa192e (patch) | |
tree | 4c86bdc051c948f1a6f402557748333066a8cebb /app-editors | |
parent | Check for disk/ram constrains even in pkg_setup phase, pretend is there just ... (diff) | |
download | gentoo-2-eb156611bb445387dfbfb0089284feb8eaaa192e.tar.gz gentoo-2-eb156611bb445387dfbfb0089284feb8eaaa192e.tar.bz2 gentoo-2-eb156611bb445387dfbfb0089284feb8eaaa192e.zip |
Add perl to DEPEND because tests need it.
(Portage version: 2.1.10.54/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/zile/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/zile/zile-2.4.6.ebuild | 5 | ||||
-rw-r--r-- | app-editors/zile/zile-2.4.7.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index f460cfe4449d..1f622fe4035f 100644 --- a/app-editors/zile/ChangeLog +++ b/app-editors/zile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/zile # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.173 2012/04/01 16:15:50 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.174 2012/04/02 07:57:46 ulm Exp $ + + 02 Apr 2012; Ulrich Müller <ulm@gentoo.org> zile-2.4.6.ebuild, + zile-2.4.7.ebuild: + Add perl to DEPEND because tests need it. 01 Apr 2012; Ulrich Müller <ulm@gentoo.org> -zile-2.4.2.ebuild: Remove old. diff --git a/app-editors/zile/zile-2.4.6.ebuild b/app-editors/zile/zile-2.4.6.ebuild index 98fb069d3957..951ddeefebe8 100644 --- a/app-editors/zile/zile-2.4.6.ebuild +++ b/app-editors/zile/zile-2.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.6.ebuild,v 1.5 2012/04/01 16:01:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.6.ebuild,v 1.6 2012/04/02 07:57:46 ulm Exp $ EAPI=4 @@ -17,7 +17,8 @@ RDEPEND="dev-libs/boehm-gc sys-libs/ncurses acl? ( virtual/acl )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + test? ( dev-lang/perl )" src_configure() { econf \ diff --git a/app-editors/zile/zile-2.4.7.ebuild b/app-editors/zile/zile-2.4.7.ebuild index 7647c3ace3a6..192e292d5c32 100644 --- a/app-editors/zile/zile-2.4.7.ebuild +++ b/app-editors/zile/zile-2.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.7.ebuild,v 1.1 2012/04/01 15:34:15 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.7.ebuild,v 1.2 2012/04/02 07:57:46 ulm Exp $ EAPI=4 @@ -17,7 +17,8 @@ RDEPEND="dev-libs/boehm-gc sys-libs/ncurses acl? ( virtual/acl )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + test? ( dev-lang/perl )" src_configure() { econf \ |