diff options
-rw-r--r-- | net-dns/dlint/ChangeLog | 7 | ||||
-rw-r--r-- | net-dns/dlint/dlint-1.4.0-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-dns/dlint/ChangeLog b/net-dns/dlint/ChangeLog index 1d9e9b897557..9502e4a012b8 100644 --- a/net-dns/dlint/ChangeLog +++ b/net-dns/dlint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/dlint -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dlint/ChangeLog,v 1.13 2007/02/09 04:11:24 flameeyes Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dns/dlint/ChangeLog,v 1.14 2008/01/21 18:30:59 welp Exp $ + + 21 Jan 2008; Peter Weller <welp@gentoo.org> dlint-1.4.0-r2.ebuild: + Keyworded ~amd64; bug 202053 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/net-dns/dlint/dlint-1.4.0-r2.ebuild b/net-dns/dlint/dlint-1.4.0-r2.ebuild index 7bbeaa1a6619..af793c946119 100644 --- a/net-dns/dlint/dlint-1.4.0-r2.ebuild +++ b/net-dns/dlint/dlint-1.4.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dlint/dlint-1.4.0-r2.ebuild,v 1.3 2005/10/03 11:39:47 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dlint/dlint-1.4.0-r2.ebuild,v 1.4 2008/01/21 18:30:59 welp Exp $ inherit eutils fixheadtails @@ -10,7 +10,7 @@ SRC_URI="http://www.domtools.com/pub/${P/-/}.tar.gz" HOMEPAGE="http://www.domtools.com/dns/dlint.shtml" SLOT="0" -KEYWORDS="x86 sparc" +KEYWORDS="~amd64 sparc x86" IUSE="" LICENSE="GPL-2" |