summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-09-16 13:33:45 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-09-16 13:33:45 +0000
commit6910a0ce2e4f7f36d0d5c93f3f78c13320e8a3be (patch)
tree08741132ead5465ccba2bb63ddff489c0b3e3a8a /sci-visualization/epix
parentwhitespace (diff)
downloadgentoo-2-6910a0ce2e4f7f36d0d5c93f3f78c13320e8a3be.tar.gz
gentoo-2-6910a0ce2e4f7f36d0d5c93f3f78c13320e8a3be.tar.bz2
gentoo-2-6910a0ce2e4f7f36d0d5c93f3f78c13320e8a3be.zip
whitespace
(Portage version: 2.1.2.12)
Diffstat (limited to 'sci-visualization/epix')
-rw-r--r--sci-visualization/epix/epix-1.1.17.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/sci-visualization/epix/epix-1.1.17.ebuild b/sci-visualization/epix/epix-1.1.17.ebuild
index c70d08b871d9..4f890c9757a2 100644
--- a/sci-visualization/epix/epix-1.1.17.ebuild
+++ b/sci-visualization/epix/epix-1.1.17.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.1.17.ebuild,v 1.1 2007/09/15 13:15:57 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.1.17.ebuild,v 1.2 2007/09/16 13:33:45 mr_bones_ Exp $
inherit elisp-common flag-o-matic toolchain-funcs bash-completion
@@ -26,14 +26,12 @@ src_unpack() {
-i configure || die "sed on configure failed"
}
-
src_compile() {
cd "${S}"
econf --with-nolisp || die "configure failed"
emake || die "compile failed"
}
-
src_install() {
emake DESTDIR="${D}" install || die "install failed"
if use emacs; then