diff options
Diffstat (limited to 'sys-libs/uclibc/uclibc-0.9.33.9999.ebuild')
-rw-r--r-- | sys-libs/uclibc/uclibc-0.9.33.9999.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-libs/uclibc/uclibc-0.9.33.9999.ebuild b/sys-libs/uclibc/uclibc-0.9.33.9999.ebuild index a6dd21f56729..2d30cfe367e8 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() { |