blob: e910ffa44b69f0a72e80641e3e2838787bb64d24 (
plain) (
tree)
|
|
# Copyright 2015-2016 Adélie Linux Team
# Distributed under the terms of the NCSA License
EAPI=5
DESCRIPTION="Ensure a functional C library is installed on this computer"
SLOT="0"
KEYWORDS="arm mips ppc x86 x86_64 ~alpha ~arm64 ~hppa ~ppc64 ~sparc64"
RDEPEND="!prefix? (
elibc_glibc? ( sys-libs/glibc:2.2 )
elibc_musl? ( sys-libs/musl )
)"
|