Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 662998

Summary: app-{,x}emacs/ebuild-mode: Update ebuild-mode-portdir default
Product: Gentoo Linux Reporter: Ulrich Müller <ulm>
Component: Current packagesAssignee: Emacs project <emacs>
Status: RESOLVED FIXED    
Severity: normal CC: viklevin2
Priority: Normal Keywords: InVCS
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 662982    

Description Ulrich Müller gentoo-dev 2018-08-07 07:05:37 UTC
In ebuild-mode.el:

(defcustom ebuild-mode-portdir
  "/usr/portage"
  "Location of the ebuild repository."
  :type 'string
  :group 'ebuild)

Should be updated to /var/db/repos/gentoo.
Comment 2 Ulrich Müller gentoo-dev 2018-09-04 07:04:53 UTC
Fixed in ebuild-mode-1.45. The default is now /var/db/repos/gentoo, with a fallback to /usr/portage if the former directory doesn't exist.