diff options
author | 2011-07-25 20:40:01 +0000 | |
---|---|---|
committer | 2011-07-25 20:40:01 +0000 | |
commit | 077ff517891aaaa1eb1ae51900b2f89d73cca09c (patch) | |
tree | 808a2e36a2cbebc55f7bca2460953b5b3e31581e /x11-libs/qscintilla | |
parent | updated SRC_URI (diff) | |
download | gentoo-2-077ff517891aaaa1eb1ae51900b2f89d73cca09c.tar.gz gentoo-2-077ff517891aaaa1eb1ae51900b2f89d73cca09c.tar.bz2 gentoo-2-077ff517891aaaa1eb1ae51900b2f89d73cca09c.zip |
ppc/ppc64 stable wrt #374591
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qscintilla')
-rw-r--r-- | x11-libs/qscintilla/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qscintilla/qscintilla-2.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qscintilla/ChangeLog b/x11-libs/qscintilla/ChangeLog index abf07d524cec..cf751cb677cb 100644 --- a/x11-libs/qscintilla/ChangeLog +++ b/x11-libs/qscintilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qscintilla # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.66 2011/07/21 10:44:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.67 2011/07/25 20:40:01 xarthisius Exp $ + + 25 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> qscintilla-2.5.1.ebuild: + ppc/ppc64 stable wrt #374591 21 Jul 2011; Markus Meier <maekke@gentoo.org> qscintilla-2.5.1.ebuild: x86 stable, bug #374591 diff --git a/x11-libs/qscintilla/qscintilla-2.5.1.ebuild b/x11-libs/qscintilla/qscintilla-2.5.1.ebuild index 4c38ec22bb2a..6690a8b972d7 100644 --- a/x11-libs/qscintilla/qscintilla-2.5.1.ebuild +++ b/x11-libs/qscintilla/qscintilla-2.5.1.ebuild @@ -1,6 +1,6 @@ # 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.5.1.ebuild,v 1.3 2011/07/21 10:44:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.5.1.ebuild,v 1.4 2011/07/25 20:40:01 xarthisius Exp $ EAPI="3" @@ -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" |