diff options
author | Davide Pesavento <pesa@gentoo.org> | 2012-03-25 18:05:49 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2012-03-25 18:05:49 +0000 |
commit | 775127d0b99e164d3d2c8f6d7c2c515ec2209fb6 (patch) | |
tree | beb552d3d5594dc3fb93bd03bb6318583bd9ebb6 /x11-libs/qscintilla/qscintilla-2.5.1.ebuild | |
parent | Drop ~x86-fbsd because of missing keyword on dev-python/PyQt4. (diff) | |
download | historical-775127d0b99e164d3d2c8f6d7c2c515ec2209fb6.tar.gz historical-775127d0b99e164d3d2c8f6d7c2c515ec2209fb6.tar.bz2 historical-775127d0b99e164d3d2c8f6d7c2c515ec2209fb6.zip |
Drop ~x86-fbsd because of missing keyword on dev-python/qscintilla-python.
Package-Manager: portage-2.2.0_alpha95/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/qscintilla/qscintilla-2.5.1.ebuild')
-rw-r--r-- | x11-libs/qscintilla/qscintilla-2.5.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/qscintilla/qscintilla-2.5.1.ebuild b/x11-libs/qscintilla/qscintilla-2.5.1.ebuild index 6690a8b972d7..a393fdcf6fde 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 +# Copyright 1999-2012 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.4 2011/07/25 20:40:01 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-2.5.1.ebuild,v 1.5 2012/03/25 18:05:49 pesa 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" IUSE="doc python" DEPEND="x11-libs/qt-gui:4" |