diff options
author | Hanno Böck <hanno@gentoo.org> | 2009-04-12 20:51:11 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2009-04-12 20:51:11 +0000 |
commit | 659dd76d835d7ed7647cf1d1cd82f104c296cede (patch) | |
tree | ba2be8966262782602120fb12b53463dfcedef03 /dev-python | |
parent | Stable on sparc, bug #260063 (diff) | |
download | gentoo-2-659dd76d835d7ed7647cf1d1cd82f104c296cede.tar.gz gentoo-2-659dd76d835d7ed7647cf1d1cd82f104c296cede.tar.bz2 gentoo-2-659dd76d835d7ed7647cf1d1cd82f104c296cede.zip |
libasyncns-python: needs libasyncns >= 0.4
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild b/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild index 681c5f85b810..e8cf6ab06e20 100644 --- a/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild +++ b/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild,v 1.1 2009/03/27 17:00:13 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libasyncns-python/libasyncns-python-0.7.1.ebuild,v 1.2 2009/04/12 20:51:11 hanno Exp $ inherit distutils @@ -11,5 +11,5 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64" IUSE="" -DEPEND="net-libs/libasyncns" +DEPEND=">=net-libs/libasyncns-0.4" RDEPEND="${DEPEND}" |