From 3a6e918d46840289227e58a5ac1850113fcd2400 Mon Sep 17 00:00:00 2001
From: V3n3RiX <venerix@rogentos.ro>
Date: Sat, 29 Aug 2015 20:38:24 +0100
Subject: remove previous comments, focus on our next target, transform gentoo
 packages on deb packages to be used by apt

---
 build64 | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

(limited to 'build64')

diff --git a/build64 b/build64
index 1e6cf23..0aca7a4 100755
--- a/build64
+++ b/build64
@@ -23,11 +23,7 @@ envkogaionstart () {
 	# mount ro squashfs chroot + add rw overlayfs layer to enable clean package building
 	mount -t squashfs "$sqfsroot" "$rodir"
 	mount -t overlayfs -o lowerdir="$rodir",upperdir="$rwdir" overlayfs "$overlaydir"
-	# portage buildpkg feature is now enabled by default, so all built packages or targets will also have binary packages created
-	# each target depends on previous one, building a target will most likely pull packages from previous one
-	# to avoid useless rebuilds, bind mount portage binary packages folder, and use binaries if needed
-	# every binary was built in same clean build environment managed by vasile, so they are safe to reuse
-	# vasile will still clean the build environment, but will leave binaries in place
+	# keep built binary packages around, we will convert them to deb packages using vasile
 	while : true ; do
 		if [[ ! -d packages ]] ; then
 			mkdir packages
-- 
cgit v1.2.3