blob: 76b75fe084ea2bdd55e1bd174034682c4528fa53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/parent/parent-0.223.ebuild,v 1.2 2009/10/27 17:54:07 volkmar Exp $
EAPI=2
MODULE_AUTHOR="CORION"
inherit perl-module
DESCRIPTION="Establish an ISA relationship with base classes at compile time"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
SRC_TEST=do
|