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 69CEB138350 for ; Sun, 2 Feb 2020 00:15:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78630E0843; Sun, 2 Feb 2020 00:15:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5CEC6E0843 for ; Sun, 2 Feb 2020 00:15:04 +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 3A97E34E0D2 for ; Sun, 2 Feb 2020 00:15:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4909313F for ; Sun, 2 Feb 2020 00:15:01 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1580602489.ae05cc400b1d8bc057905179231b21adafbcce88.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xkeyboard-config/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild X-VCS-Directories: x11-misc/xkeyboard-config/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ae05cc400b1d8bc057905179231b21adafbcce88 X-VCS-Branch: master Date: Sun, 2 Feb 2020 00:15:01 +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: 69beb3f9-2a3b-4fd1-849d-2d86c80242b2 X-Archives-Hash: 114b46c42144805fcc5e7cce4a7a153b commit: ae05cc400b1d8bc057905179231b21adafbcce88 Author: Matt Turner gentoo org> AuthorDate: Sun Feb 2 00:11:42 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Feb 2 00:14:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae05cc40 x11-misc/xkeyboard-config: Short-circuit src_test() Signed-off-by: Matt Turner gentoo.org> x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild index 65c25664dd4..95509d07acf 100644 --- a/x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild +++ b/x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild @@ -26,9 +26,7 @@ BDEPEND=" virtual/pkgconfig " RDEPEND="" -DEPEND=" - ${LIVE_DEPEND} -" +DEPEND="${LIVE_DEPEND}" src_prepare() { default @@ -46,3 +44,7 @@ src_configure() { econf "${econfargs[@]}" } + +src_test() { + :; +}