From 0d27f4243338910996be44c4088c530042ef4635 Mon Sep 17 00:00:00 2001 From: belliash Date: Sat, 28 Jan 2012 15:04:55 +0100 Subject: [PATCH] pms is useless --- modules/gentoo-compat.ezmod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gentoo-compat.ezmod b/modules/gentoo-compat.ezmod index ae24f0e..c81445f 100644 --- a/modules/gentoo-compat.ezmod +++ b/modules/gentoo-compat.ezmod @@ -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 }