commit: f7b1d4a134e113fe278883e2be1ba854b79929c8 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Tue Jul 22 13:28:35 2014 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Tue Jul 22 13:28:35 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f7b1d4a1
[sys-auth/polkit-qt] Sync with portage. Package-Manager: portage-2.2.10 --- sys-auth/polkit-qt/polkit-qt-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild index 75ffd34..011c77b 100644 --- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild +++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit cmake-utils multibuild git-r3 DESCRIPTION="PolicyKit Qt4 API wrapper library." -HOMEPAGE="http://kde.org/" +HOMEPAGE="http://www.kde.org/" EGIT_REPO_URI=( "git://anongit.kde.org/polkit-qt-1" ) LICENSE="LGPL-2" @@ -48,6 +48,7 @@ pkg_setup() { src_configure() { myconfigure() { local mycmakeargs=( + -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc $(cmake-utils_use_build examples) )