diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-08-09 16:20:47 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-08-09 16:20:47 +0000 |
commit | 306b0b3412c4af347c44a20c2a57d5f9a6260f5b (patch) | |
tree | a7c61bc480a474058faf4e2d68618df0c3587451 /dev-ml | |
parent | ppc stable #280415 (diff) | |
download | gentoo-2-306b0b3412c4af347c44a20c2a57d5f9a6260f5b.tar.gz gentoo-2-306b0b3412c4af347c44a20c2a57d5f9a6260f5b.tar.bz2 gentoo-2-306b0b3412c4af347c44a20c2a57d5f9a6260f5b.zip |
ppc stable #280416
(Portage version: 2.1.6.13/cvs/Linux ppc)
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 fec4dcaf1feb..8258e014f9e2 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.15 2009/06/20 15:53:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.16 2009/08/09 16:20:47 nixnut Exp $ + + 09 Aug 2009; nixnut <nixnut@gentoo.org> ounit-1.0.3.ebuild: + ppc stable #280416 *ounit-1.0.3 (20 Jun 2009) diff --git a/dev-ml/ounit/ounit-1.0.3.ebuild b/dev-ml/ounit/ounit-1.0.3.ebuild index a9045490a858..5854df7ab87a 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.1 2009/06/20 15:53:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.0.3.ebuild,v 1.2 2009/08/09 16:20:47 nixnut 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" |