summaryrefslogtreecommitdiff
path: root/virtual/libc/libc-0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'virtual/libc/libc-0.ebuild')
-rw-r--r--virtual/libc/libc-0.ebuild13
1 files changed, 13 insertions, 0 deletions
diff --git a/virtual/libc/libc-0.ebuild b/virtual/libc/libc-0.ebuild
new file mode 100644
index 000000000..e910ffa44
--- /dev/null
+++ b/virtual/libc/libc-0.ebuild
@@ -0,0 +1,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 )
+)"