diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-11-28 12:42:48 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-11-28 12:42:48 +0000 |
commit | 93b0186741d856e3aa9bd0f0f99e14ec4cc61235 (patch) | |
tree | 9c1282d858835b0f8a5a5ef3fe2c8eb53bb0e7ee /dev-ml | |
parent | Stable on amd64 wrt bug #343227 (diff) | |
download | gentoo-2-93b0186741d856e3aa9bd0f0f99e14ec4cc61235.tar.gz gentoo-2-93b0186741d856e3aa9bd0f0f99e14ec4cc61235.tar.bz2 gentoo-2-93b0186741d856e3aa9bd0f0f99e14ec4cc61235.zip |
Stable on amd64 wrt bug #344435
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/fort/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/fort/fort-0.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/fort/ChangeLog b/dev-ml/fort/ChangeLog index 77d3e262da83..f4498b6ca864 100644 --- a/dev-ml/fort/ChangeLog +++ b/dev-ml/fort/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/fort # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/fort/ChangeLog,v 1.2 2010/11/15 09:18:49 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/fort/ChangeLog,v 1.3 2010/11/28 12:42:48 hwoarang Exp $ + + 28 Nov 2010; Markos Chandras <hwoarang@gentoo.org> fort-0.4.2.ebuild: + Stable on amd64 wrt bug #344435 15 Nov 2010; Thomas Kahle <tomka@gentoo.org> fort-0.4.2.ebuild: x86 stable per bug #344435 diff --git a/dev-ml/fort/fort-0.4.2.ebuild b/dev-ml/fort/fort-0.4.2.ebuild index bb368da08df4..dd6c1d75b94e 100644 --- a/dev-ml/fort/fort-0.4.2.ebuild +++ b/dev-ml/fort/fort-0.4.2.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/dev-ml/fort/fort-0.4.2.ebuild,v 1.2 2010/11/15 09:18:49 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/fort/fort-0.4.2.ebuild,v 1.3 2010/11/28 12:42:48 hwoarang Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="dev-lang/ocaml" |