diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-03-09 16:58:59 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-03-09 16:58:59 +0000 |
commit | 8289a5e6762c9a3ec2da34f05534a6359e03daf9 (patch) | |
tree | 8a2d5eb822ec357ad0544ee16d315ebefc57e49a /dev-ml/pa_ounit | |
parent | Version bump. (diff) | |
download | gentoo-2-8289a5e6762c9a3ec2da34f05534a6359e03daf9.tar.gz gentoo-2-8289a5e6762c9a3ec2da34f05534a6359e03daf9.tar.bz2 gentoo-2-8289a5e6762c9a3ec2da34f05534a6359e03daf9.zip |
depend on ounit, not type-conv... bug #460628 by Alexandru Scvortov
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/pa_ounit')
-rw-r--r-- | dev-ml/pa_ounit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/pa_ounit/pa_ounit-109.11.00.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/pa_ounit/ChangeLog b/dev-ml/pa_ounit/ChangeLog index 1e9e1bd4b4e7..fe55bd971103 100644 --- a/dev-ml/pa_ounit/ChangeLog +++ b/dev-ml/pa_ounit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/pa_ounit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/ChangeLog,v 1.7 2013/03/06 16:07:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/ChangeLog,v 1.8 2013/03/09 16:58:59 aballier Exp $ + + 09 Mar 2013; Alexis Ballier <aballier@gentoo.org> pa_ounit-109.11.00.ebuild: + depend on ounit, not type-conv... bug #460628 by Alexandru Scvortov *pa_ounit-109.11.00 (06 Mar 2013) diff --git a/dev-ml/pa_ounit/pa_ounit-109.11.00.ebuild b/dev-ml/pa_ounit/pa_ounit-109.11.00.ebuild index 5168a9962c72..c7b6d19c9856 100644 --- a/dev-ml/pa_ounit/pa_ounit-109.11.00.ebuild +++ b/dev-ml/pa_ounit/pa_ounit-109.11.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/pa_ounit-109.11.00.ebuild,v 1.1 2013/03/06 16:07:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/pa_ounit-109.11.00.ebuild,v 1.2 2013/03/09 16:58:59 aballier Exp $ EAPI="5" @@ -16,7 +16,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="" -DEPEND=">=dev-ml/type-conv-3.0.5:=" +DEPEND=">=dev-ml/ounit-1.1.1:=" RDEPEND="${DEPEND}" DOCS=( "readme.md" ) |