diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-01-08 06:41:21 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-01-08 06:41:21 +0000 |
commit | 9991465b0b90d77b2a8a2ae833b6ecd99e6b5101 (patch) | |
tree | 28adc48ed9c9af3eec4c870d7a7efc8da5e0d8f1 /dev-ruby/tty-command | |
parent | d69399c7befdd98cda62d6a1788ae2aa7f104c5e (diff) |
gentoo auto-resync : 08:01:2025 - 06:41:21
Diffstat (limited to 'dev-ruby/tty-command')
-rw-r--r-- | dev-ruby/tty-command/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/tty-command/tty-command-0.10.1-r1.ebuild | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/tty-command/Manifest b/dev-ruby/tty-command/Manifest index 8f0b20bd809c..4bedc1bb3770 100644 --- a/dev-ruby/tty-command/Manifest +++ b/dev-ruby/tty-command/Manifest @@ -1,3 +1,3 @@ DIST tty-command-0.10.1.tar.gz 32359 BLAKE2B 85dd115d113abda7464f1d6935a730c97c312bcd280c16bbff44f5da294ed9197df2615449656ce8d403b4118c6d363710eb32e49a2ebb3c75896f5feda85bce SHA512 aa707f3af6b72f20ea692469c7dc60bbf146bc59eaedf4a57408a463e7f96b48dc9ec60de31f2298e36b6d56320b238b4364ee0f90d1499784d001e963ea6fa1 -EBUILD tty-command-0.10.1-r1.ebuild 724 BLAKE2B 45a76dfb437376bed87ba8414247264a0f8987c0ffed46b4cf3a899a7a133635bf5bf4ffe1f640dc80c6d22ea867d5eed8982b34ba461138e03ae90f2131f540 SHA512 7da2e23f03690676ac927ded20acbc2490293ac2da7dee1bcc4ee70face79fdf0a5b6fbe9e2e5c01c91daf5d49c3171fad53413efb31d8a818a5407462e13983 +EBUILD tty-command-0.10.1-r1.ebuild 885 BLAKE2B 7bc6bdf29c69d1c14ca24501c54df438ac90f15df33fa6e175e1e7978960c3ffc2079a62abed13f17cdef7a46d34b902b64e0f8a2d9562e4e5cdd70d61f3d24d SHA512 25fcda57e441225eccd97bd8218efc74bcfe4befefa4ed7fad611554d6873669549afefc71227cfa8568b84c5c3a81394db95233110546b1910112c56b0cbf6f MISC metadata.xml 340 BLAKE2B 5f0adfc79c3fd86851c191ba3b6e1d818fd6cea8bf7a8ecab90ccd95890c75e564d36be98cee39f4fc031727f448f6b4894ede1a0b8af3ac6872c2391bf6a2a1 SHA512 8d25f4c8c82d6a637a4e68052df77e86e86f37fdb1691570394df5e289fe977b2602e0b0fb7cfd37ec5459262922c6a4b2003a24de29fd13c4893a63a04127fb diff --git a/dev-ruby/tty-command/tty-command-0.10.1-r1.ebuild b/dev-ruby/tty-command/tty-command-0.10.1-r1.ebuild index 070f71a6b410..c5ea5172bbee 100644 --- a/dev-ruby/tty-command/tty-command-0.10.1-r1.ebuild +++ b/dev-ruby/tty-command/tty-command-0.10.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,6 @@ SRC_URI="https://github.com/piotrmurach/tty-command/archive/v${PV}.tar.gz -> ${P LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~riscv" -IUSE="" ruby_add_rdepend ">=dev-ruby/pastel-0.8:0" @@ -29,4 +28,8 @@ all_ruby_prepare() { echo '-rspec_helper' > .rspec || die sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die + + # Avoid flaky spec that fails with unimportant output differences + sed -e '/logs phased output in pseudo terminal mode/ s/it/xit/' \ + -i spec/unit/pty_spec.rb || die } |