diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-10 01:42:19 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-06-10 01:42:19 +0000 |
commit | 7491badce6acc4fb15c583c4dfb64388cddbf5fa (patch) | |
tree | cbccca52e0d0fb75c7c62518b7c151f4ef2ec34d /dev-perl/POE-Test-Loops | |
parent | Cleanup ebuild style. (diff) | |
download | gentoo-2-7491badce6acc4fb15c583c4dfb64388cddbf5fa.tar.gz gentoo-2-7491badce6acc4fb15c583c4dfb64388cddbf5fa.tar.bz2 gentoo-2-7491badce6acc4fb15c583c4dfb64388cddbf5fa.zip |
Cleanup ebuild style.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/POE-Test-Loops')
-rw-r--r-- | dev-perl/POE-Test-Loops/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/POE-Test-Loops/POE-Test-Loops-1.005.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-perl/POE-Test-Loops/ChangeLog b/dev-perl/POE-Test-Loops/ChangeLog index 681edb64411b..995129705e2c 100644 --- a/dev-perl/POE-Test-Loops/ChangeLog +++ b/dev-perl/POE-Test-Loops/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/POE-Test-Loops # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-Test-Loops/ChangeLog,v 1.1 2009/06/09 02:56:41 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-Test-Loops/ChangeLog,v 1.2 2009/06/10 01:42:19 robbat2 Exp $ + + 10 Jun 2009; Robin H. Johnson <robbat2@gentoo.org> + POE-Test-Loops-1.005.ebuild: + Cleanup ebuild style. *POE-Test-Loops-1.005 (09 Jun 2009) diff --git a/dev-perl/POE-Test-Loops/POE-Test-Loops-1.005.ebuild b/dev-perl/POE-Test-Loops/POE-Test-Loops-1.005.ebuild index 90aa18059457..85a1827319cf 100644 --- a/dev-perl/POE-Test-Loops/POE-Test-Loops-1.005.ebuild +++ b/dev-perl/POE-Test-Loops/POE-Test-Loops-1.005.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# This ebuild generated by g-cpan 0.16.0 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-Test-Loops/POE-Test-Loops-1.005.ebuild,v 1.2 2009/06/10 01:42:19 robbat2 Exp $ MODULE_AUTHOR="RCAPUTO" @@ -15,5 +15,6 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~x86" DEPEND="dev-perl/POE" +RDEPEND="${DEPEND}" SRC_TEST="do" |