git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1322
d1e1f19c-881f-0410-ab34-
b69fee027534
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 21 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
+ targets/support/chroot-functions.sh:
+ Remove temporary package listing code, since --verbose is forced on with
+ --debug
+
21 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst:
Force-enable --verbose when using --debug
echo "KERNEL_ABI: $(portageq envvar KERNEL_ABI)"
echo "MULTILIB_ABIS: $(portageq envvar MULTILIB_ABIS)"
echo
- ### XXX: This is temporary until we make --debug force-enable --verbose
- if [ -n "${clst_buildpkgs}" ]
- then
- PACKAGES=${clst_buildpkgs}
- elif [ -n "${clst_packages}" ]
- then
- PACKAGES=${clst_packages}
- fi
- if [ -n "${PACKAGES}" ]
- then
- echo "Packages:"
- echo "${PACKAGES}"
- echo
- fi
- ### XXX: end of section to remove
fi
}