diff options
Diffstat (limited to 'net-irc/konversation/konversation-1.3.1.ebuild')
-rw-r--r-- | net-irc/konversation/konversation-1.3.1.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/net-irc/konversation/konversation-1.3.1.ebuild b/net-irc/konversation/konversation-1.3.1.ebuild index fd877978ff10..8cf83915cb98 100644 --- a/net-irc/konversation/konversation-1.3.1.ebuild +++ b/net-irc/konversation/konversation-1.3.1.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/konversation-1.3.1.ebuild,v 1.3 2010/08/09 12:58:20 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/konversation-1.3.1.ebuild,v 1.4 2011/01/28 15:50:12 scarabeus Exp $ -EAPI=2 +EAPI=3 KDE_LINGUAS="bg ca cs da de el en_GB es et fi fr gl hu it ja nb nds nl pa pl pt pt_BR ru sk sr sv tr uk zh_CN zh_TW" KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}" +KDE_HANDBOOK="optional" inherit kde4-base MY_PV="${PV/_/-}" @@ -16,11 +17,11 @@ SRC_URI="mirror://kde/stable/${PN}/${MY_PV}/src/${MY_P}.tar.bz2" LICENSE="GPL-2 FDL-1.2" SLOT="4" -KEYWORDS="~amd64 ~x86" -IUSE="+crypt debug +handbook" +KEYWORDS="amd64 x86" +IUSE="+crypt debug" DEPEND="x11-libs/libXScrnSaver - >=kde-base/kdepimlibs-${KDE_MINIMAL} + $(add_kdebase_dep kdepimlibs) crypt? ( app-crypt/qca:2 )" DOCS="AUTHORS ChangeLog NEWS README TODO" |