diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-01-03 16:04:39 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-01-03 16:04:39 +0000 |
commit | 89f05de322bb1a233dfb73040c4c4683426370b2 (patch) | |
tree | 1a76ea744bb8c2558c594a2a61a69ccdc98e712f /profiles | |
parent | Remove unused ANTLR license, bug 496690. (diff) | |
download | gentoo-2-89f05de322bb1a233dfb73040c4c4683426370b2.tar.gz gentoo-2-89f05de322bb1a233dfb73040c4c4683426370b2.tar.bz2 gentoo-2-89f05de322bb1a233dfb73040c4c4683426370b2.zip |
clarify static-libs description
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/use.desc | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index c3b00447bdac..640bd11268b7 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8490 2014/01/03 15:53:34 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8491 2014/01/03 16:04:39 hasufell Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 03 Jan 2014; Julian Ospald <hasufell@gentoo.org> use.desc: + clarify static-libs description + 03 Jan 2014; Ulrich Müller <ulm@gentoo.org> license_groups: Remove unused ANTLR license, bug 496690. diff --git a/profiles/use.desc b/profiles/use.desc index 4216356a47dc..acbbde930cfa 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.511 2013/12/18 18:34:16 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.512 2014/01/03 16:04:39 hasufell Exp $ # Keep them sorted @@ -333,7 +333,7 @@ sse4_1 - Use the SSE4.1 instruction set ssl - Add support for Secure Socket Layer connections startup-notification - Enable application startup event feedback mechanism static - !!do not set this during bootstrap!! Causes binaries to be statically linked instead of dynamically -static-libs - Build static libraries +static-libs - Build static versions of dynamic libraries as well subversion - Enable subversion (version control system) support suid - Enable setuid root program, with potential security risks svg - Add support for SVG (Scalable Vector Graphics) |