summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-08-02 10:21:22 +0000
committerSven Wegener <swegener@gentoo.org>2005-08-02 10:21:22 +0000
commit6990479e9a0cf56b0aa768ad87632be33973a9f3 (patch)
tree0b621bf7f169f05d87863ff7728afed569ba99d9
parentDon't inherit from gtk-engines. New version: 0.6.3 (diff)
downloadgentoo-2-6990479e9a0cf56b0aa768ad87632be33973a9f3.tar.gz
gentoo-2-6990479e9a0cf56b0aa768ad87632be33973a9f3.tar.bz2
gentoo-2-6990479e9a0cf56b0aa768ad87632be33973a9f3.zip
fix whitespace
(Portage version: 2.0.51.22-r2)
-rw-r--r--dev-lang/gwydion-dylan/gwydion-dylan-2.4.0.ebuild7
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() {