diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-10-15 23:00:47 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-10-15 23:00:47 +0000 |
commit | 8d3a6f460078b345c2666736479a01cea982dfdb (patch) | |
tree | b09ab81e3a39e0b30bbf6e326171c343d67673c7 /dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2001.0929.ebuild | |
parent | Fixing crash after gcc-4 update. Bug #149004 (diff) | |
download | gentoo-2-8d3a6f460078b345c2666736479a01cea982dfdb.tar.gz gentoo-2-8d3a6f460078b345c2666736479a01cea982dfdb.tar.bz2 gentoo-2-8d3a6f460078b345c2666736479a01cea982dfdb.zip |
Marking amd64, sparc stable; cleaning up ebuilds
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2001.0929.ebuild')
-rw-r--r-- | dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2001.0929.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2001.0929.ebuild b/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2001.0929.ebuild index 7d932b97ddfe..e3b4aaf7c99a 100644 --- a/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2001.0929.ebuild +++ b/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2001.0929.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/Text-Tabs+Wrap/Text-Tabs+Wrap-2001.0929.ebuild,v 1.13 2006/08/06 00:30:08 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Tabs+Wrap/Text-Tabs+Wrap-2001.0929.ebuild,v 1.14 2006/10/15 23:00:47 mcummings Exp $ inherit perl-module @@ -15,11 +15,11 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" +DEPEND="dev-lang/perl" + src_compile() { perl-module_src_compile perl-module_src_test || die "test failed" } -DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |