Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 595438
Collapse All | Expand All

(-)a/app-crypt/gpgme/gpgme-1.7.0.ebuild (-2 / +2 lines)
Lines 7-13 EAPI="6" Link Here
7
PYTHON_COMPAT=( python2_7 python3_{3,4} )
7
PYTHON_COMPAT=( python2_7 python3_{3,4} )
8
DISTUTILS_OPTIONAL=1
8
DISTUTILS_OPTIONAL=1
9
9
10
inherit autotools distutils-r1 eutils
10
inherit autotools distutils-r1 eutils qmake-utils
11
11
12
DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use"
12
DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use"
13
HOMEPAGE="http://www.gnupg.org/related_software/gpgme"
13
HOMEPAGE="http://www.gnupg.org/related_software/gpgme"
Lines 78-84 src_configure() { Link Here
78
}
78
}
79
79
80
src_compile() {
80
src_compile() {
81
	default
81
	emake MOC="$(qt5_get_bindir)/moc"
82
	do_python
82
	do_python
83
}
83
}
84
84

Return to bug 595438