diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-08-12 14:25:41 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-08-12 14:25:41 +0000 |
commit | 57cd6b02dc74c08457ff905f9cbac0f1a53a31f4 (patch) | |
tree | 62529788fc4c02453d8aa6f9a0a3472528e64695 /net-irc/jircii | |
parent | whitespace (diff) | |
download | gentoo-2-57cd6b02dc74c08457ff905f9cbac0f1a53a31f4.tar.gz gentoo-2-57cd6b02dc74c08457ff905f9cbac0f1a53a31f4.tar.bz2 gentoo-2-57cd6b02dc74c08457ff905f9cbac0f1a53a31f4.zip |
Add ~amd64, bug 187654
(Portage version: 2.1.2.11)
Diffstat (limited to 'net-irc/jircii')
-rw-r--r-- | net-irc/jircii/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/jircii/jircii-41.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/jircii/ChangeLog b/net-irc/jircii/ChangeLog index 95cb343fddb9..60e54f7c406e 100644 --- a/net-irc/jircii/ChangeLog +++ b/net-irc/jircii/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/jircii # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/jircii/ChangeLog,v 1.30 2007/06/12 15:25:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/jircii/ChangeLog,v 1.31 2007/08/12 14:25:41 beandog Exp $ + + 12 Aug 2007; Steve Dibb <beandog@gentoo.org> jircii-41.ebuild: + Add ~amd64, bug 187654 12 Jun 2007; Raúl Porcel <armin76@gentoo.org> -jircii-40.ebuild, jircii-41.ebuild: diff --git a/net-irc/jircii/jircii-41.ebuild b/net-irc/jircii/jircii-41.ebuild index ef68e0afd382..721188ee18ac 100644 --- a/net-irc/jircii/jircii-41.ebuild +++ b/net-irc/jircii/jircii-41.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-irc/jircii/jircii-41.ebuild,v 1.2 2007/06/12 15:25:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/jircii/jircii-41.ebuild,v 1.3 2007/08/12 14:25:41 beandog Exp $ inherit java-pkg-2 @@ -9,7 +9,7 @@ HOMEPAGE="http://jirc.hick.org/" SRC_URI="http://jirc.hick.org/download/jerkb${PV}.tgz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~ppc x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" RDEPEND=">=virtual/jre-1.4" |