diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-07-05 12:21:10 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-07-05 12:21:10 +0000 |
commit | cca48fb6a1f48f46822fdc20bd8f3fa7437382fa (patch) | |
tree | 1b2f96df4a5de6c0c501e1f7c3441b3e36129b2c /net-dns | |
parent | Fixed RDEPEND wrt bug #134781 (diff) | |
download | gentoo-2-cca48fb6a1f48f46822fdc20bd8f3fa7437382fa.tar.gz gentoo-2-cca48fb6a1f48f46822fdc20bd8f3fa7437382fa.tar.bz2 gentoo-2-cca48fb6a1f48f46822fdc20bd8f3fa7437382fa.zip |
Stable on ppc. Bug 139205
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/resolvconf-gentoo/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dns/resolvconf-gentoo/ChangeLog b/net-dns/resolvconf-gentoo/ChangeLog index af03e7004f20..4c1b5038028a 100644 --- a/net-dns/resolvconf-gentoo/ChangeLog +++ b/net-dns/resolvconf-gentoo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/resolvconf-gentoo # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/ChangeLog,v 1.2 2006/06/12 10:55:21 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/ChangeLog,v 1.3 2006/07/05 12:21:10 nixnut Exp $ + + 05 Jul 2006; <nixnut@gentoo.org> resolvconf-gentoo-1.0.ebuild: + Stable on ppc. Bug #139205 12 Jun 2006; <uberlord@gentoo.org> +metadata.xml, +resolvconf-gentoo-1.0.ebuild: diff --git a/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild b/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild index 386f530a9021..77c5b832140d 100644 --- a/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild +++ b/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.0.ebuild,v 1.1 2006/06/12 10:50:42 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/resolvconf-gentoo/resolvconf-gentoo-1.0.ebuild,v 1.2 2006/07/05 12:21:10 nixnut Exp $ DESCRIPTION="A framework for managing DNS information" HOMEPAGE="http://www.gentoo.org" @@ -8,7 +8,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 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" DEPEND="" |