diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-04 01:26:30 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-04 01:26:30 +0000 |
commit | 269252803f7e009b860ff8ed12b9b2ea86ff343e (patch) | |
tree | 9a7972c970333adf599f1dd4e7301b69c2483ede /x11-libs/qscintilla | |
parent | Stable on amd64 wrt bug #349607 (diff) | |
download | gentoo-2-269252803f7e009b860ff8ed12b9b2ea86ff343e.tar.gz gentoo-2-269252803f7e009b860ff8ed12b9b2ea86ff343e.tar.bz2 gentoo-2-269252803f7e009b860ff8ed12b9b2ea86ff343e.zip |
Stable on amd64 wrt bug #349607
(Portage version: 2.1.9.28/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qscintilla')
-rw-r--r-- | x11-libs/qscintilla/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/qscintilla/qscintilla-2.4.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-libs/qscintilla/ChangeLog b/x11-libs/qscintilla/ChangeLog index 252f9a1067a1..955cd9f88d7e 100644 --- a/x11-libs/qscintilla/ChangeLog +++ b/x11-libs/qscintilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qscintilla -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.57 2010/12/24 17:15:24 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.58 2011/01/04 01:26:30 hwoarang Exp $ + + 04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> qscintilla-2.4.5.ebuild: + Stable on amd64 wrt bug #349607 *qscintilla-2.4.6 (24 Dec 2010) diff --git a/x11-libs/qscintilla/qscintilla-2.4.5.ebuild b/x11-libs/qscintilla/qscintilla-2.4.5.ebuild index 8adca263d722..2babb3b9488a 100644 --- a/x11-libs/qscintilla/qscintilla-2.4.5.ebuild +++ b/x11-libs/qscintilla/qscintilla-2.4.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild,v 1.2 2010/11/07 15:50:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.5.ebuild,v 1.3 2011/01/04 01:26:30 hwoarang Exp $ EAPI="2" @@ -14,7 +14,7 @@ SRC_URI="http://www.riverbankcomputing.co.uk/static/Downloads/QScintilla2/${MY_P LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="doc python" DEPEND="x11-libs/qt-gui:4" |