diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-05-03 05:42:10 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-05-03 05:42:10 +0000 |
commit | 51d02c2724be6ea05f5fee5f0fda2d63a0ab16ca (patch) | |
tree | 6ad9c0dedeeb0bfd2948490b8ce64efb89a21b74 /dev-python/qscintilla | |
parent | Version bump from 7.4.16 to 7.4.17 for bug #175791 (CVE-2007-2138 privilege e... (diff) | |
download | gentoo-2-51d02c2724be6ea05f5fee5f0fda2d63a0ab16ca.tar.gz gentoo-2-51d02c2724be6ea05f5fee5f0fda2d63a0ab16ca.tar.bz2 gentoo-2-51d02c2724be6ea05f5fee5f0fda2d63a0ab16ca.zip |
Stable for HPPA (bug #176471).
(Portage version: 2.1.2.5)
Diffstat (limited to 'dev-python/qscintilla')
-rw-r--r-- | dev-python/qscintilla/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/qscintilla/qscintilla-1.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/qscintilla/ChangeLog b/dev-python/qscintilla/ChangeLog index 7d84ae225429..bf6bab31c727 100644 --- a/dev-python/qscintilla/ChangeLog +++ b/dev-python/qscintilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/qscintilla # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/ChangeLog,v 1.70 2007/02/22 00:50:11 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/ChangeLog,v 1.71 2007/05/03 05:42:10 jer Exp $ + + 03 May 2007; Jeroen Roovers <jer@gentoo.org> qscintilla-1.7.1.ebuild: + Stable for HPPA (bug #176471). 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-python/qscintilla/qscintilla-1.7.1.ebuild b/dev-python/qscintilla/qscintilla-1.7.1.ebuild index c4fc3c3fea81..4d4d0eff3718 100644 --- a/dev-python/qscintilla/qscintilla-1.7.1.ebuild +++ b/dev-python/qscintilla/qscintilla-1.7.1.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/qscintilla/qscintilla-1.7.1.ebuild,v 1.2 2007/01/06 21:31:37 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/qscintilla-1.7.1.ebuild,v 1.3 2007/05/03 05:42:10 jer Exp $ inherit eutils toolchain-funcs qt3 @@ -14,7 +14,7 @@ SRC_URI="http://www.riverbankcomputing.com/Downloads/QScintilla1/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" DEPEND="$(qt_min_version 3.3)" |