summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-04-10 18:57:10 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-04-10 18:57:10 +0000
commit6a607de50552e8d2b8e308db40a7024bdd2236ff (patch)
tree49803cd1da454255199023f9ad53a52bd6907914 /dev-ml
parentadd missing alsa-lib dep, thanks to Patrick, bug #216936 (diff)
downloadgentoo-2-6a607de50552e8d2b8e308db40a7024bdd2236ff.tar.gz
gentoo-2-6a607de50552e8d2b8e308db40a7024bdd2236ff.tar.bz2
gentoo-2-6a607de50552e8d2b8e308db40a7024bdd2236ff.zip
amd64 stable wrt bug #216987
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ounit/ChangeLog5
-rw-r--r--dev-ml/ounit/ounit-1.0.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ounit/ChangeLog b/dev-ml/ounit/ChangeLog
index e2c9ed222bac..7d5002137797 100644
--- a/dev-ml/ounit/ChangeLog
+++ b/dev-ml/ounit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ounit
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.9 2008/04/09 17:25:58 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.10 2008/04/10 18:57:10 coldwind Exp $
+
+ 10 Apr 2008; Santiago M. Mola <coldwind@gentoo.org> ounit-1.0.2.ebuild:
+ amd64 stable wrt bug #216987
09 Apr 2008; nixnut <nixnut@gentoo.org> ounit-1.0.2.ebuild:
Stable on ppc wrt bug #216987
diff --git a/dev-ml/ounit/ounit-1.0.2.ebuild b/dev-ml/ounit/ounit-1.0.2.ebuild
index 5c7ffbf6203f..0fa442a25dbc 100644
--- a/dev-ml/ounit/ounit-1.0.2.ebuild
+++ b/dev-ml/ounit/ounit-1.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.2.ebuild,v 1.3 2008/04/09 17:25:58 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.2.ebuild,v 1.4 2008/04/10 18:57:10 coldwind Exp $
inherit findlib eutils
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.xs4all.nl/~mmzeeman/ocaml/"
SRC_URI="http://www.xs4all.nl/~mmzeeman/ocaml/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
DEPEND="dev-lang/ocaml"
IUSE="+ocamlopt"