From 564120ad499cf6ddff0ff4635bea2e936f85bee0 Mon Sep 17 00:00:00 2001 From: belliash Date: Tue, 17 Jan 2012 13:06:01 +0100 Subject: [PATCH] Remove pms cache --- modules/gentoo-compat.ezmod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/gentoo-compat.ezmod b/modules/gentoo-compat.ezmod index 64403f6..7864fe2 100644 --- a/modules/gentoo-compat.ezmod +++ b/modules/gentoo-compat.ezmod @@ -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