22 lines
408 B
Bash
22 lines
408 B
Bash
# Copyright 1999-2009 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
DESCRIPTION="Novell Gentoo Env Files"
|
|
HOMEPAGE="http://n4g.mars.arge.at"
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~x86 ~amd64"
|
|
IUSE=""
|
|
|
|
src_install() {
|
|
if use x86
|
|
then
|
|
doenvd "${FILESDIR}"/80novell-sentinelpa
|
|
elif use amd64
|
|
then
|
|
doenvd "${FILESDIR}"/80novell64-sentinelpa
|
|
fi
|
|
}
|
|
|