diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 18:32:30 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 18:32:30 +0000 |
commit | a951c0b54f4f41c90c71aa7176e00bb062a91eda (patch) | |
tree | 6f8b08be1b52412ea8768b685f2404ab02b95776 /dev-perl/Class-MethodMaker/Class-MethodMaker-2.08.ebuild | |
parent | stable on x86 (#111313) (diff) | |
download | historical-a951c0b54f4f41c90c71aa7176e00bb062a91eda.tar.gz historical-a951c0b54f4f41c90c71aa7176e00bb062a91eda.tar.bz2 historical-a951c0b54f4f41c90c71aa7176e00bb062a91eda.zip |
This module deps on module-build, but the Build.PL is still junk.
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'dev-perl/Class-MethodMaker/Class-MethodMaker-2.08.ebuild')
-rw-r--r-- | dev-perl/Class-MethodMaker/Class-MethodMaker-2.08.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/Class-MethodMaker/Class-MethodMaker-2.08.ebuild b/dev-perl/Class-MethodMaker/Class-MethodMaker-2.08.ebuild index 2e1ca3678e1d..03a2ba68fc66 100644 --- a/dev-perl/Class-MethodMaker/Class-MethodMaker-2.08.ebuild +++ b/dev-perl/Class-MethodMaker/Class-MethodMaker-2.08.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/Class-MethodMaker/Class-MethodMaker-2.08.ebuild,v 1.1 2006/01/13 13:35:27 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MethodMaker/Class-MethodMaker-2.08.ebuild,v 1.2 2006/01/13 18:32:30 mcummings Exp $ inherit perl-module eutils @@ -14,6 +14,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" IUSE="" SRC_TEST="do" +USE_BUILDER="no" DEPEND="dev-perl/module-build" |