pms is useless

This commit is contained in:
belliash 2012-01-28 15:04:55 +01:00
parent d9011d7359
commit 0d27f42433
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ EZMOD_VERSION="1.1"
ezsync_precommit() {
printInfo "Enabling compatibility options..."
rm -rf ${PORTAGESDIR}/${PORTAGE_BUILD[0]}/metadata/cache
echo "cache-formats = md5-dict pms" >> ${PORTAGESDIR}/${PORTAGE_BUILD[0]}/metadata/layout.conf
echo "cache-formats = md5-dict" >> ${PORTAGESDIR}/${PORTAGE_BUILD[0]}/metadata/layout.conf
echo "profile-formats = portage-1" >> ${PORTAGESDIR}/${PORTAGE_BUILD[0]}/metadata/layout.conf
return 0
}