diff options
author | 2006-07-04 09:59:13 +0000 | |
---|---|---|
committer | 2006-07-04 09:59:13 +0000 | |
commit | a6f09adc403d622798426e4744164cc39805fea4 (patch) | |
tree | 6138b79dfb005cef8def7d9d8178bb3a486a4dd8 /dev-perl/HTML-Parser/HTML-Parser-3.48.ebuild | |
parent | Fixed RDEPEND wrt bug #134781; fixed header (diff) | |
download | historical-a6f09adc403d622798426e4744164cc39805fea4.tar.gz historical-a6f09adc403d622798426e4744164cc39805fea4.tar.bz2 historical-a6f09adc403d622798426e4744164cc39805fea4.zip |
Fixed RDEPEND wrt bug #134781
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'dev-perl/HTML-Parser/HTML-Parser-3.48.ebuild')
-rw-r--r-- | dev-perl/HTML-Parser/HTML-Parser-3.48.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.48.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.48.ebuild index 1d3a1151f378..c6cb4c383c2d 100644 --- a/dev-perl/HTML-Parser/HTML-Parser-3.48.ebuild +++ b/dev-perl/HTML-Parser/HTML-Parser-3.48.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/HTML-Parser/HTML-Parser-3.48.ebuild,v 1.11 2006/05/28 11:08:19 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.48.ebuild,v 1.12 2006/07/04 09:57:54 ian Exp $ inherit perl-module @@ -14,6 +14,7 @@ KEYWORDS="alpha ~amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="unicode" DEPEND=">=dev-perl/HTML-Tagset-3.03" +RDEPEND="${DEPEND}" mydoc="ANNOUNCEMENT TODO" @@ -27,4 +28,4 @@ src_compile() { PREFIX=${D}/usr INSTALLDIRS=vendor fi perl-module_src_test -} +}
\ No newline at end of file |