diff options
author | 2006-01-10 12:45:39 +0000 | |
---|---|---|
committer | 2006-01-10 12:45:39 +0000 | |
commit | 1d3191264a14f1cdb8262440c13e59dcf4124f22 (patch) | |
tree | 30587642b9ebe09eb451f1a9a53dab3a0a68ac0e /media-sound/alsa-driver | |
parent | Version bump. (diff) | |
download | gentoo-2-1d3191264a14f1cdb8262440c13e59dcf4124f22.tar.gz gentoo-2-1d3191264a14f1cdb8262440c13e59dcf4124f22.tar.bz2 gentoo-2-1d3191264a14f1cdb8262440c13e59dcf4124f22.zip |
Apply last changes from 1.0.10 to 1.0.11_rc2.
(Portage version: 2529-svn)
Diffstat (limited to 'media-sound/alsa-driver')
-rw-r--r-- | media-sound/alsa-driver/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/alsa-driver/alsa-driver-1.0.11_rc2.ebuild | 9 |
2 files changed, 10 insertions, 5 deletions
diff --git a/media-sound/alsa-driver/ChangeLog b/media-sound/alsa-driver/ChangeLog index 239b958c641e..d502c6cdda68 100644 --- a/media-sound/alsa-driver/ChangeLog +++ b/media-sound/alsa-driver/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/alsa-driver # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.182 2006/01/10 12:17:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.183 2006/01/10 12:45:39 flameeyes Exp $ + + 10 Jan 2006; Diego Pettenò <flameeyes@gentoo.org> + alsa-driver-1.0.11_rc2.ebuild: + Apply last changes from 1.0.10 to 1.0.11_rc2. 10 Jan 2006; Diego Pettenò <flameeyes@gentoo.org> alsa-driver-1.0.11_rc2.ebuild: diff --git a/media-sound/alsa-driver/alsa-driver-1.0.11_rc2.ebuild b/media-sound/alsa-driver/alsa-driver-1.0.11_rc2.ebuild index f2d2902df600..e2224b574ddc 100644 --- a/media-sound/alsa-driver/alsa-driver-1.0.11_rc2.ebuild +++ b/media-sound/alsa-driver/alsa-driver-1.0.11_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-1.0.11_rc2.ebuild,v 1.2 2006/01/10 12:17:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-1.0.11_rc2.ebuild,v 1.3 2006/01/10 12:45:39 flameeyes Exp $ inherit linux-mod flag-o-matic eutils @@ -15,7 +15,7 @@ LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~x86" -IUSE="oss doc" +IUSE="oss doc debug" RDEPEND="virtual/modutils ~media-sound/alsa-headers-${PV}" @@ -65,8 +65,8 @@ pkg_setup() { linux-mod_pkg_setup if [[ ${PROFILE_ARCH} == "sparc64" ]] ; then - CBUILD=${CBUILD-${CHOST}} - CHOST="sparc64-unknown-linux-gnu" + export CBUILD=${CBUILD-${CHOST}} + export CHOST="sparc64-unknown-linux-gnu" fi } @@ -87,6 +87,7 @@ src_compile() { append-flags "-I${KV_DIR}/arch/$(tc-arch-kernel)/include" econf $(use_with oss) \ + $(use_with debug debug full) \ --with-kernel="${KV_DIR}" \ --with-build="${KV_OUT_DIR}" \ --with-isapnp=yes \ |