diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-11-24 15:40:29 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-11-24 15:40:29 +0000 |
commit | fc78eb42330bbc2bc57ca73ebf7bb6ad3bd5b765 (patch) | |
tree | 9fb4021d67dba14cc1df8449c913bbc85bb51cad /dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.06.ebuild | |
parent | Version bump, cleaner ebuild, removed rc (diff) | |
download | historical-fc78eb42330bbc2bc57ca73ebf7bb6ad3bd5b765.tar.gz historical-fc78eb42330bbc2bc57ca73ebf7bb6ad3bd5b765.tar.bz2 historical-fc78eb42330bbc2bc57ca73ebf7bb6ad3bd5b765.zip |
Marking amd64 stable
Package-Manager: portage-2.1.2_rc2-r1
Diffstat (limited to 'dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.06.ebuild')
-rw-r--r-- | dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.06.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.06.ebuild b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.06.ebuild index a07e0204dea6..6dc59dbfdf1b 100644 --- a/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.06.ebuild +++ b/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.06.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-Data-Inheritable/Class-Data-Inheritable-0.06.ebuild,v 1.1 2006/09/25 21:03:15 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Data-Inheritable/Class-Data-Inheritable-0.06.ebuild,v 1.2 2006/11/24 15:40:29 mcummings Exp $ inherit perl-module @@ -10,9 +10,8 @@ HOMEPAGE="http://search.cpan.org/~tmtm/${P}" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" export OPTIMIZE="${CFLAGS}" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |