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 | 9a23a43c04c2a810ca662c5d1faf9dd2e7d7a285 (patch) | |
tree | 805328bbd62847f25b77199e1336d4b85e6bc7d0 /profiles/default | |
parent | Use QA_PREBUILT #431132 by Diego Elio Pettenò. (diff) | |
download | historical-9a23a43c04c2a810ca662c5d1faf9dd2e7d7a285.tar.gz historical-9a23a43c04c2a810ca662c5d1faf9dd2e7d7a285.tar.bz2 historical-9a23a43c04c2a810ca662c5d1faf9dd2e7d7a285.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 |