diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:25:08 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:25:08 +0000 |
commit | efb9fa85a65f277e35a80630d5c96cc8fa4b87ab (patch) | |
tree | 514cf9b3eddb9a353230e2fe4aec50bf773a288f /dev-perl/Devel-Profiler | |
parent | change pentium-m fix to use -mtune=pentium3 instead of -march=pentium4. that ... (diff) | |
download | gentoo-2-efb9fa85a65f277e35a80630d5c96cc8fa4b87ab.tar.gz gentoo-2-efb9fa85a65f277e35a80630d5c96cc8fa4b87ab.tar.bz2 gentoo-2-efb9fa85a65f277e35a80630d5c96cc8fa4b87ab.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-perl/Devel-Profiler')
-rw-r--r-- | dev-perl/Devel-Profiler/Devel-Profiler-0.04.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/Devel-Profiler/Devel-Profiler-0.04.ebuild b/dev-perl/Devel-Profiler/Devel-Profiler-0.04.ebuild index cadd63a1370d..3e11adb028b3 100644 --- a/dev-perl/Devel-Profiler/Devel-Profiler-0.04.ebuild +++ b/dev-perl/Devel-Profiler/Devel-Profiler-0.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-Profiler/Devel-Profiler-0.04.ebuild,v 1.3 2004/06/25 00:23:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-Profiler/Devel-Profiler-0.04.ebuild,v 1.4 2004/07/14 17:21:13 agriffis Exp $ inherit perl-module @@ -11,5 +11,6 @@ SRC_URI="http://www.cpan.org/authors/id/S/SA/SAMTREGAR/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~sparc" +IUSE="" SRC_TEST="do" |