diff options
-rw-r--r-- | app-arch/fastjar/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/fastjar/fastjar-0.94.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/fastjar/ChangeLog b/app-arch/fastjar/ChangeLog index 821c5935043c..3d580dc7ce13 100644 --- a/app-arch/fastjar/ChangeLog +++ b/app-arch/fastjar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/fastjar # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/ChangeLog,v 1.2 2007/03/02 18:38:03 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/ChangeLog,v 1.3 2007/03/11 20:51:02 nichoj Exp $ + + 11 Mar 2007; Joshua Nichols <nichoj@gentoo.org> fastjar-0.94.ebuild: + Added ~amd64, see bug #168713. 02 Mar 2007; nixnut <nixnut@gentoo.org> fastjar-0.94.ebuild: Added ~ppc wrt bug 168713 diff --git a/app-arch/fastjar/fastjar-0.94.ebuild b/app-arch/fastjar/fastjar-0.94.ebuild index 9a231263c5c6..78fab9d9b538 100644 --- a/app-arch/fastjar/fastjar-0.94.ebuild +++ b/app-arch/fastjar/fastjar-0.94.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/app-arch/fastjar/fastjar-0.94.ebuild,v 1.2 2007/03/02 18:38:03 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/fastjar-0.94.ebuild,v 1.3 2007/03/11 20:51:02 nichoj Exp $ DESCRIPTION="A jar program written in C" HOMEPAGE="http://fastjar.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" |