diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2018-09-28 00:34:05 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2018-09-28 00:34:05 +0000 |
commit | 93f2bf5671e34adf5146d7ca312c134e95ec879d (patch) | |
tree | 246bd44b7f5a2bd938a018ffff70249b11da4700 /app-crypt/gpgme/gpgme-1.11.1.ebuild | |
parent | 2018-09-27 23:44:28 UTC (diff) | |
parent | sys-fs/loop-aes: eapi bump (diff) | |
download | gentoo-93f2bf5671e34adf5146d7ca312c134e95ec879d.tar.gz gentoo-93f2bf5671e34adf5146d7ca312c134e95ec879d.tar.bz2 gentoo-93f2bf5671e34adf5146d7ca312c134e95ec879d.zip |
Merge updates from master
Diffstat (limited to 'app-crypt/gpgme/gpgme-1.11.1.ebuild')
-rw-r--r-- | app-crypt/gpgme/gpgme-1.11.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/gpgme/gpgme-1.11.1.ebuild b/app-crypt/gpgme/gpgme-1.11.1.ebuild index fff6fce3f72a..423fb4af7e91 100644 --- a/app-crypt/gpgme/gpgme-1.11.1.ebuild +++ b/app-crypt/gpgme/gpgme-1.11.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) DISTUTILS_OPTIONAL=1 -inherit distutils-r1 flag-o-matic libtool ltprune qmake-utils toolchain-funcs +inherit distutils-r1 flag-o-matic libtool qmake-utils toolchain-funcs DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use" HOMEPAGE="http://www.gnupg.org/related_software/gpgme" @@ -24,7 +24,6 @@ COMMON_DEPEND=">=app-crypt/gnupg-2 qt5? ( dev-qt/qtcore:5 )" #doc? ( app-doc/doxygen[dot] ) DEPEND="${COMMON_DEPEND} - python? ( dev-lang/swig ) qt5? ( dev-qt/qttest:5 )" RDEPEND="${COMMON_DEPEND} cxx? ( @@ -33,6 +32,7 @@ RDEPEND="${COMMON_DEPEND} !<kde-apps/kdepimlibs-4.14.10_p20160611:4 !=kde-apps/kdepimlibs-4.14.11_pre20160211*:4 )" +BDEPEND="python? ( dev-lang/swig )" REQUIRED_USE="qt5? ( cxx ) python? ( ${PYTHON_REQUIRED_USE} )" @@ -108,7 +108,7 @@ src_test() { src_install() { default do_python - prune_libtool_files + find "${D}" -name '*.la' -delete || die # backward compatibility for gentoo # in the past we had slots |