I'm a layman noob, so I'm probably making a noob mistake here. Can you spot the error for me please?
#ls -la /var/lib/layman/ total 312 drwxr-xr-x 3 root root 4096 Jan 9 15:23 . drwxr-xr-x 35 root root 4096 Dec 13 15:11 .. -rw-r--r-- 1 root root 0 Jan 9 15:16 .keep_app-portage_layman-0 -rw-r--r-- 1 root root 29 Jan 9 15:23 cache_ac494f50f5736be7871962c0dec7b3bb.timestamp -rw-r--r-- 1 root root 294573 Jan 9 15:23 cache_ac494f50f5736be7871962c0dec7b3bb.xml -rw-r--r-- 1 root root 616 Jan 9 15:23 installed.xml -rw-r--r-- 1 root root 38 Jan 9 15:14 make.conf drwxr-xr-x 25 root root 4096 Jan 9 15:23 mate #cat /var/lib/layman/make.conf PORTDIR_OVERLAY='/usr/local/portage' #ls -la /usr/local/portage/ total 12 drwxr-xr-x 3 root root 4096 Jan 9 15:17 . drwxr-xr-x 11 root root 4096 Jan 9 15:05 .. drwxr-xr-x 2 root root 4096 Jan 9 15:18 metadata So, what's my problem? (I've already installed the 'mate' overlay): #layman -d mate * Deleting selected overlays,... * CLI: Errors occurred processing action delete * Exception caught disabling repository 'mate': * MakeConf: read(); Did not find a PORTDIR_OVERLAY entry in file /var/lib/layman/make.conf! Did you specify the correct file? I've read and re-read that make.conf file and I don't see anything wrong with it -- but my eyes are not so good lately. Is there a typo or something? Are the file perms okay? I tried chown-ing everything to portage:portage but that didn't change anything. I'm stumped.