public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/catalyst:master commit in: targets/stage3/, targets/stage4/, targets/support/
@ 2013-07-25  5:33 Matt Turner
  0 siblings, 0 replies; only message in thread
From: Matt Turner @ 2013-07-25  5:33 UTC (permalink / raw
  To: gentoo-commits

commit:     df25a030e6978940e2474529ed858d86c4489d40
Author:     Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Thu Jul 25 05:26:28 2013 +0000
Commit:     Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Thu Jul 25 05:26:28 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=df25a030

Replace 'system' with '@system' where applicable, to be more greppable.

---
 targets/stage3/stage3-chroot.sh     | 2 +-
 targets/stage4/stage4-chroot.sh     | 2 +-
 targets/support/chroot-functions.sh | 2 +-
 targets/support/livecdfs-update.sh  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/targets/stage3/stage3-chroot.sh b/targets/stage3/stage3-chroot.sh
index de46bcf..6cf9106 100644
--- a/targets/stage3/stage3-chroot.sh
+++ b/targets/stage3/stage3-chroot.sh
@@ -5,4 +5,4 @@ source /tmp/chroot-functions.sh
 ## START BUILD
 setup_pkgmgr
 
-run_merge "-e system"
+run_merge "-e @system"

diff --git a/targets/stage4/stage4-chroot.sh b/targets/stage4/stage4-chroot.sh
index 0c2611c..d183864 100644
--- a/targets/stage4/stage4-chroot.sh
+++ b/targets/stage4/stage4-chroot.sh
@@ -6,7 +6,7 @@ source /tmp/chroot-functions.sh
 setup_pkgmgr
 
 echo "Bringing system up to date using profile specific use flags"
-run_merge -u system
+run_merge -u @system
 
 echo "Emerging packages using stage4 use flags"
 

diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh
index cacf5f8..a46268d 100644
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -168,7 +168,7 @@ setup_gcc(){
 setup_pkgmgr(){
 	# We need to merge our package manager with USE="build" set in case it is
 	# portage to avoid frying our /etc/portage/make.conf file.  Otherwise, we could
-	# just let emerge system could merge it.
+	# just let emerge @system could merge it.
 	# Use --update or portage won't reinstall the same version.
 	[ -e /etc/portage/make.conf ] && echo 'USE="${USE} build"' >> /etc/portage/make.conf
 	run_merge --oneshot --nodeps --update sys-apps/portage

diff --git a/targets/support/livecdfs-update.sh b/targets/support/livecdfs-update.sh
index fda3e36..5aaa38e 100644
--- a/targets/support/livecdfs-update.sh
+++ b/targets/support/livecdfs-update.sh
@@ -315,7 +315,7 @@ case ${clst_livecd_type} in
 		# This gives us our list of system packages for the installer
 		mkdir -p /usr/livecd
 		### XXX: Andrew says we don't need this anymore
-		USE="-* $(cat /var/db/pkg/sys-libs/glibc*/USE)" emerge -eqp system | grep -e '^\[ebuild' | sed -e 's:^\[ebuild .\+\] ::' -e 's: .\+$::' > /usr/livecd/systempkgs.txt
+		USE="-* $(cat /var/db/pkg/sys-libs/glibc*/USE)" emerge -eqp @system | grep -e '^\[ebuild' | sed -e 's:^\[ebuild .\+\] ::' -e 's: .\+$::' > /usr/livecd/systempkgs.txt
 
 		# This is my hack to reduce tmpfs usage
 		cp -r /usr/portage/profiles /usr/livecd


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-07-25  5:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-25  5:33 [gentoo-commits] proj/catalyst:master commit in: targets/stage3/, targets/stage4/, targets/support/ Matt Turner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox