diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-09-05 20:07:08 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-09-05 20:07:08 +0000 |
commit | 21d153c65f212b3571e54a2ca88705dd65d0e557 (patch) | |
tree | 91f09d3fa4821e5ebccc5c267bb824f7749ef1ee /net-misc/dhcdbd | |
parent | bumped to new version. Jason Smathers (jsin) <jsin@gentoo.org> (diff) | |
download | gentoo-2-21d153c65f212b3571e54a2ca88705dd65d0e557.tar.gz gentoo-2-21d153c65f212b3571e54a2ca88705dd65d0e557.tar.bz2 gentoo-2-21d153c65f212b3571e54a2ca88705dd65d0e557.zip |
Marked stable on amd64 as per bug 191302 to make sure stable systems actually work.
(Portage version: 2.1.3.7)
Diffstat (limited to 'net-misc/dhcdbd')
-rw-r--r-- | net-misc/dhcdbd/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/dhcdbd/dhcdbd-3.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/dhcdbd/ChangeLog b/net-misc/dhcdbd/ChangeLog index e8b464082403..1e666fb477fa 100644 --- a/net-misc/dhcdbd/ChangeLog +++ b/net-misc/dhcdbd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/dhcdbd # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcdbd/ChangeLog,v 1.10 2007/09/04 18:55:01 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcdbd/ChangeLog,v 1.11 2007/09/05 20:07:08 philantrop Exp $ + + 05 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org> dhcdbd-3.0.ebuild: + Marked stable on amd64 as per bug 191302 to make sure stable systems + actually work. 04 Sep 2007; Steev Klimaszewski <steev@gentoo.org> +files/dhcdbd-3.0-daemon.patch, +files/dhcdbd-3.0-dbus.patch, diff --git a/net-misc/dhcdbd/dhcdbd-3.0.ebuild b/net-misc/dhcdbd/dhcdbd-3.0.ebuild index 75600f6ee595..03ee5c22f3a6 100644 --- a/net-misc/dhcdbd/dhcdbd-3.0.ebuild +++ b/net-misc/dhcdbd/dhcdbd-3.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/dhcdbd/dhcdbd-3.0.ebuild,v 1.1 2007/09/04 18:55:01 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcdbd/dhcdbd-3.0.ebuild,v 1.2 2007/09/05 20:07:08 philantrop Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://dcantrel.fedorapeople.org/dhcdbd/${P}.tar.bz2" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="debug" DEPEND="sys-apps/dbus |