diff options
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/totd/ChangeLog | 7 | ||||
-rw-r--r-- | net-dns/totd/totd-1.5.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-dns/totd/ChangeLog b/net-dns/totd/ChangeLog index 92f2872414c7..8faac11cf760 100644 --- a/net-dns/totd/ChangeLog +++ b/net-dns/totd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/totd -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/ChangeLog,v 1.9 2009/05/15 21:48:46 halcy0n Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/ChangeLog,v 1.10 2010/07/04 22:11:54 hwoarang Exp $ + + 04 Jul 2010; Markos Chandras <hwoarang@gentoo.org> totd-1.5.1.ebuild: + Keyworded for amd64 wrt bug #326771 15 May 2009; Mark Loeser <halcy0n@gentoo.org> -totd-1.3.ebuild, -totd-1.5.ebuild, totd-1.5.1.ebuild: diff --git a/net-dns/totd/totd-1.5.1.ebuild b/net-dns/totd/totd-1.5.1.ebuild index dceee216923d..77671d7038b7 100644 --- a/net-dns/totd/totd-1.5.1.ebuild +++ b/net-dns/totd/totd-1.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/totd-1.5.1.ebuild,v 1.5 2009/05/15 21:48:46 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/totd-1.5.1.ebuild,v 1.6 2010/07/04 22:11:55 hwoarang Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/${P}.tar.gz" LICENSE="BSD as-is" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="" |