diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2012-11-05 16:50:30 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2012-11-05 16:50:30 +0000 |
commit | 934ce4b07c976b7685dd18afaec6cadecd0dd9f4 (patch) | |
tree | add6fd38a5b83d8cbcce1156bdc61a73cf99ec86 /profiles/default | |
parent | Use QA_PREBUILT #431132 by Diego Elio Pettenò. (diff) | |
download | gentoo-2-934ce4b07c976b7685dd18afaec6cadecd0dd9f4.tar.gz gentoo-2-934ce4b07c976b7685dd18afaec6cadecd0dd9f4.tar.bz2 gentoo-2-934ce4b07c976b7685dd18afaec6cadecd0dd9f4.zip |
Added sys-apps/kmod to the packages.build too soon as the new udev version needs to be marked stable first.
----------------------------------------------------------------------
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/packages.build | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/profiles/default/linux/packages.build b/profiles/default/linux/packages.build index 7036b545e491..f39b9b91af3c 100644 --- a/profiles/default/linux/packages.build +++ b/profiles/default/linux/packages.build @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/packages.build,v 1.8 2012/11/05 04:41:43 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/packages.build,v 1.9 2012/11/05 16:50:30 jmbsvicetto Exp $ # This file describes the packages needed to build a stage1 based on this # profile. Packages in this file are built in order. @@ -43,4 +43,7 @@ virtual/os-headers virtual/package-manager sys-fs/udev virtual/shadow -sys-apps/kmod + +# This was added too soon. +# The new udev version needs to stabled first +#sys-apps/kmod |