sci-electronics/irsim: Remove stray tc-export call

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2020-02-13 13:59:46 +01:00
parent b44ed39b33
commit 3c65ea63d0

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -27,7 +27,6 @@ src_prepare() {
src_configure() {
# Short-circuit top-level configure script to retain CFLAGS
cd scripts
#tc-export CPP
econf
}