diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-02-20 17:50:55 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-02-20 17:50:55 +0000 |
commit | 496dc8bfb485e6df758fbd88c2310ddc58a240b1 (patch) | |
tree | 416b8a6679779ce76b2c79aab1cf0e444da1ab8a /x11-libs/qscintilla | |
parent | Stable for HPPA (bug #248083). (diff) | |
download | gentoo-2-496dc8bfb485e6df758fbd88c2310ddc58a240b1.tar.gz gentoo-2-496dc8bfb485e6df758fbd88c2310ddc58a240b1.tar.bz2 gentoo-2-496dc8bfb485e6df758fbd88c2310ddc58a240b1.zip |
Stable for HPPA (bug #248083).
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'x11-libs/qscintilla')
-rw-r--r-- | x11-libs/qscintilla/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qscintilla/qscintilla-2.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qscintilla/ChangeLog b/x11-libs/qscintilla/ChangeLog index 8a641dcbbe44..f2f3340aed5a 100644 --- a/x11-libs/qscintilla/ChangeLog +++ b/x11-libs/qscintilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qscintilla # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.22 2009/02/06 16:30:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.23 2009/02/20 17:50:55 jer Exp $ + + 20 Feb 2009; Jeroen Roovers <jer@gentoo.org> qscintilla-2.3.2.ebuild: + Stable for HPPA (bug #248083). 06 Feb 2009; Raúl Porcel <armin76@gentoo.org> qscintilla-2.3.2.ebuild: ia64/sparc stable wrt #248038 diff --git a/x11-libs/qscintilla/qscintilla-2.3.2.ebuild b/x11-libs/qscintilla/qscintilla-2.3.2.ebuild index 6a5901c2e2ce..bc69250e9e80 100644 --- a/x11-libs/qscintilla/qscintilla-2.3.2.ebuild +++ b/x11-libs/qscintilla/qscintilla-2.3.2.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/x11-libs/qscintilla/qscintilla-2.3.2.ebuild,v 1.6 2009/02/06 16:30:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.2.ebuild,v 1.7 2009/02/20 17:50:55 jer Exp $ EAPI=1 inherit eutils toolchain-funcs multilib @@ -14,7 +14,7 @@ SRC_URI="http://www.riverbankcomputing.com/static/Downloads/QScintilla2/${MY_P}. SLOT="0" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="qt4 +python doc examples debug" RDEPEND="qt4? ( || ( x11-libs/qt-gui:4 |