diff options
Diffstat (limited to 'kde-base/ktnef/ktnef-4.11.4.ebuild')
-rw-r--r-- | kde-base/ktnef/ktnef-4.11.4.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/kde-base/ktnef/ktnef-4.11.4.ebuild b/kde-base/ktnef/ktnef-4.11.4.ebuild new file mode 100644 index 000000000000..f6f66ccd3638 --- /dev/null +++ b/kde-base/ktnef/ktnef-4.11.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktnef/ktnef-4.11.4.ebuild,v 1.1 2013/12/03 22:35:27 johu Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="A viewer for TNEF attachments." +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +LICENSE="LGPL-2.1" +IUSE="debug" + +DEPEND=" + >=app-office/akonadi-server-1.9.51 + $(add_kdebase_dep kdepimlibs) +" +# boost is not linked to, but headers which include it are installed +# bug #418071 +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + akonadi/ +" |