PACKAGE: app-eselect/eselect-repository-8::gentoo SHORT DESCRIPTION: 1- Enable an overlay with eselect repository enable <overlay_name> 2- Disable the overlay with eselect repository disable <overlay_name> ## At that time 'eselect repository disable' create a file eselect-repo.conf~ in /etc/portage/repos.conf ## Now you want to remove <overlay_name>, so you have to 3- Enable again eselect repository enable <overlay_name> 4- Remove the overlay eselect repository remove <overlay_name> EXPECTED RESULT: eselect repository remove <overlay_name> "should" take into account the eselect-repo.conf~ file created by eselect repository disable CURRENT RESULT: eselect repository remove <overlay_name> do not take into account of eselect-repo.conf~ file created by eselect repository disable
What do you expect it to do about it?