This commit is contained in:
belliash 2012-01-17 13:06:01 +01:00
parent b30948a880
commit 564120ad49
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni

Vedi File

@ -3,10 +3,11 @@
EZMOD_DESCRIPTION="Enables various compatibility options in Portage tree"
EZMOD_COMPATIBILITY="ezsync"
EZMOD_AUTHOR="Rafal Kupiec"
EZMOD_VERSION="1.0"
EZMOD_VERSION="1.1"
ezsync_precommit() {
printInfo "Enabling compatibility options..."
run "rm -rf ${PORTAGESDIR}/${PORTAGE_BUILD[0]}/metadata/cache" || return 1
echo "cache-formats = md5-dict pms" >> ${PORTAGESDIR}/${PORTAGE_BUILD[0]}/metadata/layout.conf
echo "profile-formats = portage-1" >> ${PORTAGESDIR}/${PORTAGE_BUILD[0]}/metadata/layout.conf
return 0