diff options
-rw-r--r-- | dev-perl/XML-CompactTree-XS/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/XML-CompactTree-XS/XML-CompactTree-XS-0.02.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-perl/XML-CompactTree-XS/ChangeLog b/dev-perl/XML-CompactTree-XS/ChangeLog index babae7dbbe6f..23e23a2e8950 100644 --- a/dev-perl/XML-CompactTree-XS/ChangeLog +++ b/dev-perl/XML-CompactTree-XS/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/XML-CompactTree-XS # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-CompactTree-XS/ChangeLog,v 1.1 2009/06/09 02:57:53 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-CompactTree-XS/ChangeLog,v 1.2 2009/06/10 01:43:42 robbat2 Exp $ + + 10 Jun 2009; Robin H. Johnson <robbat2@gentoo.org> + XML-CompactTree-XS-0.02.ebuild: + Cleanup ebuild style. *XML-CompactTree-XS-0.02 (09 Jun 2009) diff --git a/dev-perl/XML-CompactTree-XS/XML-CompactTree-XS-0.02.ebuild b/dev-perl/XML-CompactTree-XS/XML-CompactTree-XS-0.02.ebuild index a1fd1f47ba31..ed48c584db31 100644 --- a/dev-perl/XML-CompactTree-XS/XML-CompactTree-XS-0.02.ebuild +++ b/dev-perl/XML-CompactTree-XS/XML-CompactTree-XS-0.02.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/XML-CompactTree-XS/XML-CompactTree-XS-0.02.ebuild,v 1.2 2009/06/10 01:43:42 robbat2 Exp $ MODULE_AUTHOR="PAJAS" @@ -15,5 +15,6 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~x86" DEPEND=">=dev-perl/XML-LibXML-1.69" +RDEPEND="${DEPEND}" SRC_TEST="do" |