diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-09-02 14:43:09 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-09-02 14:43:09 +0000 |
commit | e9153c5b41a4e659b3b6bb04b65bd91ffb3d8b27 (patch) | |
tree | 5086abef334b84c28e5ae03392a87bc942616901 /net-misc/dhcp | |
parent | Version bump, wrt bug #190519 (diff) | |
download | gentoo-2-e9153c5b41a4e659b3b6bb04b65bd91ffb3d8b27.tar.gz gentoo-2-e9153c5b41a4e659b3b6bb04b65bd91ffb3d8b27.tar.bz2 gentoo-2-e9153c5b41a4e659b3b6bb04b65bd91ffb3d8b27.zip |
alpha stable wrt #190775, thanks to Tobias Klausmann for testing
(Portage version: 2.1.2.12)
Diffstat (limited to 'net-misc/dhcp')
-rw-r--r-- | net-misc/dhcp/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/dhcp/dhcp-3.0.6.ebuild | 4 | ||||
-rw-r--r-- | net-misc/dhcp/dhcp-3.1.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/dhcp/ChangeLog b/net-misc/dhcp/ChangeLog index 4fb36a500fe1..9c43e5dbfaf1 100644 --- a/net-misc/dhcp/ChangeLog +++ b/net-misc/dhcp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/dhcp # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/ChangeLog,v 1.133 2007/08/30 19:14:26 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/ChangeLog,v 1.134 2007/09/02 14:43:09 armin76 Exp $ + + 02 Sep 2007; Raúl Porcel <armin76@gentoo.org> dhcp-3.0.6.ebuild, + dhcp-3.1.0.ebuild: + alpha stable wrt #190775, thanks to Tobias Klausmann for testing 30 Aug 2007; Jurek Bartuszek <jurek@gentoo.org> dhcp-3.0.6.ebuild, dhcp-3.1.0.ebuild: diff --git a/net-misc/dhcp/dhcp-3.0.6.ebuild b/net-misc/dhcp/dhcp-3.0.6.ebuild index 4df33e74345a..e036332431ae 100644 --- a/net-misc/dhcp/dhcp-3.0.6.ebuild +++ b/net-misc/dhcp/dhcp-3.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0.6.ebuild,v 1.4 2007/08/30 19:14:26 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.0.6.ebuild,v 1.5 2007/09/02 14:43:09 armin76 Exp $ inherit eutils flag-o-matic multilib toolchain-funcs @@ -13,7 +13,7 @@ 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" +KEYWORDS="alpha ~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="doc minimal static selinux kernel_linux" DEPEND="selinux? ( sec-policy/selinux-dhcp ) diff --git a/net-misc/dhcp/dhcp-3.1.0.ebuild b/net-misc/dhcp/dhcp-3.1.0.ebuild index 3012ec0fdba4..cdc4ac0e07b4 100644 --- a/net-misc/dhcp/dhcp-3.1.0.ebuild +++ b/net-misc/dhcp/dhcp-3.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.1.0.ebuild,v 1.3 2007/08/30 19:14:26 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/dhcp-3.1.0.ebuild,v 1.4 2007/09/02 14:43:09 armin76 Exp $ inherit eutils flag-o-matic multilib toolchain-funcs @@ -14,7 +14,7 @@ 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" +KEYWORDS="alpha ~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="doc minimal static selinux kernel_linux" DEPEND="selinux? ( sec-policy/selinux-dhcp ) |