diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-08-02 10:21:22 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-08-02 10:21:22 +0000 |
commit | 6990479e9a0cf56b0aa768ad87632be33973a9f3 (patch) | |
tree | 0b621bf7f169f05d87863ff7728afed569ba99d9 /dev-lang/gwydion-dylan | |
parent | Don't inherit from gtk-engines. New version: 0.6.3 (diff) | |
download | gentoo-2-6990479e9a0cf56b0aa768ad87632be33973a9f3.tar.gz gentoo-2-6990479e9a0cf56b0aa768ad87632be33973a9f3.tar.bz2 gentoo-2-6990479e9a0cf56b0aa768ad87632be33973a9f3.zip |
fix whitespace
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lang/gwydion-dylan')
-rw-r--r-- | dev-lang/gwydion-dylan/gwydion-dylan-2.4.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0.ebuild b/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0.ebuild index 10bf62ea0137..6d8291476f18 100644 --- a/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0.ebuild +++ b/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0.ebuild,v 1.1 2005/08/02 02:21:34 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gwydion-dylan/gwydion-dylan-2.4.0.ebuild,v 1.2 2005/08/02 10:21:22 swegener Exp $ inherit elisp-common @@ -41,12 +41,11 @@ src_install() { elisp-install ${PN} ${S}/tools/elisp/*.el ${S}/tools/elisp/*.elc elisp-site-file-install ${FILESDIR}/${SITEFILE} fi - insinto /etc/env.d - doins ${FILESDIR}/20gwydion-dylan + doenvd ${FILESDIR}/20gwydion-dylan } pkg_postinst() { - use emacs && elisp-site-regen + use emacs && elisp-site-regen } pkg_postrm() { |