diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2016-10-03 14:56:32 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2016-10-03 14:57:51 +0300 |
commit | bd5b62a8c4a0d922a666d9c96c4cb551434b965f (patch) | |
tree | 52c8b715a1dc0603db1f5a734739cd915f7423d3 /app-crypt | |
parent | app-crypt/gpgme: fix x86/cxx issue (diff) | |
download | gentoo-bd5b62a8c4a0d922a666d9c96c4cb551434b965f.tar.gz gentoo-bd5b62a8c4a0d922a666d9c96c4cb551434b965f.tar.bz2 gentoo-bd5b62a8c4a0d922a666d9c96c4cb551434b965f.zip |
app-crypt/gpgme: enforce qt5/moc location
Bug: 595438
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gpgme/gpgme-1.7.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-crypt/gpgme/gpgme-1.7.0.ebuild b/app-crypt/gpgme/gpgme-1.7.0.ebuild index 7406738f7784..fc043021a352 100644 --- a/app-crypt/gpgme/gpgme-1.7.0.ebuild +++ b/app-crypt/gpgme/gpgme-1.7.0.ebuild @@ -7,7 +7,7 @@ EAPI="6" PYTHON_COMPAT=( python2_7 python3_{3,4} ) DISTUTILS_OPTIONAL=1 -inherit autotools distutils-r1 eutils +inherit autotools distutils-r1 eutils qmake-utils DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use" HOMEPAGE="http://www.gnupg.org/related_software/gpgme" @@ -68,6 +68,7 @@ src_configure() { languages+=( "qt" ) #use doc || export DOXYGEN= + export MOC="$(qt5_get_bindir)/moc" fi econf \ |