diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2004-09-30 18:28:50 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2004-09-30 18:28:50 +0000 |
commit | 8f41f0b2ca30be490c1ffd65dea0f373e39702bb (patch) | |
tree | 2077af68e157a4105972044783b75284f3679f31 /dev-ml | |
parent | Mark stable on amd64 (diff) | |
download | historical-8f41f0b2ca30be490c1ffd65dea0f373e39702bb.tar.gz historical-8f41f0b2ca30be490c1ffd65dea0f373e39702bb.tar.bz2 historical-8f41f0b2ca30be490c1ffd65dea0f373e39702bb.zip |
Mark stable on amd64, closes bug #65082
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ounit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ounit/ounit-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ounit/ChangeLog b/dev-ml/ounit/ChangeLog index bfee56ad877b..fd71c7a59dfe 100644 --- a/dev-ml/ounit/ChangeLog +++ b/dev-ml/ounit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ounit # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.3 2004/08/26 12:39:25 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.4 2004/09/30 18:28:50 mattam Exp $ + + 30 Sep 2004; Matthieu Sozeau <mattam@gentoo.org> ounit-1.0.0.ebuild: + Mark stable on amd64, closes bug #65082 26 Aug 2004; Matthieu Sozeau <mattam@gentoo.org> ounit-1.0.0.ebuild: Stable move. diff --git a/dev-ml/ounit/ounit-1.0.0.ebuild b/dev-ml/ounit/ounit-1.0.0.ebuild index 844208d006c6..06bbcb5a0c67 100644 --- a/dev-ml/ounit/ounit-1.0.0.ebuild +++ b/dev-ml/ounit/ounit-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.0.ebuild,v 1.4 2004/08/26 12:39:25 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.0.ebuild,v 1.5 2004/09/30 18:28:50 mattam Exp $ inherit findlib @@ -9,7 +9,7 @@ HOMEPAGE="http://home.wanadoo.nl/maas/ocaml/" SRC_URI="http://home.wanadoo.nl/maas/ocaml/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc amd64" DEPEND="dev-lang/ocaml" IUSE="" |