summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-06-03 23:03:33 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-06-03 23:03:47 +1000
commite2f83d73f5912804606cc55a49cbb645c41b2284 (patch)
tree2a139760bc58f7036d82abe5bf4c8cdf5a720cea /lxqt-base/lxqt-config/lxqt-config-0.11.0.ebuild
parentnet-analyzer/testssl: remove 2.6 (diff)
downloadgentoo-e2f83d73f5912804606cc55a49cbb645c41b2284.tar.gz
gentoo-e2f83d73f5912804606cc55a49cbb645c41b2284.tar.bz2
gentoo-e2f83d73f5912804606cc55a49cbb645c41b2284.zip
lxqt-base/lxqt-config: backport patch from upstream solving build failure with cmake-3.8
Gentoo-bug: 616324 Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'lxqt-base/lxqt-config/lxqt-config-0.11.0.ebuild')
-rw-r--r--lxqt-base/lxqt-config/lxqt-config-0.11.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-config/lxqt-config-0.11.0.ebuild b/lxqt-base/lxqt-config/lxqt-config-0.11.0.ebuild
index ced7407231e4..268a49e56e40 100644
--- a/lxqt-base/lxqt-config/lxqt-config-0.11.0.ebuild
+++ b/lxqt-base/lxqt-config/lxqt-config-0.11.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -43,6 +43,8 @@ DEPEND="${CDEPEND}
RDEPEND="${CDEPEND}
x11-apps/setxkbmap"
+PATCHES=( "${FILESDIR}/${P}-cmake-3.8.patch" )
+
src_configure() {
local mycmakeargs=( -DPULL_TRANSLATIONS=OFF )
cmake-utils_src_configure