summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-11-25 14:54:43 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2018-11-25 15:13:19 +0000
commit10b92cbbf831284ec9b9d8aeab93c8d1c9ddf4fe (patch)
treedd328664f66fe13a561932abf8f6b7fb1cfb164d /sys-libs/newlib/newlib-9999.ebuild
parentdev-util/cppcheck: Version 1.85 (diff)
downloadgentoo-10b92cbbf831284ec9b9d8aeab93c8d1c9ddf4fe.tar.gz
gentoo-10b92cbbf831284ec9b9d8aeab93c8d1c9ddf4fe.tar.bz2
gentoo-10b92cbbf831284ec9b9d8aeab93c8d1c9ddf4fe.zip
sys-libs/newlib: drop comment mentioning prepallstrip()
The comment still manages to confuse people. Let's drop it. Bug: https://bugs.gentoo.org/587298 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
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