[paludis-commits] r4563 - scratch/scripts
dleverton at svn.pioto.org
dleverton at svn.pioto.org
Sun Apr 13 17:57:42 UTC 2008
Author: dleverton
Date: 2008-04-13 17:57:41 +0000 (Sun, 13 Apr 2008)
New Revision: 4563
Modified:
scratch/scripts/portage2paludis.bash
Log:
Don't promise that the provides cache will be generated on the next install/uninstall.
Modified: scratch/scripts/portage2paludis.bash
===================================================================
--- scratch/scripts/portage2paludis.bash 2008-04-13 17:56:44 UTC (rev 4562)
+++ scratch/scripts/portage2paludis.bash 2008-04-13 17:57:41 UTC (rev 4563)
@@ -450,8 +450,7 @@
fi
if [[ "${provides_cache}" == "y" ]] ; then
echo
- echo "Your provides cache will be created the next time you install"
- echo "or uninstall a package with Paludis, or the next time you run:"
+ echo "Your provides cache will be created the next time you run:"
echo
echo " paludis --regenerate-installed-cache"
echo
More information about the paludis-commits
mailing list