16 lines
300 B
Bash
16 lines
300 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
|
|
MODULE_AUTHOR=CORION
|
|
MODULE_VERSION=0.228
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Establish an ISA relationship with base classes at compile time"
|
|
|
|
SLOT="0"
|
|
KEYWORDS=""
|
|
IUSE=""
|
|
|
|
SRC_TEST=do
|