diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-04 21:31:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-04 21:31:06 +0000 |
commit | 0042bc5f21f364db59b9bcfe7aee7d9f77e2227a (patch) | |
tree | 29616075f52a3807daae784ce3df240f214d3671 /sys-apps/netboot-base | |
parent | touchups (Manifest recommit) (diff) | |
download | gentoo-2-0042bc5f21f364db59b9bcfe7aee7d9f77e2227a.tar.gz gentoo-2-0042bc5f21f364db59b9bcfe7aee7d9f77e2227a.tar.bz2 gentoo-2-0042bc5f21f364db59b9bcfe7aee7d9f77e2227a.zip |
fix inherit
Diffstat (limited to 'sys-apps/netboot-base')
-rw-r--r-- | sys-apps/netboot-base/netboot-base-20041007.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/netboot-base/netboot-base-20041007.ebuild b/sys-apps/netboot-base/netboot-base-20041007.ebuild index 752745be8224..286c410d5c27 100644 --- a/sys-apps/netboot-base/netboot-base-20041007.ebuild +++ b/sys-apps/netboot-base/netboot-base-20041007.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/netboot-base/netboot-base-20041007.ebuild,v 1.3 2005/01/04 21:29:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/netboot-base/netboot-base-20041007.ebuild,v 1.4 2005/01/04 21:31:06 vapier Exp $ -inherit gcc +inherit toolchain-funcs DESCRIPTION="Baselayout for netboot systems" HOMEPAGE="http://www.gentoo.org/" |