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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8749615810F for ; Wed, 7 Jun 2023 23:16:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8630DE087B; Wed, 7 Jun 2023 23:16:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 642F3E087B for ; Wed, 7 Jun 2023 23:16:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF49D33BEF2 for ; Wed, 7 Jun 2023 23:16:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23C51990 for ; Wed, 7 Jun 2023 23:16:41 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1686179787.4308db24925483e516ebeb6058176c368196475c.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-portage/gentle/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-portage/gentle/gentle-0.1.ebuild X-VCS-Directories: app-portage/gentle/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 4308db24925483e516ebeb6058176c368196475c X-VCS-Branch: dev Date: Wed, 7 Jun 2023 23:16:41 +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: f07128c7-05a3-4bca-9672-6abfb63cbebb X-Archives-Hash: 4cb19ebde0b78682c1f06daee1868f15 commit: 4308db24925483e516ebeb6058176c368196475c Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Jun 7 23:16:27 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Wed Jun 7 23:16:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4308db24 app-portage/gentle: add a test dep Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-portage/gentle/gentle-0.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-portage/gentle/gentle-0.1.ebuild b/app-portage/gentle/gentle-0.1.ebuild index 238774459..67fa0d501 100644 --- a/app-portage/gentle/gentle-0.1.ebuild +++ b/app-portage/gentle/gentle-0.1.ebuild @@ -15,6 +15,8 @@ LICENSE="WTFPL-2" SLOT="0" KEYWORDS="~amd64" +BDEPEND="test? ( app-text/xmldiff[${PYTHON_USEDEP}] )" + distutils_enable_tests pytest pkg_postinst() {