diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-08-30 22:00:26 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-08-30 22:00:26 +0000 |
commit | b4d542059073a286af46d0217c44db3be5e35055 (patch) | |
tree | f40436fb35880d8f7cc13b7056f6d54f53482fb3 /profiles | |
parent | Add RC's for next versions (diff) | |
download | gentoo-2-b4d542059073a286af46d0217c44db3be5e35055.tar.gz gentoo-2-b4d542059073a286af46d0217c44db3be5e35055.tar.bz2 gentoo-2-b4d542059073a286af46d0217c44db3be5e35055.zip |
Change USE=adns to express general support for asynchronous DNS resolution.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/use.desc | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index c3f63aeb6dde..e281e415cbc2 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.6934 2012/08/30 17:49:43 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.6935 2012/08/30 22:00:26 mgorny 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! + 30 Aug 2012; Michał Górny <mgorny@gentoo.org> use.desc: + Change USE=adns to express general support for asynchronous DNS resolution. + 30 Aug 2012; Sergey Popov <pinkbyte@gentoo.org> package.mask: Unmask remaining compiz ebuilds diff --git a/profiles/use.desc b/profiles/use.desc index b687e6ec57a0..0183b4720c26 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.491 2012/08/04 07:33:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.492 2012/08/30 22:00:26 mgorny Exp $ # Keep them sorted @@ -14,7 +14,7 @@ aalib - Adds support for media-libs/aalib (ASCII-Graphics Library) accessibility - Adds support for accessibility (eg 'at-spi' library) acl - Adds support for Access Control Lists acpi - Adds support for Advanced Configuration and Power Interface -adns - Adds support for the adns DNS client library +adns - Adds support for asynchronous DNS resolution afs - Adds OpenAFS support (distributed file system) aim - Enable AIM IM protocol support alsa - Adds support for media-libs/alsa-lib (Advanced Linux Sound Architecture) |