diff options
author | 2023-11-18 07:22:22 +0100 | |
---|---|---|
committer | 2023-11-19 15:43:13 +0200 | |
commit | fe17fc7d6a071c253db1e326d1d880873605af4c (patch) | |
tree | 89f57964f65dc2462f7473e966f7fd586f303e9f /www-client/seamonkey | |
parent | dev-python/scipy: Deselect timing out/hanging tests globally (diff) | |
download | gentoo-fe17fc7d6a071c253db1e326d1d880873605af4c.tar.gz gentoo-fe17fc7d6a071c253db1e326d1d880873605af4c.tar.bz2 gentoo-fe17fc7d6a071c253db1e326d1d880873605af4c.zip |
www-client/seamonkey: add rust upper bound requirement
Bug: https://bugs.gentoo.org/916304
Signed-off-by: Steffen Kuhn <nielson2@yandex.com>
Closes: https://github.com/gentoo/gentoo/pull/33882
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client/seamonkey')
-rw-r--r-- | www-client/seamonkey/seamonkey-2.53.17.1.ebuild | 2 | ||||
-rw-r--r-- | www-client/seamonkey/seamonkey-2.53.17.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www-client/seamonkey/seamonkey-2.53.17.1.ebuild b/www-client/seamonkey/seamonkey-2.53.17.1.ebuild index c4c6ba33bbdf..25af8b27eaa2 100644 --- a/www-client/seamonkey/seamonkey-2.53.17.1.ebuild +++ b/www-client/seamonkey/seamonkey-2.53.17.1.ebuild @@ -75,7 +75,7 @@ BDEPEND=" ) ) virtual/pkgconfig - virtual/rust + <virtual/rust-1.73.0 amd64? ( >=dev-lang/yasm-1.1 ) lto? ( sys-devel/binutils[gold] ) x86? ( >=dev-lang/yasm-1.1 ) diff --git a/www-client/seamonkey/seamonkey-2.53.17.ebuild b/www-client/seamonkey/seamonkey-2.53.17.ebuild index f9a17ddd488b..781f8fe5a41c 100644 --- a/www-client/seamonkey/seamonkey-2.53.17.ebuild +++ b/www-client/seamonkey/seamonkey-2.53.17.ebuild @@ -74,7 +74,7 @@ BDEPEND=" ) ) virtual/pkgconfig - virtual/rust + <virtual/rust-1.73.0 amd64? ( >=dev-lang/yasm-1.1 ) lto? ( sys-devel/binutils[gold] ) x86? ( >=dev-lang/yasm-1.1 ) |