diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-05-23 03:10:42 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-05-23 03:10:42 +0000 |
commit | 121e6c8ddab8f25b0dea55b2e30704c0aa7ebd39 (patch) | |
tree | f519979e87b1cde8cb9d84b1d18dcfae9bbf8543 /profiles/desc | |
parent | Remove cvsutils, bug #123708 resolved. (diff) | |
download | gentoo-2-121e6c8ddab8f25b0dea55b2e30704c0aa7ebd39.tar.gz gentoo-2-121e6c8ddab8f25b0dea55b2e30704c0aa7ebd39.tar.bz2 gentoo-2-121e6c8ddab8f25b0dea55b2e30704c0aa7ebd39.zip |
Add descriptions for ELIBC and USERLAND USE_EXPAND flags so that repoman will not complain. Thanks to Halcy0n for reporting.
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/elibc.desc | 11 | ||||
-rw-r--r-- | profiles/desc/userland.desc | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/profiles/desc/elibc.desc b/profiles/desc/elibc.desc new file mode 100644 index 000000000000..0753800e9d17 --- /dev/null +++ b/profiles/desc/elibc.desc @@ -0,0 +1,11 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/elibc.desc,v 1.1 2006/05/23 03:10:42 zmedico Exp $ + +# This file contains descriptions of ELIBC USE_EXPAND flags. + +# Keep it sorted. + +FreeBSD - ELIBC setting for systems that use the FreeBSD C library +glibc - ELIBC setting for systems that use the GNU C library +uclibc - ELIBC setting for systems that use the uClibc C library diff --git a/profiles/desc/userland.desc b/profiles/desc/userland.desc new file mode 100644 index 000000000000..3989364eee89 --- /dev/null +++ b/profiles/desc/userland.desc @@ -0,0 +1,10 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/userland.desc,v 1.1 2006/05/23 03:10:42 zmedico Exp $ + +# This file contains descriptions of USERLAND USE_EXPAND flags. + +# Keep it sorted. + +Darwin - USERLAND setting for systems that use the Darwin userland tools +GNU - USERLAND setting for systems that use the GNU userland tools |