diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-11-28 12:42:58 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-11-28 12:42:58 +0000 |
commit | 8a977c29bb1d41cf7478f1aa39a9aecde9d1f306 (patch) | |
tree | d8446e147b04c591e76793f3d3c43301db2e0be6 /dev-ml/fort | |
parent | Stable on amd64 wrt bug #343227 (diff) | |
download | historical-8a977c29bb1d41cf7478f1aa39a9aecde9d1f306.tar.gz historical-8a977c29bb1d41cf7478f1aa39a9aecde9d1f306.tar.bz2 historical-8a977c29bb1d41cf7478f1aa39a9aecde9d1f306.zip |
Stable on amd64 wrt bug #344435
Package-Manager: portage-2.1.9.24/cvs/Linux x86_64
Diffstat (limited to 'dev-ml/fort')
-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" |