diff options
author | Joshua Kinard <kumba@gentoo.org> | 2007-07-23 02:01:27 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2007-07-23 02:01:27 +0000 |
commit | ff8dadaebd1e1cc11f2a0db61aaab2f0af7c26e9 (patch) | |
tree | 11206a3b1a0bf2108bb342c0de0fa67d3f32f436 /net-dns | |
parent | Stable on mips, per #184695. (diff) | |
download | gentoo-2-ff8dadaebd1e1cc11f2a0db61aaab2f0af7c26e9.tar.gz gentoo-2-ff8dadaebd1e1cc11f2a0db61aaab2f0af7c26e9.tar.bz2 gentoo-2-ff8dadaebd1e1cc11f2a0db61aaab2f0af7c26e9.zip |
Stable on mips, per #184881.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dnsmasq/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-2.39.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/dnsmasq/ChangeLog b/net-dns/dnsmasq/ChangeLog index 1ce5fa89c33d..9a06952f8aef 100644 --- a/net-dns/dnsmasq/ChangeLog +++ b/net-dns/dnsmasq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/dnsmasq # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.131 2007/07/19 13:41:18 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/ChangeLog,v 1.132 2007/07/23 02:01:27 kumba Exp $ + + 23 Jul 2007; Joshua Kinard <kumba@gentoo.org> dnsmasq-2.39.ebuild: + Stable on mips, per #184881. 19 Jul 2007; Christoph Mende <angelos@gentoo.org> dnsmasq-2.39.ebuild: Stable on amd64 wrt bug #184881 diff --git a/net-dns/dnsmasq/dnsmasq-2.39.ebuild b/net-dns/dnsmasq/dnsmasq-2.39.ebuild index f71961b6ff84..4ff8a83d9e52 100644 --- a/net-dns/dnsmasq/dnsmasq-2.39.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.39.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-dns/dnsmasq/dnsmasq-2.39.ebuild,v 1.9 2007/07/19 13:41:18 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/dnsmasq-2.39.ebuild,v 1.10 2007/07/23 02:01:27 kumba Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 mips ~ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="dbus isc resolvconf tftp" RDEPEND="" |