diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2009-07-20 19:53:24 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2009-07-20 19:53:24 +0000 |
commit | 4a89f9c433f90fdcb37d3267b0365046bc93fac6 (patch) | |
tree | 8c6aac7dd9a63f92ff6f6a65b9e0ad91852dd2ae | |
parent | Fixing src_configure and RDEPEND (diff) | |
download | gentoo-2-4a89f9c433f90fdcb37d3267b0365046bc93fac6.tar.gz gentoo-2-4a89f9c433f90fdcb37d3267b0365046bc93fac6.tar.bz2 gentoo-2-4a89f9c433f90fdcb37d3267b0365046bc93fac6.zip |
Add "dhcp" USE flag for net-dns/dnsmasq.
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/use.local.desc | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 74d2b39c2555..b605b0dde7b8 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2927 2009/07/20 16:48:10 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2928 2009/07/20 19:53:24 chutzpah 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! + 20 Jul 2009; Patrick McLean <chutzpah@gentoo.org> use.local.desc: + Add "dhcp" USE flag for net-dns/dnsmasq + 20 Jul 2009; Samuli Suominen <ssuominen@gentoo.org> package.mask: Mask x11-misc/xfkc for removal since it doesn't compile wrt #278466 and because it's codebase has been merged into xfwm4 and xfce4-xkb. diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 79c0998011e2..e0a2c7ff520d 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.4647 2009/07/19 15:07:41 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.4648 2009/07/20 19:53:24 chutzpah Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. # Keep it sorted (use "LC_ALL=C sort -t: -k1,1 -k2 | LC_ALL=C sort -s -t/ -k1,1") @@ -2067,6 +2067,7 @@ net-dns/djbdns:multidata - Enables command line parameters for tinydns-data to s net-dns/djbdns:multipleip - Enables multi-IP patch net-dns/djbdns:roundrobin - Enables round robin patch net-dns/djbdns:semanticfix - Makes tinydns=data handle more semantic errors +net-dns/dnsmasq:dhcp - Enable internal DHCP server net-dns/dnsmasq:isc - Enable support for reading ISC DHCPd lease files net-dns/dnsmasq:tftp - Enables built in TFTP server for netbooting net-dns/maradns:authonly - Allows one to build only authoritative DNS server |