diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-13 14:45:45 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-13 14:45:45 +0000 |
commit | f8092025b63ca635540f738214a64a6aacf2074a (patch) | |
tree | 70ae38b29aa65615ae52c85a8c5a0c9a64b91b44 /sci-biology | |
parent | ppc64 stable wrt #354033 (diff) | |
download | gentoo-2-f8092025b63ca635540f738214a64a6aacf2074a.tar.gz gentoo-2-f8092025b63ca635540f738214a64a6aacf2074a.tar.bz2 gentoo-2-f8092025b63ca635540f738214a64a6aacf2074a.zip |
Add blocker for dev-games/libnw wrt #375059
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/newick-utils/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/newick-utils/newick-utils-1.3.0.ebuild | 6 | ||||
-rw-r--r-- | sci-biology/newick-utils/newick-utils-1.5.0.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/sci-biology/newick-utils/ChangeLog b/sci-biology/newick-utils/ChangeLog index 50681463790f..bdbb61ee8902 100644 --- a/sci-biology/newick-utils/ChangeLog +++ b/sci-biology/newick-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/newick-utils # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/newick-utils/ChangeLog,v 1.4 2011/04/02 18:34:50 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/newick-utils/ChangeLog,v 1.5 2011/07/13 14:45:45 xarthisius Exp $ + + 13 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> + newick-utils-1.3.0.ebuild, newick-utils-1.5.0.ebuild: + Add blocker for dev-games/libnw wrt #375059 02 Apr 2011; Andrey Kislyuk <weaver@gentoo.org> ChangeLog: Version bump diff --git a/sci-biology/newick-utils/newick-utils-1.3.0.ebuild b/sci-biology/newick-utils/newick-utils-1.3.0.ebuild index e224d725b08e..128b27d41ba1 100644 --- a/sci-biology/newick-utils/newick-utils-1.3.0.ebuild +++ b/sci-biology/newick-utils/newick-utils-1.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/newick-utils/newick-utils-1.3.0.ebuild,v 1.3 2010/07/16 21:58:30 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/newick-utils/newick-utils-1.3.0.ebuild,v 1.4 2011/07/13 14:45:45 xarthisius Exp $ EAPI="2" @@ -14,7 +14,7 @@ IUSE="" KEYWORDS="amd64 x86" DEPEND="" -RDEPEND="" +RDEPEND="!dev-games/libnw" src_install() { einstall || die diff --git a/sci-biology/newick-utils/newick-utils-1.5.0.ebuild b/sci-biology/newick-utils/newick-utils-1.5.0.ebuild index 431318d2de65..dc0f21dfe61b 100644 --- a/sci-biology/newick-utils/newick-utils-1.5.0.ebuild +++ b/sci-biology/newick-utils/newick-utils-1.5.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/newick-utils/newick-utils-1.5.0.ebuild,v 1.1 2011/04/02 18:34:50 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/newick-utils/newick-utils-1.5.0.ebuild,v 1.2 2011/07/13 14:45:45 xarthisius Exp $ EAPI="2" @@ -14,7 +14,7 @@ IUSE="" KEYWORDS="~amd64 ~x86" DEPEND="" -RDEPEND="" +RDEPEND="!dev-games/libnw" src_install() { einstall || die |