diff options
author | 2009-06-16 17:58:42 +0000 | |
---|---|---|
committer | 2009-06-16 17:58:42 +0000 | |
commit | 048b10c6a3e248e34859cb32b4c45546b4fb71e6 (patch) | |
tree | ffbb0f6e222513b45345df0047f3105712fd23c8 /dev-python/PyQt/PyQt-3.18.1.ebuild | |
parent | Keyworded on alpha, bug #272777 (diff) | |
download | historical-048b10c6a3e248e34859cb32b4c45546b4fb71e6.tar.gz historical-048b10c6a3e248e34859cb32b4c45546b4fb71e6.tar.bz2 historical-048b10c6a3e248e34859cb32b4c45546b4fb71e6.zip |
Raise sip dependency to 4.8.1
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-python/PyQt/PyQt-3.18.1.ebuild')
-rw-r--r-- | dev-python/PyQt/PyQt-3.18.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PyQt/PyQt-3.18.1.ebuild b/dev-python/PyQt/PyQt-3.18.1.ebuild index 9331670ae730..f2972603f366 100644 --- a/dev-python/PyQt/PyQt-3.18.1.ebuild +++ b/dev-python/PyQt/PyQt-3.18.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/PyQt/PyQt-3.18.1.ebuild,v 1.1 2009/06/16 15:16:08 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.18.1.ebuild,v 1.2 2009/06/16 17:58:42 hwoarang Exp $ EAPI="2" inherit distutils @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="debug doc examples" RDEPEND="x11-libs/qt:3 - >=dev-python/sip-4.8 + >=dev-python/sip-4.8.1 >=x11-libs/qscintilla-2.4[python]" DEPEND="${RDEPEND} sys-devel/libtool" |