diff options
author | Dominik Stadler <centic@gentoo.org> | 2007-03-02 12:48:14 +0000 |
---|---|---|
committer | Dominik Stadler <centic@gentoo.org> | 2007-03-02 12:48:14 +0000 |
commit | 725b2d54c370d620a3c7e3e9704bf4b60772c21e (patch) | |
tree | fba471c3661f69fca8ad1e3e05637853e2bd64e2 /media-gfx/asymptote/files | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-725b2d54c370d620a3c7e3e9704bf4b60772c21e.tar.gz gentoo-2-725b2d54c370d620a3c7e3e9704bf4b60772c21e.tar.bz2 gentoo-2-725b2d54c370d620a3c7e3e9704bf4b60772c21e.zip |
Add missing file 64asy-gentoo.el, add check for tk in python, add workaround for problems with types.h and pid_t, fixes Bug 82871
(Portage version: 2.1.2_rc4-r9)
Diffstat (limited to 'media-gfx/asymptote/files')
-rwxr-xr-x | media-gfx/asymptote/files/64asy-gentoo.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/media-gfx/asymptote/files/64asy-gentoo.el b/media-gfx/asymptote/files/64asy-gentoo.el new file mode 100755 index 000000000000..773c6602d9b3 --- /dev/null +++ b/media-gfx/asymptote/files/64asy-gentoo.el @@ -0,0 +1,4 @@ +;; begin asy-mode +(autoload 'asy-mode "asy-mode.el" "Asymptote major mode." t) +(setq auto-mode-alist (cons (cons "\\.asy$" 'asy-mode) auto-mode-alist)) +;; end asy-mode |