diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2024-02-11 16:30:26 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2024-02-11 21:35:35 +0500 |
commit | e01e4ebd9667031cf574d29a94c6c2ec6c0f85df (patch) | |
tree | 03a37b2b77674c6235ba7b78f6eacb84c9616d96 /phosh-base | |
parent | phosh-base/phosh-shell: drop 0.17.0 (diff) | |
download | guru-e01e4ebd9667031cf574d29a94c6c2ec6c0f85df.tar.gz guru-e01e4ebd9667031cf574d29a94c6c2ec6c0f85df.tar.bz2 guru-e01e4ebd9667031cf574d29a94c6c2ec6c0f85df.zip |
phosh-base/phosh-shell: bump phoc version for tests
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'phosh-base')
-rw-r--r-- | phosh-base/phosh-shell/phosh-shell-0.36.0.ebuild | 4 |
1 files changed, 2 insertions, 2 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 93cd4591f..a66f2fc31 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 ) " |