diff options
author | Michael Hammer <mueli@gentoo.org> | 2008-06-11 07:24:23 +0000 |
---|---|---|
committer | Michael Hammer <mueli@gentoo.org> | 2008-06-11 07:24:23 +0000 |
commit | 5ac81e8aa33c9a2cdbec71c8ee577453faaa13fe (patch) | |
tree | 123880e23ed6bf1318bd18478ad7ecf993551c4b /profiles | |
parent | fix build errors with GCC 4.3 and curl 7.18, thanks to loki_val in bug 225265 (diff) | |
download | gentoo-2-5ac81e8aa33c9a2cdbec71c8ee577453faaa13fe.tar.gz gentoo-2-5ac81e8aa33c9a2cdbec71c8ee577453faaa13fe.tar.bz2 gentoo-2-5ac81e8aa33c9a2cdbec71c8ee577453faaa13fe.zip |
added USE="pkinit" for heimdal
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/use.local.desc | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 8c05ca5c383c..14d2c041103f 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1532 2008/06/11 04:11:23 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1533 2008/06/11 07:24:23 mueli 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 doubt put a record here! + 11 Jun 2008; Michael Hammer <mueli@gentoo.org>; + use.local.desc: + Add USE=pkinit for app-crypt/heimdal. + 11 Jun 2008; Donnie Berkholz <dberkholz@gentoo.org>; desc/video_cards.desc: Add VIDEO_CARDS=ast setting (Michael Sterrett). diff --git a/profiles/use.local.desc b/profiles/use.local.desc index ab3dd4c78594..d024f31ff4c0 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3579 2008/06/10 10:35:09 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3580 2008/06/11 07:24:23 mueli Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -70,6 +70,7 @@ app-crypt/gnupg:idea - Use the patented IDEA algorithm app-crypt/gnupg:openct - build using dev-libs/openct compatibility app-crypt/gnupg:pcsc-lite - build with pcsc-lite app-crypt/gpgme:pth - Enable support for GNU Portable Threads multithreading library +app-crypt/heimdal:pkinit - Enable pkinit support to get the initial ticket app-crypt/johntheripper:custom-cflags - Enables custom cflags (not supported) app-crypt/ophcrack:ophsmall - Makes use of smaller cracking tables app-crypt/seahorse:applet - Enable panel applet |