diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-25 15:34:45 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-25 15:34:45 +0000 |
commit | f89c9fa2696bc7cb280c479f38bff2c62027ec46 (patch) | |
tree | 121ac519a1ed7dc47375b81782d1aa9050b96e6b /app-editors | |
parent | Change qt dep per bug #100235 (diff) | |
download | gentoo-2-f89c9fa2696bc7cb280c479f38bff2c62027ec46.tar.gz gentoo-2-f89c9fa2696bc7cb280c479f38bff2c62027ec46.tar.bz2 gentoo-2-f89c9fa2696bc7cb280c479f38bff2c62027ec46.zip |
Change qt dep per bug #100235
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/cute/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/cute/cute-0.2.9.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-editors/cute/ChangeLog b/app-editors/cute/ChangeLog index adfcdf7fdddc..e6aa681f1399 100644 --- a/app-editors/cute/ChangeLog +++ b/app-editors/cute/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/cute # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/cute/ChangeLog,v 1.14 2005/07/15 14:59:03 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/cute/ChangeLog,v 1.15 2005/07/25 15:33:43 caleb Exp $ + + 25 Jul 2005; Caleb Tennis <caleb@gentoo.org> cute-0.2.9.ebuild: + Change qt dep per bug #100235 15 Jul 2005; Gregorio Guidi <greg_g@gentoo.org> cute-0.2.9-r1.ebuild: Stable on x86. diff --git a/app-editors/cute/cute-0.2.9.ebuild b/app-editors/cute/cute-0.2.9.ebuild index d7969a2d451b..f42ce30704a1 100644 --- a/app-editors/cute/cute-0.2.9.ebuild +++ b/app-editors/cute/cute-0.2.9.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/cute/cute-0.2.9.ebuild,v 1.8 2005/07/01 13:48:06 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/cute/cute-0.2.9.ebuild,v 1.9 2005/07/25 15:33:43 caleb Exp $ -inherit distutils +inherit distutils qt3 MY_P=${PN}-${PV/*.*.*.*/${PV%.*}-${PV##*.}} @@ -17,7 +17,7 @@ IUSE="doc" DEPEND="sys-apps/sed virtual/python - >=x11-libs/qt-3.1 + $(qt_min_version 3.1) >=dev-python/qscintilla-1.60" src_unpack() { |