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 5652713997D for ; Mon, 11 Nov 2019 00:19:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D961E0A91; Mon, 11 Nov 2019 00:19:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 349F3E0A90 for ; Mon, 11 Nov 2019 00:19:24 +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 4C98434CB74 for ; Mon, 11 Nov 2019 00:19:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2ED0D8B3 for ; Mon, 11 Nov 2019 00:19:20 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1573431520.5eed12cdfe2abbb7bba1640ab07938e5c3aad0b2.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sys-libs/kpmcore/ X-VCS-Repository: proj/kde X-VCS-Files: sys-libs/kpmcore/kpmcore-9999.ebuild X-VCS-Directories: sys-libs/kpmcore/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5eed12cdfe2abbb7bba1640ab07938e5c3aad0b2 X-VCS-Branch: master Date: Mon, 11 Nov 2019 00:19:20 +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: d6c64bf2-7b5b-4ebe-9478-821eccc4d7f0 X-Archives-Hash: ce39de83ee55a175e35ff1cbf90e64a4 commit: 5eed12cdfe2abbb7bba1640ab07938e5c3aad0b2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Nov 11 00:18:40 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 11 00:18:40 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5eed12cd sys-libs/kpmcore: Set ECM_NONGUI=true Package-Manager: Portage-2.3.78, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-libs/kpmcore/kpmcore-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-libs/kpmcore/kpmcore-9999.ebuild b/sys-libs/kpmcore/kpmcore-9999.ebuild index d2fab72be0..76380a5067 100644 --- a/sys-libs/kpmcore/kpmcore-9999.ebuild +++ b/sys-libs/kpmcore/kpmcore-9999.ebuild @@ -3,6 +3,7 @@ EAPI=7 +ECM_NONGUI="true" KFMIN=5.60.0 QTMIN=5.12.3 inherit ecm kde.org