summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeri Harris <keri@gentoo.org>2008-02-23 06:56:47 +0000
committerKeri Harris <keri@gentoo.org>2008-02-23 06:56:47 +0000
commit86f3629bceeaa66ff04fd48450b46156a4ad93ec (patch)
tree80e5eecb9e134ca36c70b0c1ed66d82b38843303 /dev-lang/mozart-stdlib/mozart-stdlib-1.3.2-r1.ebuild
parentQA: update DESCRIPTION. (diff)
downloadgentoo-2-86f3629bceeaa66ff04fd48450b46156a4ad93ec.tar.gz
gentoo-2-86f3629bceeaa66ff04fd48450b46156a4ad93ec.tar.bz2
gentoo-2-86f3629bceeaa66ff04fd48450b46156a4ad93ec.zip
QA: remove redundant call to cd ${S} in src_compile.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-lang/mozart-stdlib/mozart-stdlib-1.3.2-r1.ebuild')
-rw-r--r--dev-lang/mozart-stdlib/mozart-stdlib-1.3.2-r1.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-lang/mozart-stdlib/mozart-stdlib-1.3.2-r1.ebuild b/dev-lang/mozart-stdlib/mozart-stdlib-1.3.2-r1.ebuild
index c1372b45fe84..b496ba5034a9 100644
--- a/dev-lang/mozart-stdlib/mozart-stdlib-1.3.2-r1.ebuild
+++ b/dev-lang/mozart-stdlib/mozart-stdlib-1.3.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart-stdlib/mozart-stdlib-1.3.2-r1.ebuild,v 1.1 2008/02/23 00:09:23 keri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart-stdlib/mozart-stdlib-1.3.2-r1.ebuild,v 1.2 2008/02/23 06:56:47 keri Exp $
inherit eutils
@@ -28,8 +28,6 @@ src_unpack() {
}
src_compile() {
- cd "${S}"
-
econf || die "econf failed"
emake || die "emake failed"
}