From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 61ABA138334 for ; Fri, 11 Oct 2019 06:58:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DF92E0858; Fri, 11 Oct 2019 06:58:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3555CE0858 for ; Fri, 11 Oct 2019 06:58:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EBA534BB40 for ; Fri, 11 Oct 2019 06:57:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18FEB7FD for ; Fri, 11 Oct 2019 06:57:57 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1570777066.0a96e2b065ec8d36db5057c6ee9ce3f4309c1f54.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/prefix/standalone/kernel-2.6.16+/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/prefix/standalone/kernel-2.6.16+/profile.bashrc X-VCS-Directories: profiles/features/prefix/standalone/kernel-2.6.16+/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 0a96e2b065ec8d36db5057c6ee9ce3f4309c1f54 X-VCS-Branch: master Date: Fri, 11 Oct 2019 06:57:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b2ee50e7-f66a-4ecf-8f7b-ca68274156d9 X-Archives-Hash: 752323fd1767ebd7948f949384d027e4 commit: 0a96e2b065ec8d36db5057c6ee9ce3f4309c1f54 Author: Benda Xu gentoo org> AuthorDate: Fri Oct 11 06:55:30 2019 +0000 Commit: Benda XU gentoo org> CommitDate: Fri Oct 11 06:57:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a96e2b0 p/f/prefix/s/kernel-2.6.16+/profile.bashrc: drop hacks for glibc. The hacks have been converted into ebuild patches in glibc-2.19. Closes: https://bugs.gentoo.org/666982 Signed-off-by: Benda Xu gentoo.org> .../features/prefix/standalone/kernel-2.6.16+/profile.bashrc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/profiles/features/prefix/standalone/kernel-2.6.16+/profile.bashrc b/profiles/features/prefix/standalone/kernel-2.6.16+/profile.bashrc index c08217181df..049bbfe48ee 100644 --- a/profiles/features/prefix/standalone/kernel-2.6.16+/profile.bashrc +++ b/profiles/features/prefix/standalone/kernel-2.6.16+/profile.bashrc @@ -11,16 +11,6 @@ elif [[ ${CATEGORY}/${PN} == dev-qt/qtcore && ${EBUILD_PHASE} == configure ]]; t elif [[ ${CATEGORY}/${PN} == dev-lang/ocaml && ${EBUILD_PHASE} == configure ]]; then einfo "Removing dup3 and pipe2 definitions..." sed -e '/hasgot dup3/,/^fi/d;/hasgot pipe2/,/^fi/d' -i "${S}"/configure || die -elif [[ ${CATEGORY}/${PN} == sys-libs/glibc && ${EBUILD_PHASE} == compile ]]; then - einfo "Removing F_DUPFD_CLOEXEC definitions..." - sed -e '/define.*F_DUPFD_CLOEXEC/,/*\//d' -i "${S}"/sysdeps/unix/sysv/linux/bits/fcntl-linux.h || die - einfo "Removing pipe2 definitions..." - sed -e '/^extern int pipe2/d' -i "${S}"/posix/unistd.h || die - einfo "Removing epoll_create1 definitions..." - sed -e '/^extern int epoll_create1/d' -i "${S}"/sysdeps/unix/sysv/linux/sys/epoll.h || die - einfo "Removing lutimes and utimensat definitions..." - sed -e '/^extern int lutimes/,/__THROW/d' -i "${S}"/time/sys/time.h || die - sed -e '/^extern int utimensat/,/__THROW/d' -i "${S}"/io/sys/stat.h || die fi # Local Variables: