diff options
author | Ali Polatel <hawking@gentoo.org> | 2007-11-20 05:39:53 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2007-11-20 05:39:53 +0000 |
commit | 11afbfbf45c695477beb1d5f328440dc0b58bd8b (patch) | |
tree | 8c6913e1940c9dda0c4c48e6d1513ead19af2013 /kde-base/smoke/smoke-3.5.8.ebuild | |
parent | dev-python/qscintilla moved to x11-libs/qscintilla (diff) | |
download | gentoo-2-11afbfbf45c695477beb1d5f328440dc0b58bd8b.tar.gz gentoo-2-11afbfbf45c695477beb1d5f328440dc0b58bd8b.tar.bz2 gentoo-2-11afbfbf45c695477beb1d5f328440dc0b58bd8b.zip |
dev-python/qscintilla moved to x11-libs/qscintilla
(Portage version: 2.1.3.19)
Diffstat (limited to 'kde-base/smoke/smoke-3.5.8.ebuild')
-rw-r--r-- | kde-base/smoke/smoke-3.5.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-base/smoke/smoke-3.5.8.ebuild b/kde-base/smoke/smoke-3.5.8.ebuild index 7e01a5823765..7a88e8eea142 100644 --- a/kde-base/smoke/smoke-3.5.8.ebuild +++ b/kde-base/smoke/smoke-3.5.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-3.5.8.ebuild,v 1.1 2007/10/19 23:59:42 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-3.5.8.ebuild,v 1.2 2007/11/20 05:39:53 hawking Exp $ KMNAME=kdebindings KMEXTRACTONLY="kalyptus/" @@ -15,7 +15,7 @@ HOMEPAGE="http://developer.kde.org/language-bindings/smoke/" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="dev-lang/perl - dev-python/qscintilla" # QScintilla is an optional dep, there's a configure flag for it, but I don't want + x11-libs/qscintilla" # QScintilla is an optional dep, there's a configure flag for it, but I don't want # to introduce a local noqscintilla use flag as it's a light dep. # Of course it'd be nice if someone told me what the difference is between a smoke # compiled with and without qscintilla support. --danarmak |