commit: dfbc591e232ca10978d22b8c5831321a1e20be4b
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 13 00:15:31 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Apr 13 00:15:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfbc591e
sys-libs/uclibc: block with sys-libs/uclibc-ng
Package-Manager: portage-2.2.26
sys-libs/uclibc/uclibc-0.9.33.2-r15.ebuild | 7 ++++++-
sys-libs/uclibc/uclibc-0.9.33.9999.ebuild | 7 ++++++-
sys-libs/uclibc/uclibc-9999.ebuild | 7 ++++++-
3 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/sys-libs/uclibc/uclibc-0.9.33.2-r15.ebuild
b/sys-libs/uclibc/uclibc-0.9.33.2-r15.ebuild
index 6c3c0a0..be9d8e6 100644
--- a/sys-libs/uclibc/uclibc-0.9.33.2-r15.ebuild
+++ b/sys-libs/uclibc/uclibc-0.9.33.2-r15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -31,6 +31,11 @@ SLOT="0"
IUSE="debug hardened iconv ipv6 nptl rpc ssp uclibc-compat wordexp
crosscompile_opts_headers-only"
RESTRICT="strip"
+# We cannot migrate between uclibc and uclibc-ng because as soon as portage
+# updates the ld.so sym link, the system breaks. Ideally this should be a
+# hard blocker, but EAPI=0 doesn't allow hard blockers.
+RDEPEND="!sys-libs/uclibc-ng"
+
S=${WORKDIR}/${MY_P}
is_crosscompile() {
diff --git a/sys-libs/uclibc/uclibc-0.9.33.9999.ebuild
b/sys-libs/uclibc/uclibc-0.9.33.9999.ebuild
index a6dd21f..2d30cfe 100644
--- a/sys-libs/uclibc/uclibc-0.9.33.9999.ebuild
+++ b/sys-libs/uclibc/uclibc-0.9.33.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -32,6 +32,11 @@ SLOT="0"
IUSE="debug hardened iconv ipv6 nptl rpc ssp uclibc-compat wordexp
crosscompile_opts_headers-only"
RESTRICT="strip"
+# We cannot migrate between uclibc and uclibc-ng because as soon as portage
+# updates the ld.so sym link, the system breaks. Ideally this should be a
+# hard blocker, but EAPI=0 doesn't allow hard blockers.
+RDEPEND="!sys-libs/uclibc-ng"
+
S=${WORKDIR}/${MY_P}
is_crosscompile() {
diff --git a/sys-libs/uclibc/uclibc-9999.ebuild
b/sys-libs/uclibc/uclibc-9999.ebuild
index 0d45e83..5e54ad2 100644
--- a/sys-libs/uclibc/uclibc-9999.ebuild
+++ b/sys-libs/uclibc/uclibc-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -31,6 +31,11 @@ SLOT="0"
IUSE="debug hardened iconv ipv6 nptl rpc ssp uclibc-compat wordexp
crosscompile_opts_headers-only"
RESTRICT="strip"
+# We cannot migrate between uclibc and uclibc-ng because as soon as portage
+# updates the ld.so sym link, the system breaks. Ideally this should be a
+# hard blocker, but EAPI=0 doesn't allow hard blockers.
+RDEPEND="!sys-libs/uclibc-ng"
+
S=${WORKDIR}/${MY_P}
is_crosscompile() {