diff options
-rw-r--r-- | dev-perl/XML-AutoWriter/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/XML-AutoWriter/XML-AutoWriter-0.38.ebuild | 5 | ||||
-rw-r--r-- | dev-perl/XML-AutoWriter/XML-AutoWriter-0.39.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/dev-perl/XML-AutoWriter/ChangeLog b/dev-perl/XML-AutoWriter/ChangeLog index 88e2a9fcf26f..f7e5aea9c343 100644 --- a/dev-perl/XML-AutoWriter/ChangeLog +++ b/dev-perl/XML-AutoWriter/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/XML-AutoWriter # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-AutoWriter/ChangeLog,v 1.8 2006/06/29 23:34:14 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-AutoWriter/ChangeLog,v 1.9 2006/07/05 13:10:40 ian Exp $ + + 05 Jul 2006; Christian Hartmann <ian@gentoo.org> + XML-AutoWriter-0.38.ebuild, XML-AutoWriter-0.39.ebuild: + Fixed RDEPEND wrt bug #134781 29 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> XML-AutoWriter-0.39.ebuild: diff --git a/dev-perl/XML-AutoWriter/XML-AutoWriter-0.38.ebuild b/dev-perl/XML-AutoWriter/XML-AutoWriter-0.38.ebuild index 728381bbe424..0b5c8e343734 100644 --- a/dev-perl/XML-AutoWriter/XML-AutoWriter-0.38.ebuild +++ b/dev-perl/XML-AutoWriter/XML-AutoWriter-0.38.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/XML-AutoWriter/XML-AutoWriter-0.38.ebuild,v 1.5 2006/03/30 23:39:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-AutoWriter/XML-AutoWriter-0.38.ebuild,v 1.6 2006/07/05 13:10:40 ian Exp $ inherit perl-module @@ -13,5 +13,6 @@ LICENSE="as-is" KEYWORDS="~amd64 ~ia64 sparc x86" DEPEND="dev-perl/XML-Parser" +RDEPEND="${DEPEND}" -SRC_TEST="do" +SRC_TEST="do"
\ No newline at end of file diff --git a/dev-perl/XML-AutoWriter/XML-AutoWriter-0.39.ebuild b/dev-perl/XML-AutoWriter/XML-AutoWriter-0.39.ebuild index 195092595ba1..b466f394e259 100644 --- a/dev-perl/XML-AutoWriter/XML-AutoWriter-0.39.ebuild +++ b/dev-perl/XML-AutoWriter/XML-AutoWriter-0.39.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/XML-AutoWriter/XML-AutoWriter-0.39.ebuild,v 1.3 2006/06/29 23:34:14 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-AutoWriter/XML-AutoWriter-0.39.ebuild,v 1.4 2006/07/05 13:10:40 ian Exp $ inherit perl-module @@ -13,5 +13,6 @@ LICENSE="as-is" KEYWORDS="~amd64 ~hppa ~ia64 sparc ~x86" DEPEND="dev-perl/XML-Parser" +RDEPEND="${DEPEND}" -SRC_TEST="do" +SRC_TEST="do"
\ No newline at end of file |