summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2016-09-23 23:29:55 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2016-09-23 23:30:48 +0300
commit113f70ec80afe48d98b60293be3d2f09155d301c (patch)
tree62fd5230e224960f854c8d25339bda7fa05c1b5a /app-crypt/gpgme/gpgme-1.7.0.ebuild
parentnet-im/bitlbee: remove old (diff)
downloadgentoo-113f70ec80afe48d98b60293be3d2f09155d301c.tar.gz
gentoo-113f70ec80afe48d98b60293be3d2f09155d301c.tar.bz2
gentoo-113f70ec80afe48d98b60293be3d2f09155d301c.zip
app-crypt/gpgme: fix qt tests issue
Bug: 594922 Package-Manager: portage-2.2.28
Diffstat (limited to 'app-crypt/gpgme/gpgme-1.7.0.ebuild')
-rw-r--r--app-crypt/gpgme/gpgme-1.7.0.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/app-crypt/gpgme/gpgme-1.7.0.ebuild b/app-crypt/gpgme/gpgme-1.7.0.ebuild
index bb05f4033c2c..41ebf7059ab3 100644
--- a/app-crypt/gpgme/gpgme-1.7.0.ebuild
+++ b/app-crypt/gpgme/gpgme-1.7.0.ebuild
@@ -4,7 +4,7 @@
EAPI="6"
-inherit eutils qmake-utils
+inherit autotools eutils
DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use"
HOMEPAGE="http://www.gnupg.org/related_software/gpgme"
@@ -33,14 +33,13 @@ REQUIRED_USE="qt5? ( cxx )"
PATCHES=(
"${FILESDIR}"/${PN}-1.1.8-et_EE.patch
+ "${FILESDIR}"/${P}-build-tests.patch
+ "${FILESDIR}"/${P}-build-tests-disable.patch
)
src_prepare() {
default
-
- # remove non working tests
- sed -i 's/\tt-sig-notation\$(EXEEXT)/\t/' tests/gpg/Makefile.in || die
- sed -i 's/ t-encrypt\$(EXEEXT)//' lang/qt/tests/Makefile.in || die
+ eautoreconf
}
src_configure() {