From 21f46539e9045ef6e3b2126c18025e9a53085959 Mon Sep 17 00:00:00 2001 From: Andrew Jeddeloh Date: Thu, 26 Oct 2017 11:12:47 -0700 Subject: [PATCH] readme: mention md5cache deletion Include a note that when removing a package, the corresponding cache files should be removed too. --- sdk_container/src/third_party/portage-stable/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sdk_container/src/third_party/portage-stable/README.md b/sdk_container/src/third_party/portage-stable/README.md index 161d29e7af..b4b7cc817c 100644 --- a/sdk_container/src/third_party/portage-stable/README.md +++ b/sdk_container/src/third_party/portage-stable/README.md @@ -18,4 +18,9 @@ If you'd prefer to use a local copy of the portage tree, you can point Licensing information can be found in the respective files, so consult them directly. Most ebuilds are licensed under the GPL version 2. +If you remove a package, make sure to delete the corresponding files in +metadata/md5cache, or run use egencache to do it for you: + + egencache --update portage-stable + Upstream Gentoo sources: http://sources.gentoo.org/gentoo-x86/