diff options
Diffstat (limited to 'sys-kernel/homebrew-sources/homebrew-sources-2.6.99.ebuild')
-rw-r--r-- | sys-kernel/homebrew-sources/homebrew-sources-2.6.99.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sys-kernel/homebrew-sources/homebrew-sources-2.6.99.ebuild b/sys-kernel/homebrew-sources/homebrew-sources-2.6.99.ebuild new file mode 100644 index 0000000..924885a --- /dev/null +++ b/sys-kernel/homebrew-sources/homebrew-sources-2.6.99.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /home/cvsroot/gentoo-x86/sys-kernel/homebrew-sources/homebrew-sources-2.6.99.ebuild,v $ + +ETYPE="sources" +inherit kernel-2 +KEYWORDS="x86 ppc sparc alpha amd64 hppa mips sparc64 ppc64 ia64" + +src_unpack() { + true +} + +src_install() { + true +} + + + +PROVIDE="virtual/alsa virtual/linux-sources" |