diff options
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ircstats/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/ircstats/ircstats-1.0.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-irc/ircstats/ChangeLog b/net-irc/ircstats/ChangeLog index 1a3c98855037..fb4d912f4352 100644 --- a/net-irc/ircstats/ChangeLog +++ b/net-irc/ircstats/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/ircstats -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ircstats/ChangeLog,v 1.3 2007/05/06 12:34:43 genone Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/ircstats/ChangeLog,v 1.4 2012/11/21 17:52:30 ago Exp $ + + 21 Nov 2012; Agostino Sarubbo <ago@gentoo.org> ircstats-1.0.ebuild: + Add ~amd64 06 May 2007; Marius Mauch <genone@gentoo.org> ircstats-1.0.ebuild: Replacing einfo with elog @@ -14,4 +17,3 @@ +ircstats-1.0.ebuild: Initial commit, ebuild modified from the one submitted by Maxwell Grender-Jones to bug #98339. - diff --git a/net-irc/ircstats/ircstats-1.0.ebuild b/net-irc/ircstats/ircstats-1.0.ebuild index d96e3fb2c3d5..c45d2b879b95 100644 --- a/net-irc/ircstats/ircstats-1.0.ebuild +++ b/net-irc/ircstats/ircstats-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ircstats/ircstats-1.0.ebuild,v 1.2 2007/05/06 12:34:43 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ircstats/ircstats-1.0.ebuild,v 1.3 2012/11/21 17:52:30 ago Exp $ inherit toolchain-funcs @@ -11,7 +11,7 @@ HOMEPAGE="http://humdi.net/ircstats/" SRC_URI="http://humdi.net/ircstats/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" |