summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-07-22 23:28:35 +1000
committerMichael Palimaka <kensington@gentoo.org>2014-07-22 23:28:35 +1000
commitf7b1d4a134e113fe278883e2be1ba854b79929c8 (patch)
treecae3aa9d8513502ca9d885e75048403f0ddfdc34
parent2f28c492a80137fdaec3ff6f5d45e3c14bd9e22e (diff)
downloadkde-f7b1d4a134e113fe278883e2be1ba854b79929c8.tar.gz
kde-f7b1d4a134e113fe278883e2be1ba854b79929c8.tar.bz2
kde-f7b1d4a134e113fe278883e2be1ba854b79929c8.zip
[sys-auth/polkit-qt] Sync with portage.
Package-Manager: portage-2.2.10
-rw-r--r--sys-auth/polkit-qt/polkit-qt-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild
index 75ffd34c80d..011c77bcd63 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)
)