diff options
author | Markus Meier <maekke@gentoo.org> | 2009-01-18 20:08:23 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-01-18 20:08:23 +0000 |
commit | 71c098aab8cc00d30ce677ecaad8b90441fbcbfe (patch) | |
tree | 153c80ee25eb943c2f158e3659e654e846645dad /x11-libs/qscintilla | |
parent | amd64/x86 stable, bug #248038 (diff) | |
download | gentoo-2-71c098aab8cc00d30ce677ecaad8b90441fbcbfe.tar.gz gentoo-2-71c098aab8cc00d30ce677ecaad8b90441fbcbfe.tar.bz2 gentoo-2-71c098aab8cc00d30ce677ecaad8b90441fbcbfe.zip |
amd64/x86 stable, bug #248038
(Portage version: 2.1.6.6/cvs/Linux 2.6.28 x86_64)
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 63e41cf1892f..63fdd3e0e5e0 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.18 2009/01/17 16:31:14 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.19 2009/01/18 20:08:23 maekke Exp $ + + 18 Jan 2009; Markus Meier <maekke@gentoo.org> qscintilla-2.3.2.ebuild: + amd64/x86 stable, bug #248038 17 Jan 2009; nixnut <nixnut@gentoo.org> qscintilla-2.3.2.ebuild: ppc stable #248038 diff --git a/x11-libs/qscintilla/qscintilla-2.3.2.ebuild b/x11-libs/qscintilla/qscintilla-2.3.2.ebuild index 0b81752e372f..ca8d37b1061f 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.2 2009/01/17 16:31:14 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.3.2.ebuild,v 1.3 2009/01/18 20:08:23 maekke 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 |