Skip to content

Commit

Permalink
app-crypt/gpgme: enforce qt5/moc location
Browse files Browse the repository at this point in the history
Bug: 595438

Package-Manager: portage-2.3.0
  • Loading branch information
alonbl committed Oct 3, 2016
1 parent 40ee390 commit bd5b62a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-crypt/gpgme/gpgme-1.7.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -68,6 +68,7 @@ src_configure() {
languages+=( "qt" )
#use doc ||
export DOXYGEN=
export MOC="$(qt5_get_bindir)/moc"
fi

econf \
Expand Down

0 comments on commit bd5b62a

Please sign in to comment.