From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D089113888F for ; Tue, 13 Oct 2015 00:20:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E96DE07F1; Tue, 13 Oct 2015 00:20:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A141E07D4 for ; Tue, 13 Oct 2015 00:20:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E334A340875 for ; Tue, 13 Oct 2015 00:20:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 482F3F67 for ; Tue, 13 Oct 2015 00:20:33 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1444695265.403efe0e7675935d58b87152dce1cf7a5588ca82.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/use.mask profiles/desc/elibc.desc X-VCS-Directories: profiles/base/ profiles/desc/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 403efe0e7675935d58b87152dce1cf7a5588ca82 X-VCS-Branch: master Date: Tue, 13 Oct 2015 00:20:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dc27b93a-c9f4-4f30-8df9-3d96b0c18169 X-Archives-Hash: 903b66b79728df7e3b9c4e40001c50b5 commit: 403efe0e7675935d58b87152dce1cf7a5588ca82 Author: Mike Frysinger gentoo org> AuthorDate: Mon Oct 12 20:59:37 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Oct 13 00:14:25 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403efe0e profiles: add ELIBC=bionic settings profiles/base/use.mask | 1 + profiles/desc/elibc.desc | 1 + 2 files changed, 2 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index ea8bc84..4abfbed 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -195,6 +195,7 @@ psyco userland_BSD elibc_AIX +elibc_bionic elibc_Cygwin elibc_Darwin elibc_DragonFly diff --git a/profiles/desc/elibc.desc b/profiles/desc/elibc.desc index 6b8fbda..70929ed 100644 --- a/profiles/desc/elibc.desc +++ b/profiles/desc/elibc.desc @@ -7,6 +7,7 @@ # Keep it sorted. AIX - ELIBC setting for systems that use the AIX C library +bionic - ELIBC setting for systems that use Android's Bionic C library Cygwin - ELIBC setting for systems that use Cygwin Darwin - ELIBC setting for systems that use the Darwin C library DragonFly - ELIBC setting for systems that use the DragonFly C library