From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A861613829C for ; Sun, 5 Jun 2016 00:39:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29C0E25403C; Sun, 5 Jun 2016 00:39:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE17325403C for ; Sun, 5 Jun 2016 00:39:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88995340B37 for ; Sun, 5 Jun 2016 00:39:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CFB315DF for ; Sun, 5 Jun 2016 00:39:06 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1465087247.980e1b634d138ee9b711866abdecf11b51d4cbde.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/musl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/musl/musl-9999.ebuild X-VCS-Directories: sys-libs/musl/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 980e1b634d138ee9b711866abdecf11b51d4cbde X-VCS-Branch: master Date: Sun, 5 Jun 2016 00:39:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 171b94f0-511a-42c8-b886-82ab7fa376f2 X-Archives-Hash: 7f678903e70756d553e1d5d2fc0cbfda commit: 980e1b634d138ee9b711866abdecf11b51d4cbde Author: Anthony G. Basile gentoo org> AuthorDate: Sun Jun 5 00:40:47 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Jun 5 00:40:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980e1b63 sys-libs/musl: add TODO comment wrt obtaining arch name Package-Manager: portage-2.2.28 sys-libs/musl/musl-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-libs/musl/musl-9999.ebuild b/sys-libs/musl/musl-9999.ebuild index bf1ebe9..3c6e9c8 100644 --- a/sys-libs/musl/musl-9999.ebuild +++ b/sys-libs/musl/musl-9999.ebuild @@ -102,6 +102,8 @@ src_install() { dosym ${sysroot}/lib/${ldso} ${sysroot}/usr/bin/ldd if [[ ${CATEGORY} != cross-* ]] ; then + # TODO: We may be able to simplify this code by obtianing the arch name with + # /usr/lib/libc.so 2>&1 | sed -n 's/^.*(\(.*\))$/\1/;1p' local target=$(tc-arch) arch local endian=$(musl_endian) case ${target} in