summaryrefslogtreecommitdiff
path: root/sys-libs/newlib/newlib-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/newlib/newlib-9999.ebuild')
-rw-r--r--sys-libs/newlib/newlib-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-libs/newlib/newlib-9999.ebuild b/sys-libs/newlib/newlib-9999.ebuild
index e59c79299cbf..6575c24051a7 100644
--- a/sys-libs/newlib/newlib-9999.ebuild
+++ b/sys-libs/newlib/newlib-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -115,7 +115,6 @@ src_compile() {
src_install() {
cd "${NEWLIBBUILD}" || die
emake -j1 DESTDIR="${D}" install
-# env -uRESTRICT CHOST=${CTARGET} prepallstrip
if use nano ; then
cd "${NEWLIBNANOBUILD}" || die