diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-09-21 22:05:32 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-09-21 22:05:32 +0100 |
commit | da3d831561b884a6b3d02d069ec9c7cd9d8df475 (patch) | |
tree | 1c35af2cd00b3041dd7df92ade6defad5d236320 /wrappers | |
parent | Don't set PKG_CONFIG_PATH in make.conf (diff) | |
download | crossdev-da3d831561b884a6b3d02d069ec9c7cd9d8df475.tar.gz crossdev-da3d831561b884a6b3d02d069ec9c7cd9d8df475.tar.bz2 crossdev-da3d831561b884a6b3d02d069ec9c7cd9d8df475.zip |
Remove commented PORTDIR_OVERLAY line from make.conf
This variable is deprecated in favour of repos.conf.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'wrappers')
-rw-r--r-- | wrappers/etc/portage/make.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/wrappers/etc/portage/make.conf b/wrappers/etc/portage/make.conf index 0d74bc0..4a93675 100644 --- a/wrappers/etc/portage/make.conf +++ b/wrappers/etc/portage/make.conf @@ -18,5 +18,3 @@ FEATURES="-collision-protect sandbox buildpkg noman noinfo nodoc" # Be sure we dont overwrite pkgs from another repo.. PKGDIR=${ROOT}var/cache/binpkgs/ PORTAGE_TMPDIR=${ROOT}tmp/ - -#PORTDIR_OVERLAY="/var/db/repos/local/" |