diff options
author | 2010-11-15 09:19:51 +0000 | |
---|---|---|
committer | 2010-11-15 09:19:51 +0000 | |
commit | 46e05da6fca01a6ea75c478aaabf798576a47383 (patch) | |
tree | 1ecca630b36a2691908566641310cfe9a1c9774f /dev-ml/fort | |
parent | x86 stable per bug 343751 (diff) | |
download | historical-46e05da6fca01a6ea75c478aaabf798576a47383.tar.gz historical-46e05da6fca01a6ea75c478aaabf798576a47383.tar.bz2 historical-46e05da6fca01a6ea75c478aaabf798576a47383.zip |
x86 stable per bug #344435
Package-Manager: portage-2.1.9.24/cvs/Linux i686
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 b319b2c5d547..77d3e262da83 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.1 2010/06/11 20:02:03 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/fort/ChangeLog,v 1.2 2010/11/15 09:18:49 tomka Exp $ + + 15 Nov 2010; Thomas Kahle <tomka@gentoo.org> fort-0.4.2.ebuild: + x86 stable per bug #344435 *fort-0.4.2 (11 Jun 2010) diff --git a/dev-ml/fort/fort-0.4.2.ebuild b/dev-ml/fort/fort-0.4.2.ebuild index e01c5872d2dd..bb368da08df4 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.1 2010/06/11 20:02:03 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/fort/fort-0.4.2.ebuild,v 1.2 2010/11/15 09:18:49 tomka 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" |