Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 662998 - app-{,x}emacs/ebuild-mode: Update ebuild-mode-portdir default
Summary: app-{,x}emacs/ebuild-mode: Update ebuild-mode-portdir default
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 662982
  Show dependency tree
 
Reported: 2018-08-07 07:05 UTC by Ulrich Müller
Modified: 2018-09-04 07:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.