diff options
author | Markus Meier <maekke@gentoo.org> | 2009-08-14 17:51:53 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-08-14 17:51:53 +0000 |
commit | 18effc135e84a1480e7863f83be49a7ceb0b89bd (patch) | |
tree | bfc401ebd925724ceca824f5d1d075058f5b2a9b /dev-ml | |
parent | amd64 stable, bug #278684 (diff) | |
download | gentoo-2-18effc135e84a1480e7863f83be49a7ceb0b89bd.tar.gz gentoo-2-18effc135e84a1480e7863f83be49a7ceb0b89bd.tar.bz2 gentoo-2-18effc135e84a1480e7863f83be49a7ceb0b89bd.zip |
amd64/x86 stable, bug #280416
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ounit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ounit/ounit-1.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ounit/ChangeLog b/dev-ml/ounit/ChangeLog index 8258e014f9e2..b18df5ecccab 100644 --- a/dev-ml/ounit/ChangeLog +++ b/dev-ml/ounit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ounit # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.16 2009/08/09 16:20:47 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.17 2009/08/14 17:51:53 maekke Exp $ + + 14 Aug 2009; Markus Meier <maekke@gentoo.org> ounit-1.0.3.ebuild: + amd64/x86 stable, bug #280416 09 Aug 2009; nixnut <nixnut@gentoo.org> ounit-1.0.3.ebuild: ppc stable #280416 diff --git a/dev-ml/ounit/ounit-1.0.3.ebuild b/dev-ml/ounit/ounit-1.0.3.ebuild index 5854df7ab87a..eea8745cc9e4 100644 --- a/dev-ml/ounit/ounit-1.0.3.ebuild +++ b/dev-ml/ounit/ounit-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.3.ebuild,v 1.2 2009/08/09 16:20:47 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.3.ebuild,v 1.3 2009/08/14 17:51:53 maekke Exp $ EAPI="1" @@ -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" RDEPEND="${DEPEND}" IUSE="+ocamlopt" |