From 12bb627384ddfd47382b9f1b6464481a58d01ebb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Aug 2018 20:19:23 +0100 Subject: gentoo resync : 29.08.2018 --- profiles/features/prefix/standalone/kernel-2.6.16+/profile.bashrc | 3 +++ profiles/features/prefix/standalone/kernel-2.6.16+/use.mask | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'profiles/features') 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 fb926138685d..eeba17808ece 100644 --- a/profiles/features/prefix/standalone/kernel-2.6.16+/profile.bashrc +++ b/profiles/features/prefix/standalone/kernel-2.6.16+/profile.bashrc @@ -8,6 +8,9 @@ elif [[ ${CATEGORY}/${PN} == dev-qt/qtcore && ${EBUILD_PHASE} == configure ]]; t sed -e '/define.*HAVE_PIPE2/d' -i ${S}/src/3rdparty/forkfd/forkfd.c || die einfo "Removing utimensat calls..." sed -e '/_POSIX_VERSION/s/defined(_POSIX_VERSION)/0/' -i ${S}/qmake/library/ioutils.cpp || die +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 fi # Local Variables: diff --git a/profiles/features/prefix/standalone/kernel-2.6.16+/use.mask b/profiles/features/prefix/standalone/kernel-2.6.16+/use.mask index a2ccaca4c8e2..d465a4d7db12 100644 --- a/profiles/features/prefix/standalone/kernel-2.6.16+/use.mask +++ b/profiles/features/prefix/standalone/kernel-2.6.16+/use.mask @@ -1,9 +1,5 @@ # >=python-3 is masked -python_single_target_python3_7 -python_single_target_python3_6 python_single_target_python3_5 python_single_target_python3_4 -python_targets_python3_7 -python_targets_python3_6 python_targets_python3_5 python_targets_python3_4 -- cgit v1.2.3