diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-12-17 05:47:57 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-12-17 05:47:57 +0000 |
commit | 3dff9786bd5152e1bbb348cb3e36225c937009a0 (patch) | |
tree | c98833caf60d056a494c994ddaf51322b46a01d8 /dev-python | |
parent | bump; remove old (diff) | |
download | gentoo-2-3dff9786bd5152e1bbb348cb3e36225c937009a0.tar.gz gentoo-2-3dff9786bd5152e1bbb348cb3e36225c937009a0.tar.bz2 gentoo-2-3dff9786bd5152e1bbb348cb3e36225c937009a0.zip |
correct version border in dep, fixes Bug #528944
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pystatgrab/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pystatgrab/pystatgrab-0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pystatgrab/ChangeLog b/dev-python/pystatgrab/ChangeLog index fcb422681499..40cb820ffa7f 100644 --- a/dev-python/pystatgrab/ChangeLog +++ b/dev-python/pystatgrab/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pystatgrab # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/ChangeLog,v 1.13 2014/10/17 10:10:26 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/ChangeLog,v 1.14 2014/12/17 05:47:57 idella4 Exp $ + + 17 Dec 2014; Ian Delaney <idella4@gentoo.org> pystatgrab-0.6.ebuild: + correct version border in dep, fixes Bug #528944 *pystatgrab-0.6 (17 Oct 2014) diff --git a/dev-python/pystatgrab/pystatgrab-0.6.ebuild b/dev-python/pystatgrab/pystatgrab-0.6.ebuild index 5a8940b3bd32..ba10b53e492f 100644 --- a/dev-python/pystatgrab/pystatgrab-0.6.ebuild +++ b/dev-python/pystatgrab/pystatgrab-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/pystatgrab-0.6.ebuild,v 1.1 2014/10/17 10:10:26 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/pystatgrab-0.6.ebuild,v 1.2 2014/12/17 05:47:57 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~x86" IUSE="" -RDEPEND=">=sys-libs/libstatgrab-0.13" +RDEPEND=">=sys-libs/libstatgrab-0.91" DEPEND="${RDEPEND} virtual/pkgconfig" |