Skip to content

Commit

Permalink
app-crypt/gpgme: eapi bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.49, Repoman-2.3.10
  • Loading branch information
alonbl committed Sep 27, 2018
1 parent a7d96ef commit ded9979
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app-crypt/gpgme/gpgme-1.11.1.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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? (
Expand All @@ -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} )"

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ded9979

Please sign in to comment.