Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 246875 Details for
Bug 336741
sci-mathematics/agda-1.0.2-r2 should unconditionally depend on emacs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed fix for ebuild
agda-1.0.2-r2.ebuild.diff (text/plain), 812 bytes, created by
Ulrich Müller
on 2010-09-11 17:40:57 UTC
(
hide
)
Description:
proposed fix for ebuild
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2010-09-11 17:40:57 UTC
Size:
812 bytes
patch
obsolete
>--- agda-1.0.2-r2.ebuild~ >+++ agda-1.0.2-r2.ebuild >@@ -14,9 +14,10 @@ > LICENSE="MIT" > SLOT="0" > KEYWORDS="~amd64 ~x86" >-IUSE="emacs" >+IUSE="" > >-RDEPEND="emacs? ( virtual/emacs app-emacs/haskell-mode )" >+RDEPEND="virtual/emacs >+ app-emacs/haskell-mode" > DEPEND="${RDEPEND} > dev-lang/ghc > dev-haskell/mtl" >@@ -46,16 +47,14 @@ > dosym /usr/lib/EmacsAgda/bin/emacsagda /usr/bin/emacsagda > dosym emacsagda /usr/bin/agda > >- if use emacs; then >- elisp-install ${PN} elisp/agda-mode.el || die >- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die >- fi >+ elisp-install ${PN} elisp/agda-mode.el || die >+ elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die > } > > pkg_postinst() { >- use emacs && elisp-site-regen >+ elisp-site-regen > } > > pkg_postrm() { >- use emacs && elisp-site-regen >+ elisp-site-regen > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 336741
: 246875