From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6AB13138334 for ; Fri, 4 Jan 2019 13:34:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5687EE09C8; Fri, 4 Jan 2019 13:34:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FC5DE09C8 for ; Fri, 4 Jan 2019 13:34:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49DBF335CEF for ; Fri, 4 Jan 2019 13:34:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C2A94F2 for ; Fri, 4 Jan 2019 13:33:58 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1546608827.91e8f0388fd22dbb85c58245746a1b9d07072bea.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-config/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-config/lxqt-config-9999.ebuild X-VCS-Directories: lxqt-base/lxqt-config/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 91e8f0388fd22dbb85c58245746a1b9d07072bea X-VCS-Branch: master Date: Fri, 4 Jan 2019 13:33:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 71de5690-3ae4-4a0b-bbb1-e817b3633c3e X-Archives-Hash: e37c37351224cda5caa5ffc830404150 commit: 91e8f0388fd22dbb85c58245746a1b9d07072bea Author: Jimi Huotari gentoo org> AuthorDate: Fri Jan 4 13:32:10 2019 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Fri Jan 4 13:33:47 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=91e8f038 lxqt-base/lxqt-config: remove upstreamed touchpad patch Signed-off-by: Jimi Huotari gentoo.org> Package-Manager: Portage-2.3.54, Repoman-2.3.12 lxqt-base/lxqt-config/lxqt-config-9999.ebuild | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/lxqt-base/lxqt-config/lxqt-config-9999.ebuild b/lxqt-base/lxqt-config/lxqt-config-9999.ebuild index c3c4c117..b2cd24ee 100644 --- a/lxqt-base/lxqt-config/lxqt-config-9999.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -48,8 +48,6 @@ DEPEND="${DEPEND} >=dev-util/lxqt-build-tools-0.5.0 " -PATCHES="${FILESDIR}/${PN}-0.14.0-make-touchpad-optional.patch" - src_configure() { local mycmakeargs=( -DPULL_TRANSLATIONS=OFF @@ -66,11 +64,6 @@ src_install() { pkg_postinst() { gnome2_icon_cache_update - - if ! use touchpad; then - ewarn "Please do not report issues to upstream, if they are caused by" - ewarn "USE=\"-touchpad\", as upstream does not support such a build." - fi } pkg_postrm() {