diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-30 18:19:35 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-05-01 10:02:25 +0200 |
commit | 26d29d17f15778d7c499dd5c103714e49b460869 (patch) | |
tree | 02e75ac238a6661e9f179c6f89dd8ef18f8f193d /kde-apps/libkpgp/libkpgp-4.4.2017.04.ebuild | |
parent | profiles: Mask KDE PIM 4.4.2017.04 (diff) | |
download | gentoo-26d29d17f15778d7c499dd5c103714e49b460869.tar.gz gentoo-26d29d17f15778d7c499dd5c103714e49b460869.tar.bz2 gentoo-26d29d17f15778d7c499dd5c103714e49b460869.zip |
kde-apps: KDE PIM 4.4.2017.04 version bump
Fix configure w/ >=kde-apps/kdepimlibs-4.14.10_p20160611,
updating gpgme++ and qgpgme references.
kdepim-meta: Pin dependencies to slot 4
Bump to EAPI 6
Thanks-to: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Gentoo-bug: 611818
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/libkpgp/libkpgp-4.4.2017.04.ebuild')
-rw-r--r-- | kde-apps/libkpgp/libkpgp-4.4.2017.04.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kde-apps/libkpgp/libkpgp-4.4.2017.04.ebuild b/kde-apps/libkpgp/libkpgp-4.4.2017.04.ebuild new file mode 100644 index 000000000000..c9da9363e7e9 --- /dev/null +++ b/kde-apps/libkpgp/libkpgp-4.4.2017.04.ebuild @@ -0,0 +1,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" |