summaryrefslogtreecommitdiff
path: root/virtual/libc/libc-0.ebuild
blob: e910ffa44b69f0a72e80641e3e2838787bb64d24 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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 )
)"