blob: c9da9363e7e922c5a881bea74d70701c0aa2eacb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
KDE_MINIMAL="4.6"
KMNAME="kdepim"
inherit kde4-meta
DESCRIPTION="KDE pgp abstraction library"
HOMEPAGE="https://launchpad.net/~pali/+archive/ubuntu/kdepim-noakonadi"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
|