diff options
author | Johannes Huber <johu@gentoo.org> | 2018-03-19 21:52:20 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-03-19 21:52:20 +0100 |
commit | de2b51abd0eda6e17113106b4ea48d18ecbd4119 (patch) | |
tree | 122f8cc5c849099c19eb6817265e7eb239660ace /sys-auth/polkit-qt | |
parent | sys-auth/polkit-qt: Drop Qt4 support (diff) | |
download | kde-de2b51abd0eda6e17113106b4ea48d18ecbd4119.tar.gz kde-de2b51abd0eda6e17113106b4ea48d18ecbd4119.tar.bz2 kde-de2b51abd0eda6e17113106b4ea48d18ecbd4119.zip |
sys-auth/polkit-qt: Drop unused parameter
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sys-auth/polkit-qt')
-rw-r--r-- | sys-auth/polkit-qt/polkit-qt-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild index bf58a5bc98..07c474cf46 100644 --- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild +++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild @@ -29,7 +29,6 @@ DOCS=( AUTHORS README README.porting TODO ) src_configure() { local mycmakeargs=( - -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc -DBUILD_EXAMPLES=$(usex examples) -DUSE_QT4=OFF -DUSE_QT5=ON |