diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-08-18 03:51:49 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-08-18 03:51:49 +0000 |
commit | 9b5480f8d65cc6f3472f555005da8d8e23835c3a (patch) | |
tree | 8fa803d70e604f959af96251b13b76a8cc5a994c /x11-libs | |
parent | Stable for HPPA (bug #315775). (diff) | |
download | gentoo-2-9b5480f8d65cc6f3472f555005da8d8e23835c3a.tar.gz gentoo-2-9b5480f8d65cc6f3472f555005da8d8e23835c3a.tar.bz2 gentoo-2-9b5480f8d65cc6f3472f555005da8d8e23835c3a.zip |
Stable for HPPA (bug #315775).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qscintilla/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qscintilla/qscintilla-2.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qscintilla/ChangeLog b/x11-libs/qscintilla/ChangeLog index 2d7852ad6116..8c8d44d44358 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.48 2010/07/13 08:11:54 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.49 2010/08/18 03:51:49 jer Exp $ + + 18 Aug 2010; Jeroen Roovers <jer@gentoo.org> qscintilla-2.4.3.ebuild: + Stable for HPPA (bug #315775). *qscintilla-2.4.4 (13 Jul 2010) diff --git a/x11-libs/qscintilla/qscintilla-2.4.3.ebuild b/x11-libs/qscintilla/qscintilla-2.4.3.ebuild index c9ee26b64517..09b96e4b8368 100644 --- a/x11-libs/qscintilla/qscintilla-2.4.3.ebuild +++ b/x11-libs/qscintilla/qscintilla-2.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.3.ebuild,v 1.4 2010/07/05 14:02:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.4.3.ebuild,v 1.5 2010/08/18 03:51:49 jer 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 ~hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="doc python" DEPEND="x11-libs/qt-gui:4" |