diff options
author | Thomas Kahle <tomka@gentoo.org> | 2010-12-29 15:13:49 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2010-12-29 15:13:49 +0000 |
commit | 4189ecf9ffdc8e6bc6495aedd9ec7a79beafefd0 (patch) | |
tree | e35b6cab1cd94cea4b2e6333283803557e02c51a /dev-ml | |
parent | stable ppc64, bug 348407 (diff) | |
download | gentoo-2-4189ecf9ffdc8e6bc6495aedd9ec7a79beafefd0.tar.gz gentoo-2-4189ecf9ffdc8e6bc6495aedd9ec7a79beafefd0.tar.bz2 gentoo-2-4189ecf9ffdc8e6bc6495aedd9ec7a79beafefd0.zip |
x86 stable per bug 349760
(Portage version: 2.1.9.26/cvs/Linux i686)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ounit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ounit/ounit-1.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ounit/ChangeLog b/dev-ml/ounit/ChangeLog index 7d96b486527c..15d16bc83b56 100644 --- a/dev-ml/ounit/ChangeLog +++ b/dev-ml/ounit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ounit # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.20 2010/10/09 00:52:50 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.21 2010/12/29 15:13:49 tomka Exp $ + + 29 Dec 2010; Thomas Kahle <tomka@gentoo.org> ounit-1.1.0.ebuild: + x86 stable per bug 349760 *ounit-1.1.0 (09 Oct 2010) diff --git a/dev-ml/ounit/ounit-1.1.0.ebuild b/dev-ml/ounit/ounit-1.1.0.ebuild index 79e291baf453..8083b17563f4 100644 --- a/dev-ml/ounit/ounit-1.1.0.ebuild +++ b/dev-ml/ounit/ounit-1.1.0.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/ounit/ounit-1.1.0.ebuild,v 1.1 2010/10/09 00:52:50 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.1.0.ebuild,v 1.2 2010/12/29 15:13:49 tomka Exp $ EAPI="2" @@ -11,7 +11,7 @@ HOMEPAGE="http://ounit.forge.ocamlcore.org/" SRC_URI="https://forge.ocamlcore.org/frs/download.php/495/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]" RDEPEND="${DEPEND}" IUSE="debug doc +ocamlopt" |