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 4DD7113835A for ; Mon, 5 Apr 2021 09:00:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DBEFE08A2; Mon, 5 Apr 2021 09:00:05 +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 81FF1E08A2 for ; Mon, 5 Apr 2021 09:00:05 +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 BFA2033BF34 for ; Mon, 5 Apr 2021 09:00:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D28E634 for ; Mon, 5 Apr 2021 09:00:00 +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: <1617613171.18c368310001a874b6aeb938b9fe034e6dca0211.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/pluma/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/pluma/pluma-1.24.0.ebuild app-editors/pluma/pluma-1.24.1.ebuild X-VCS-Directories: app-editors/pluma/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 18c368310001a874b6aeb938b9fe034e6dca0211 X-VCS-Branch: master Date: Mon, 5 Apr 2021 09:00:00 +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: a8b1ea2a-4d64-48bf-8c9f-0b28637e6f21 X-Archives-Hash: 78acf993bdf1cbbf0b0c83c336de76e7 commit: 18c368310001a874b6aeb938b9fe034e6dca0211 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 4 14:14:20 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 5 08:59:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c36831 app-editors/pluma: Banned Xemake is banned Fix brokenness that was hidden by RESTRICT=test. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> app-editors/pluma/pluma-1.24.0.ebuild | 4 ++-- app-editors/pluma/pluma-1.24.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-editors/pluma/pluma-1.24.0.ebuild b/app-editors/pluma/pluma-1.24.0.ebuild index dc5dc69ed09..66163bb8d8a 100644 --- a/app-editors/pluma/pluma-1.24.0.ebuild +++ b/app-editors/pluma/pluma-1.24.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -77,5 +77,5 @@ src_test() { unset DBUS_SESSION_BUS_ADDRESS - GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check + GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check } diff --git a/app-editors/pluma/pluma-1.24.1.ebuild b/app-editors/pluma/pluma-1.24.1.ebuild index 3f2d02161ab..9add36a506c 100644 --- a/app-editors/pluma/pluma-1.24.1.ebuild +++ b/app-editors/pluma/pluma-1.24.1.ebuild @@ -77,5 +77,5 @@ src_test() { unset DBUS_SESSION_BUS_ADDRESS - GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check + GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check }