diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-12-06 10:13:27 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-12-06 10:13:27 +0000 |
commit | 67587e25592f95d09039dcb1b29efb737b2fb12e (patch) | |
tree | a6189086bfa0501ba4cf342d2b646c7a4c73258c /sci-libs | |
parent | Fix crash on BSD, thanks Yuta SATOH <nigoro.gentoo@0x100.com> in bug #493124 (diff) | |
download | gentoo-2-67587e25592f95d09039dcb1b29efb737b2fb12e.tar.gz gentoo-2-67587e25592f95d09039dcb1b29efb737b2fb12e.tar.bz2 gentoo-2-67587e25592f95d09039dcb1b29efb737b2fb12e.zip |
sci-libs/cbflib: Fix subslotting
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cbflib/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/cbflib/cbflib-0.9.2.10-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/cbflib/cbflib-0.9.2.10.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-libs/cbflib/ChangeLog b/sci-libs/cbflib/ChangeLog index f49674fe5420..60a0798085b5 100644 --- a/sci-libs/cbflib/ChangeLog +++ b/sci-libs/cbflib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/cbflib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.36 2013/05/31 13:50:07 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/ChangeLog,v 1.37 2013/12/06 10:13:27 jlec Exp $ + + 06 Dec 2013; Justin Lecher <jlec@gentoo.org> cbflib-0.9.2.10.ebuild, + cbflib-0.9.2.10-r1.ebuild: + Fix subslotting *cbflib-0.9.2.10-r1 (31 May 2013) diff --git a/sci-libs/cbflib/cbflib-0.9.2.10-r1.ebuild b/sci-libs/cbflib/cbflib-0.9.2.10-r1.ebuild index cb8598c1ae02..f8cedc3bde96 100644 --- a/sci-libs/cbflib/cbflib-0.9.2.10-r1.ebuild +++ b/sci-libs/cbflib/cbflib-0.9.2.10-r1.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/sci-libs/cbflib/cbflib-0.9.2.10-r1.ebuild,v 1.1 2013/05/31 13:50:07 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.9.2.10-r1.ebuild,v 1.2 2013/12/06 10:13:27 jlec Exp $ EAPI=5 @@ -26,7 +26,7 @@ IUSE="doc test" S=${WORKDIR}/${MY_P1} -RDEPEND="sci-libs/hdf5" +RDEPEND="sci-libs/hdf5:=" DEPEND="${RDEPEND}" RESTRICT="test" diff --git a/sci-libs/cbflib/cbflib-0.9.2.10.ebuild b/sci-libs/cbflib/cbflib-0.9.2.10.ebuild index cdda9e54b963..63e61c54bac0 100644 --- a/sci-libs/cbflib/cbflib-0.9.2.10.ebuild +++ b/sci-libs/cbflib/cbflib-0.9.2.10.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/sci-libs/cbflib/cbflib-0.9.2.10.ebuild,v 1.2 2013/05/02 12:24:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cbflib/cbflib-0.9.2.10.ebuild,v 1.3 2013/12/06 10:13:27 jlec Exp $ EAPI=5 @@ -26,7 +26,7 @@ IUSE="doc test" S=${WORKDIR}/${MY_P1} -RDEPEND="sci-libs/hdf5" +RDEPEND="sci-libs/hdf5:=" DEPEND="${RDEPEND}" RESTRICT="test" |