diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:21:41 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:21:41 +0000 |
commit | 03c681490c3909ec92191dbeb058c45e926372ef (patch) | |
tree | c55eb082d51cf8f3a5c65cb128d168fc905909ec /media-sound/alsa-headers/alsa-headers-9999.ebuild | |
parent | einfo converted to elog (diff) | |
download | historical-03c681490c3909ec92191dbeb058c45e926372ef.tar.gz historical-03c681490c3909ec92191dbeb058c45e926372ef.tar.bz2 historical-03c681490c3909ec92191dbeb058c45e926372ef.zip |
Dummify src_compile.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'media-sound/alsa-headers/alsa-headers-9999.ebuild')
-rw-r--r-- | media-sound/alsa-headers/alsa-headers-9999.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/media-sound/alsa-headers/alsa-headers-9999.ebuild b/media-sound/alsa-headers/alsa-headers-9999.ebuild index 763fc4ebc2d0..ca15372924f7 100644 --- a/media-sound/alsa-headers/alsa-headers-9999.ebuild +++ b/media-sound/alsa-headers/alsa-headers-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/alsa-headers-9999.ebuild,v 1.4 2006/12/03 18:55:49 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/alsa-headers-9999.ebuild,v 1.5 2007/01/05 17:19:31 flameeyes Exp $ inherit eutils mercurial @@ -34,9 +34,7 @@ src_unpack() { epatch "${FILESDIR}/${PN}-1.0.6a-user.patch" } -src_compile() { - einfo "No compilation neccessary" -} +src_compile() { :; } src_install() { cd "${S}/alsa-kernel/include" |