diff options
author | 2010-05-26 18:45:01 +0000 | |
---|---|---|
committer | 2010-05-26 18:45:01 +0000 | |
commit | f3db0777de923fc94b85b3e420fd2e213b8f4c14 (patch) | |
tree | 6d1d71b81ba07f7cc897e608ffbd6bdac415bd70 /app-arch/fastjar | |
parent | stable amd64, bug 316125 (diff) | |
download | gentoo-2-f3db0777de923fc94b85b3e420fd2e213b8f4c14.tar.gz gentoo-2-f3db0777de923fc94b85b3e420fd2e213b8f4c14.tar.bz2 gentoo-2-f3db0777de923fc94b85b3e420fd2e213b8f4c14.zip |
stable amd64, bug 316289
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/fastjar')
-rw-r--r-- | app-arch/fastjar/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/fastjar/fastjar-0.98.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/fastjar/ChangeLog b/app-arch/fastjar/ChangeLog index cbee3574d02d..a714c01e61a7 100644 --- a/app-arch/fastjar/ChangeLog +++ b/app-arch/fastjar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/fastjar # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/ChangeLog,v 1.16 2010/05/13 17:37:38 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/ChangeLog,v 1.17 2010/05/26 18:45:01 pacho Exp $ + + 26 May 2010; Pacho Ramos <pacho@gentoo.org> fastjar-0.98.ebuild: + stable amd64, bug 316289 13 May 2010; Joseph Jezak <josejx@gentoo.org> fastjar-0.98.ebuild: Marked ppc stable for bug #316289. diff --git a/app-arch/fastjar/fastjar-0.98.ebuild b/app-arch/fastjar/fastjar-0.98.ebuild index 8fd46457767f..33379106bc56 100644 --- a/app-arch/fastjar/fastjar-0.98.ebuild +++ b/app-arch/fastjar/fastjar-0.98.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/fastjar-0.98.ebuild,v 1.4 2010/05/13 17:37:38 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/fastjar-0.98.ebuild,v 1.5 2010/05/26 18:45:01 pacho Exp $ DESCRIPTION="A jar program written in C" HOMEPAGE="https://savannah.nongnu.org/projects/fastjar" @@ -8,7 +8,7 @@ SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="" |