diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-10-26 03:45:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-10-26 03:45:20 +0000 |
commit | 0c144f5277d5adcd75cfbbc52fa621d43f31c9c0 (patch) | |
tree | 878fd99bbad37f89f6f673d4e93d3bb6886c3665 /net-misc/dhcp | |
parent | Version bump #235928 by Raúl Porcel. (diff) | |
download | gentoo-2-0c144f5277d5adcd75cfbbc52fa621d43f31c9c0.tar.gz gentoo-2-0c144f5277d5adcd75cfbbc52fa621d43f31c9c0.tar.bz2 gentoo-2-0c144f5277d5adcd75cfbbc52fa621d43f31c9c0.zip |
Pull in app-vim/dhcpd-syntax with USE=vim-syntax #240192 by Dan Wallis.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)
Diffstat (limited to 'net-misc/dhcp')
-rw-r--r-- | net-misc/dhcp/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/dhcp/dhcp-4.0.0.ebuild | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-misc/dhcp/ChangeLog b/net-misc/dhcp/ChangeLog index a0a357dff6a8..b40ecf69bc77 100644 --- a/net-misc/dhcp/ChangeLog +++ b/net-misc/dhcp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/dhcp # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/ChangeLog,v 1.151 2008/09/04 12:39:44 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/ChangeLog,v 1.152 2008/10/26 03:45:20 vapier Exp $ + + 26 Oct 2008; Mike Frysinger <vapier@gentoo.org> dhcp-4.0.0.ebuild: + Pull in app-vim/dhcpd-syntax with USE=vim-syntax #240192 by Dan Wallis. *dhcp-4.0.0 (04 Sep 2008) diff --git a/net-misc/dhcp/dhcp-4.0.0.ebuild b/net-misc/dhcp/dhcp-4.0.0.ebuild index 76ea781a485e..3107fe3da2e8 100644 --- a/net-misc/dhcp/dhcp-4.0.0.ebuild +++ b/net-misc/dhcp/dhcp-4.0.0.ebuild @@ -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/net-misc/dhcp/dhcp-4.0.0.ebuild,v 1.1 2008/09/04 12:39:44 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-4.0.0.ebuild,v 1.2 2008/10/26 03:45:20 vapier Exp $ inherit eutils flag-o-matic autotools @@ -15,10 +15,11 @@ SRC_URI="ftp://ftp.isc.org/isc/dhcp/${MY_P}.tar.gz" LICENSE="isc-dhcp" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="ipv6 doc selinux kernel_linux" +IUSE="doc ipv6 selinux kernel_linux vim-syntax" DEPEND="selinux? ( sec-policy/selinux-dhcp ) - kernel_linux? ( sys-apps/net-tools )" + kernel_linux? ( sys-apps/net-tools ) + vim-syntax? ( app-vim/dhcpd-syntax )" PROVIDE="virtual/dhcpc" |