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 0F36015815E for ; Sun, 11 Feb 2024 17:50:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A7DA2BC02E; Sun, 11 Feb 2024 17:50:41 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D5612BC031 for ; Sun, 11 Feb 2024 17:50:41 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5770A343096 for ; Sun, 11 Feb 2024 17:50:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D529414E3 for ; Sun, 11 Feb 2024 17:50:36 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1707669335.e01e4ebd9667031cf574d29a94c6c2ec6c0f85df.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: phosh-base/phosh-shell/, profiles/ X-VCS-Repository: repo/proj/guru X-VCS-Files: phosh-base/phosh-shell/phosh-shell-0.36.0.ebuild profiles/package.use.mask X-VCS-Directories: profiles/ phosh-base/phosh-shell/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: e01e4ebd9667031cf574d29a94c6c2ec6c0f85df X-VCS-Branch: master Date: Sun, 11 Feb 2024 17:50:36 +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: 66c1607c-d5ea-4ab8-b9b9-b67d18cf3e58 X-Archives-Hash: 32bd0138d5481ec833e40e7cb1fe1cc5 commit: e01e4ebd9667031cf574d29a94c6c2ec6c0f85df Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Feb 11 11:30:26 2024 +0000 Commit: David Roman gmail com> CommitDate: Sun Feb 11 16:35:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e01e4ebd phosh-base/phosh-shell: bump phoc version for tests Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> phosh-base/phosh-shell/phosh-shell-0.36.0.ebuild | 4 ++-- profiles/package.use.mask | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/phosh-base/phosh-shell/phosh-shell-0.36.0.ebuild b/phosh-base/phosh-shell/phosh-shell-0.36.0.ebuild index 93cd4591f2..a66f2fc31e 100644 --- a/phosh-base/phosh-shell/phosh-shell-0.36.0.ebuild +++ b/phosh-base/phosh-shell/phosh-shell-0.36.0.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~arm64" LICENSE="CC0-1.0 CC-BY-SA-4.0 GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+ MIT" SLOT="0" IUSE="elogind gtk-doc +lockscreen-plugins man test test-full" -REQUIRED_USE="test-full? ( lockscreen-plugins )" +REQUIRED_USE="test? ( lockscreen-plugins )" COMMON_DEPEND=" >=app-crypt/gcr-3.7.5:0 @@ -73,7 +73,7 @@ BDEPEND=" sys-devel/gettext gtk-doc? ( dev-util/gi-docgen ) man? ( dev-python/docutils ) - test-full? ( gui-wm/phoc ) + test-full? ( >=gui-wm/phoc-0.36.0-r1 ) verify-sig? ( sec-keys/openpgp-keys-phosh ) " diff --git a/profiles/package.use.mask b/profiles/package.use.mask index e83680ac1a..6329d2d591 100644 --- a/profiles/package.use.mask +++ b/profiles/package.use.mask @@ -3,10 +3,6 @@ # New entries go on top. -# Anna Vyalkova (2024-02-04) -# "/phosh/drag-surface" fails in our test environment. -phosh-base/phosh-shell test-full - # Anna Vyalkova (2023-11-21) # Build failure. # https://gitlab.com/famedly/conduit/-/issues/385