diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-10-16 02:16:09 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-10-16 02:16:09 +0000 |
commit | 351c29aa75fe1887e1d5f23948f1e675b2bf4148 (patch) | |
tree | 3e9d877b61224f57e5d74ba0da7d95675c326f5c /dev-perl/Parse-RecDescent | |
parent | Updating virtuals; updating keywords to match with the real targets (diff) | |
download | gentoo-2-351c29aa75fe1887e1d5f23948f1e675b2bf4148.tar.gz gentoo-2-351c29aa75fe1887e1d5f23948f1e675b2bf4148.tar.bz2 gentoo-2-351c29aa75fe1887e1d5f23948f1e675b2bf4148.zip |
Bug 151203, pointing to the virtual for text-balanced. Thanks cfuga
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'dev-perl/Parse-RecDescent')
-rw-r--r-- | dev-perl/Parse-RecDescent/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Parse-RecDescent/ChangeLog b/dev-perl/Parse-RecDescent/ChangeLog index 25cfc510b65f..58d13bd3e3e5 100644 --- a/dev-perl/Parse-RecDescent/ChangeLog +++ b/dev-perl/Parse-RecDescent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Parse-RecDescent # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.26 2006/08/05 19:52:20 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/ChangeLog,v 1.27 2006/10/16 02:16:09 mcummings Exp $ + + 16 Oct 2006; Michael Cummings <mcummings@gentoo.org> + Parse-RecDescent-1.94.ebuild: + Bug 151203, pointing to the virtual for text-balanced. Thanks cfuga 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> Parse-RecDescent-1.94.ebuild: diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild index aaafd8227e41..e130a4365743 100644 --- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild +++ b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild,v 1.21 2006/10/08 00:40:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild,v 1.22 2006/10/16 02:16:09 mcummings Exp $ inherit perl-module @@ -13,9 +13,8 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="" -DEPEND="perl-core/Text-Balanced +DEPEND="virtual/perl-Text-Balanced dev-lang/perl" -RDEPEND="${DEPEND}" src_install() { perl-module_src_install |