Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 184621 - dev-scheme/gambit-4.0_beta22 does not regenerate Emacs site file
Summary: dev-scheme/gambit-4.0_beta22 does not regenerate Emacs site file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Scheme Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 184166
  Show dependency tree
 
Reported: 2007-07-08 17:22 UTC by Ulrich Müller
Modified: 2007-07-09 13:38 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 2007-07-08 17:22:07 UTC
The summary says it all. Please add the following to the ebuild:

pkg_postinst() {
	use emacs && elisp-site-regen
}

pkg_postrm() {
	use emacs && elisp-site-regen
}
Comment 1 Marijn Schouten (RETIRED) gentoo-dev 2007-07-09 13:38:25 UTC
fixed, thanks for the patch