aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-03-03 16:04:15 +0100
committerJustin Lecher <jlec@gentoo.org>2013-03-03 16:04:15 +0100
commit5ac0076c45338827eb9675d65c8b773abde91ec8 (patch)
tree7084fdfc532f003afaa85bca35f188268a7da848 /sci-libs/starparse/starparse-9999.ebuild
parentdev-lang/vtune: Version Bump; move to parallel studio tarball; add missing mu... (diff)
downloadsci-5ac0076c45338827eb9675d65c8b773abde91ec8.tar.gz
sci-5ac0076c45338827eb9675d65c8b773abde91ec8.tar.bz2
sci-5ac0076c45338827eb9675d65c8b773abde91ec8.zip
sci-libs/starparse: Add missing multilib.eclass; move to EAPI=5 and autotools-utils.eclass
Package-Manager: portage-2.2.0_alpha164
Diffstat (limited to 'sci-libs/starparse/starparse-9999.ebuild')
-rw-r--r--sci-libs/starparse/starparse-9999.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/sci-libs/starparse/starparse-9999.ebuild b/sci-libs/starparse/starparse-9999.ebuild
index caaabff70..f97138f8e 100644
--- a/sci-libs/starparse/starparse-9999.ebuild
+++ b/sci-libs/starparse/starparse-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
AUTOTOOLS_AUTORECONF="true"
@@ -24,8 +24,6 @@ DEPEND="${RDEPEND}"
AUTOTOOLS_IN_SOURCE_BUILD=1
src_configure() {
- local myeconfargs=(
- $(use_enable guile)
- )
+ local myeconfargs=( $(use_enable guile) )
autotools-utils_src_configure
}