diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-05-19 04:28:02 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-05-19 04:28:02 +0000 |
commit | 632f7c352902021ab0b19416ae7d3921aca46bfd (patch) | |
tree | 765b5cf26c613fbd5959d2cb60a45dc09d2d9c1b /dev-python/python-gammu/python-gammu-0.15.ebuild | |
parent | backport some simple fixes; one for building with ethereal #175313 and one fo... (diff) | |
download | historical-632f7c352902021ab0b19416ae7d3921aca46bfd.tar.gz historical-632f7c352902021ab0b19416ae7d3921aca46bfd.tar.bz2 historical-632f7c352902021ab0b19416ae7d3921aca46bfd.zip |
Fix gammu dependency atoms (#178864).
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'dev-python/python-gammu/python-gammu-0.15.ebuild')
-rw-r--r-- | dev-python/python-gammu/python-gammu-0.15.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/python-gammu/python-gammu-0.15.ebuild b/dev-python/python-gammu/python-gammu-0.15.ebuild index bd290e7461a8..635763f5688b 100644 --- a/dev-python/python-gammu/python-gammu-0.15.ebuild +++ b/dev-python/python-gammu/python-gammu-0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gammu/python-gammu-0.15.ebuild,v 1.4 2007/01/14 15:01:46 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-gammu/python-gammu-0.15.ebuild,v 1.5 2007/05/19 04:28:02 mrness Exp $ inherit distutils @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="amd64 ia64 ~ppc x86" IUSE="" -RDEPEND=">=app-mobilephone/gammu-1.08" +RDEPEND=">=app-mobilephone/gammu-1.08 + !>=app-mobilephone/gammu-1.10.0" DEPEND="dev-util/pkgconfig ${RDEPEND}" |