diff options
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/resolvconf-gentoo/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/resolvconf-gentoo/resolvconf-gentoo-1.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-dns/resolvconf-gentoo/ChangeLog b/net-dns/resolvconf-gentoo/ChangeLog index 9366697200cb..d3dc77501441 100644 --- a/net-dns/resolvconf-gentoo/ChangeLog +++ b/net-dns/resolvconf-gentoo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/resolvconf-gentoo # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/ChangeLog,v 1.28 2007/05/15 13:55:25 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/ChangeLog,v 1.29 2007/05/19 17:14:26 kumba Exp $ + + 19 May 2007; Joshua Kinard <kumba@gentoo.org> + resolvconf-gentoo-1.2.ebuild: + Stable on mips, per #159450. 15 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml: add <herd>no-herd</herd> diff --git a/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.2.ebuild b/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.2.ebuild index 6b21d6434efd..27d629b87bc8 100644 --- a/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.2.ebuild +++ b/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.2.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/resolvconf-gentoo/resolvconf-gentoo-1.2.ebuild,v 1.12 2007/05/06 09:23:21 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.2.ebuild,v 1.13 2007/05/19 17:14:26 kumba Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://dev.gentoo.org/~uberlord/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" DEPEND="" |